Skip to content

Commit 1c9f916

Browse files
authored
Update CHANGELOG.md
1 parent e65dc57 commit 1c9f916

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,24 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
88
### Added
99
* Foreign keys are now enabled on all tables that the panel makes use of to prevent accidental data deletion when associated with other tables.
1010
* Javascript changes to prevent crashing browsers when large quantities of data are sent over the websocket to the console. Includes a small popover message on the console to alert users that it is being throttled.
11+
* Support for 'ARK: Survival Evolved' servers through the panel.
12+
13+
### Fixed
14+
* Fixes bug where resetting a user password through the login form would not hold passwords to the same requirements as the rest of the panel (mixed case and at least one numeric character).
15+
* Fixes misnamed environment variable for Bungeecord Servers (`BUNGE_VERSION` -> `BUNGEE_VERSION`).
16+
* Fixes bug where no error would be displayed when adding a new server with an invalid owner email.
17+
* Fixes a bug that could allow an admin to delete the default allocation for a server causing all sorts of issues.
18+
* Databases assigned to a server are now actually deleted when a server is removed.
19+
* Fixes file uploads being improperly throttled.
1120

1221
### Changed
1322
* Servers are now queued for deletion to allow for cancellation of deletion, as well as run in the background to speed up page loading.
1423
* Switched to new graphing library to make graphs less... broken.
24+
* Rebuild triggers are only sent to the node if there is actually something changed that requires a rebuild.
25+
* Dependencies are now hard-coded into the `composer.json` file to prevent users installing slightly different versions with different features or bugs.
26+
* Server related tasks now use the lowest priorty queue to prevent clogging the pipes when there are more important tasks to be run by the panel.
27+
* Decompressing files now shows a pop-over box that does not dismiss until it is complete.
28+
* Dates displayed in the file manager are now more user friendly.
1529

1630
### Removed
1731
* Removed online player listing due to inconsistency in query library and an assortment of query related bugs. This will return in future versions when we get it working correctly.

0 commit comments

Comments
 (0)