Skip to content

Commit b19a164

Browse files
committed
Update CHANGELOG.md
1 parent 4960bc7 commit b19a164

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ 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.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+
627
## v1.4.2
728
### Fixed
829
* Fixes logic to disallow creating a backup schedule if the server's backup limit is set to 0.

0 commit comments

Comments
 (0)