Skip to content

Commit b5f5185

Browse files
committed
Update CHANGELOG.md
1 parent 48ad8f5 commit b5f5185

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6+
## v1.3.2
7+
### Fixed
8+
* Fixes self-upgrade incorrectly executing the command to un-tar downloaded archives.
9+
* 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.
10+
* Fixes some keybindings not working correctly in the server console on Windows machines.
11+
* Fixes mobile UI incorrectly squishing the Docker image selector on the server settings page.
12+
* Fixes recovery tokens not having a `created_at` value set on them properly when they are created.
13+
* Fixes flawed migration that would not correctly set the month value into schedule crons.
14+
* Fixes incorrect mounting for Docker compose file that would cause error logs to be missing.
15+
16+
### Changed
17+
* 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.
18+
* Bungeecord egg no longer force-enables the query listener.
19+
* 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.
20+
* All application API endpoints now correctly support the `?per_page=N` query parameter to specify how many resources to return at once.
21+
622
## v1.3.1
723
### Fixed
824
* Fixes the Rust egg not properly seeding during the upgrade & installation process.

0 commit comments

Comments
 (0)