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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,27 @@ 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.5.0
7
+
### Fixed
8
+
* Fixes deleting a locked backup that has also been marked as failed to allow deletion rather than returning an error about being locked.
9
+
* Fixes server creation process not correctly sending `start_on_completion` to Wings instance.
10
+
* Fixes `z-index` on file mass delete modal so it is displayed on top of all elements, rather than hidden under some.
11
+
* Supports re-sending requests to the Panel API for backups that are currently marked as failed, allowing a previously failed backup to be marked as successful.
12
+
* Minor updates to multiple default eggs for improved error handling and more accurate field-level validation.
13
+
14
+
### Updated
15
+
* Updates help text for CPU limiting when creating a new server to properly indicate virtual threads are included, rather than only physical threads.
16
+
* Updates all of the default eggs shipped with the Panel to reference new [`ghcr.io` yolks repository](https://github.com/pterodactyl/yolks).
17
+
* When adding 2FA to an account the key used to generate the token is now displayed to the user allowing them to manually input into their app if necessary.
18
+
19
+
### Added
20
+
* Adds SSL/TLS options for MySQL and Redis in line with most recent Laravel updates.
21
+
* New users created for server MySQL instances will now have the correct permissions for creating foreign keys on tables.
22
+
* Adds new automatic popup feature to allow users to quickly update their Minecraft servers to the latest Java® eggs as necessary if unsupported versions are detected.
23
+
24
+
### Removed
25
+
* Removes legacy `userInteraction` key from eggs which was unused.
26
+
6
27
## v1.4.2
7
28
### Fixed
8
29
* Fixes logic to disallow creating a backup schedule if the server's backup limit is set to 0.
0 commit comments