You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
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
+
6
22
## v1.3.1
7
23
### Fixed
8
24
* Fixes the Rust egg not properly seeding during the upgrade & installation process.
0 commit comments