forked from Alex/Pterodactyl-Panel
Update CHANGELOG.md
This commit is contained in:
parent
48ad8f538e
commit
b5f5185a9b
16
CHANGELOG.md
16
CHANGELOG.md
@ -3,6 +3,22 @@ This file is a running track of new features and fixes to each version of the pa
|
|||||||
|
|
||||||
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||||
|
|
||||||
|
## v1.3.2
|
||||||
|
### Fixed
|
||||||
|
* Fixes self-upgrade incorrectly executing the command to un-tar downloaded archives.
|
||||||
|
* Fixes the checkbox to delete all files when restoring a backup not actually passing that along in the API call. Files will now properly be deleted when restoring if selected.
|
||||||
|
* Fixes some keybindings not working correctly in the server console on Windows machines.
|
||||||
|
* Fixes mobile UI incorrectly squishing the Docker image selector on the server settings page.
|
||||||
|
* Fixes recovery tokens not having a `created_at` value set on them properly when they are created.
|
||||||
|
* Fixes flawed migration that would not correctly set the month value into schedule crons.
|
||||||
|
* Fixes incorrect mounting for Docker compose file that would cause error logs to be missing.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Server resource lookups are now cached on the Panel for 20 seconds at a time to reduce the load from multiple clients requesting the same server's stats.
|
||||||
|
* Bungeecord egg no longer force-enables the query listener.
|
||||||
|
* Adds page to the dashboard URL to allow easy loading of a specific pagination page rather than resetting back to the first page when refreshing.
|
||||||
|
* All application API endpoints now correctly support the `?per_page=N` query parameter to specify how many resources to return at once.
|
||||||
|
|
||||||
## v1.3.1
|
## v1.3.1
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixes the Rust egg not properly seeding during the upgrade & installation process.
|
* Fixes the Rust egg not properly seeding during the upgrade & installation process.
|
||||||
|
Loading…
Reference in New Issue
Block a user