Changelog updates
[skip ci] [ci skip]
This commit is contained in:
parent
fa62a0982e
commit
7d5e75c56a
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* You can now require 2FA for all users, admins only, or at will using a simple configuration in the Admin CP.
|
||||
* Added ability to export and import service options and their associated settings and environment variables via the Admin CP.
|
||||
* Default allocation for a server can be changed on the front-end by users. This includes two new subuser permissions as well.
|
||||
* 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.
|
||||
* Quick link to server edit view in ACP on frontend when viewing servers.
|
||||
|
||||
### Changed
|
||||
* Theme colors and login pages updated to give a more unique feel to the project.
|
||||
|
@ -22,6 +24,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* Logout icon is now more universal and not just a power icon.
|
||||
* Administrative logout notice now uses SWAL rather than a generic javascript popup.
|
||||
* Server creation page now only asks for a node to deploy to, rather than requiring a location and then a node.
|
||||
* 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.
|
||||
|
||||
### Fixed
|
||||
* Unable to change the daemon secret for a server via the Admin CP.
|
||||
|
@ -29,6 +32,10 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
* 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.
|
||||
* Attempting to create a server when no nodes are configured now redirects to the node creation page.
|
||||
* Fixes missing library issue for teamspeak when used with mariadb.
|
||||
* Fixes inability to change the default port on front-end when viewing a server.
|
||||
|
||||
### Removed
|
||||
* SFTP settings page now only displays connection address and username. Password setting was removed as it is no longer necessary with Daemon changes.
|
||||
|
||||
## v0.6.4 (Courageous Carniadactylus)
|
||||
### Fixed
|
||||
|
|
Loading…
Reference in a new issue