Skip to content

Commit 7d5e75c

Browse files
committed
Changelog updates
[skip ci] [ci skip]
1 parent fa62a09 commit 7d5e75c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1414
* You can now require 2FA for all users, admins only, or at will using a simple configuration in the Admin CP.
1515
* Added ability to export and import service options and their associated settings and environment variables via the Admin CP.
1616
* 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.
1719

1820
### Changed
1921
* 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.
2224
* Logout icon is now more universal and not just a power icon.
2325
* Administrative logout notice now uses SWAL rather than a generic javascript popup.
2426
* 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.
2528

2629
### Fixed
2730
* Unable to change the daemon secret for a server via the Admin CP.
2831
* Using default value in rules when creating a new variable if the rules is empty.
2932
* 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.
3033
* Attempting to create a server when no nodes are configured now redirects to the node creation page.
3134
* 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.
3239

3340
## v0.6.4 (Courageous Carniadactylus)
3441
### Fixed

0 commit comments

Comments
 (0)