You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,23 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
9
9
* Support for CS:GO as a default service option selection.
10
10
* Support for GMOD as a default service option selection.
11
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.
12
+
* New CLI command to disabled 2-Factor Authentication on an account if necessary.
13
13
* 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.
14
15
15
16
### Changed
16
17
* Theme colors and login pages updated to give a more unique feel to the project.
17
18
* 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
19
* 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.
19
23
20
24
### Fixed
21
25
* Unable to change the daemon secret for a server via the Admin CP.
22
26
* Using default value in rules when creating a new variable if the rules is empty.
23
27
* 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.
0 commit comments