Skip to content

Commit 1a88b00

Browse files
committed
Update CHANGELOG
1 parent 09d9582 commit 1a88b00

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,23 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
99
* Support for CS:GO as a default service option selection.
1010
* Support for GMOD as a default service option selection.
1111
* 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.
12+
* New CLI command to disabled 2-Factor Authentication on an account if necessary.
1313
* Ability to delete users and locations via the CLI.
14+
* You can now require 2FA for all users, admins only, or at will using a simple configuration in the Admin CP.
1415

1516
### Changed
1617
* Theme colors and login pages updated to give a more unique feel to the project.
1718
* 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.
1819
* CLI commands updated to be easier to type, now stored in the `p:` namespace.
20+
* Logout icon is now more universal and not just a power icon.
21+
* Administrative logout notice now uses SWAL rather than a generic javascript popup.
22+
* Server creation page now only asks for a node to deploy to, rather than requiring a location and then a node.
1923

2024
### Fixed
2125
* Unable to change the daemon secret for a server via the Admin CP.
2226
* Using default value in rules when creating a new variable if the rules is empty.
2327
* 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.
28+
* Attempting to create a server when no nodes are configured now redirects to the node creation page.
2429

2530
## v0.6.4 (Courageous Carniadactylus)
2631
### Fixed

0 commit comments

Comments
 (0)