Skip to content

Commit f86c193

Browse files
committed
Start updating changelog for v0.7 -- Derelict Dermodactylus 🐦
1 parent 4de326a commit f86c193

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,24 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6-
## Unreleased
6+
## v0.7.0 (Derelict Dermodactylus)
77
### Added
88
* File manager now supports mass deletion option for files and folders.
99
* Support for CS:GO as a default service option selection.
1010
* Support for GMOD as a default service option selection.
11+
* Added test suite for core aspects of the project (Services, Repositories, Commands, etc.) to lessen the chances for bugs to escape into releases.
12+
* New CLI command to disabled 2-Factor Auth. on an account if necessary.
13+
* Ability to delete users and locations via the CLI.
14+
15+
### Changed
16+
* Theme colors and login pages updated to give a more unique feel to the project.
17+
* Massive overhaul to the backend code that allows for much easier updating of core functionality as well as support for better testing. This overhaul also reduces complex code logic, and allows for faster response times in the application.
18+
* CLI commands updated to be easier to type, now stored in the `p:` namespace.
1119

1220
### Fixed
21+
* Unable to change the daemon secret for a server via the Admin CP.
1322
* Using default value in rules when creating a new variable if the rules is empty.
23+
* Fixes a design-flaw in the allocation management part of nodes that would run a MySQL query for each port being allocated. This behavior is now changed to only execute one query to add multiple ports at once.
1424

1525
## v0.6.4 (Courageous Carniadactylus)
1626
### Fixed

0 commit comments

Comments
 (0)