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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
14
14
* You can now require 2FA for all users, admins only, or at will using a simple configuration in the Admin CP.
15
15
* Added ability to export and import service options and their associated settings and environment variables via the Admin CP.
16
16
* Default allocation for a server can be changed on the front-end by users. This includes two new subuser permissions as well.
17
+
* Significant improvements to environment variable control for servers. Now ships with built-in abilities to define extra variables in the Panel's configuration file, or in-code for those heavily modifying the Panel.
18
+
* Quick link to server edit view in ACP on frontend when viewing servers.
17
19
18
20
### Changed
19
21
* Theme colors and login pages updated to give a more unique feel to the project.
@@ -22,13 +24,18 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
22
24
* Logout icon is now more universal and not just a power icon.
23
25
* Administrative logout notice now uses SWAL rather than a generic javascript popup.
24
26
* Server creation page now only asks for a node to deploy to, rather than requiring a location and then a node.
27
+
* Database passwords are now hidden by default and will only show if clicked on. In addition, database view in ACP now indicates that passwords must be viewed on the front-end.
25
28
26
29
### Fixed
27
30
* Unable to change the daemon secret for a server via the Admin CP.
28
31
* Using default value in rules when creating a new variable if the rules is empty.
29
32
* 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.
30
33
* Attempting to create a server when no nodes are configured now redirects to the node creation page.
31
34
* Fixes missing library issue for teamspeak when used with mariadb.
35
+
* Fixes inability to change the default port on front-end when viewing a server.
36
+
37
+
### Removed
38
+
* SFTP settings page now only displays connection address and username. Password setting was removed as it is no longer necessary with Daemon changes.
0 commit comments