From 1fcffc7eb9aff577ef1361172d417db7ad7116cc Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 6 Dec 2020 15:44:26 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ed825c3..7742f3890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,27 @@ 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. -## Unreleased -### Fixed -* Fixes the application API unable to return server's variables. - ## v1.1.3 ### Fixed * Server bulk power actions command will no longer attempt to run commands against installing or suspended servers. +* Fixes the application API throwing an error when attempting to return variables for a server. +* Fixes an error when attempting to install Panel dependencies without specifying an `.env` file due to an unset default timezone. +* Fixes a null value flip in the database migrations. +* Fixes password change endpoint for users allowing a blank value to be provided (even if nothing actually happened). +* Fixes database IP addresses not allowing a `0` in the first octet field. +* Fixes node information being impossible to update if there was a network error during the process. Any errors encountered communicating with Wings are now reported but will not block the actual saving of the changes. +* **[Security]** When 2FA is required on an account the client API endpoints will now properly return an error and the UI will redirect the user to setup 2FA. +* **[Security]** When changing the owner of a server the old owner's JWT is now properly invalidated on Wings. +* Fixes a server error when requesting database information for a server as a subuser and the account is not granted `view_password` permissions. + +### Added +* Adds support for basic backup rotation on a server when creating scheduled backup tasks. +* Makes URLs present in the console clickable. +* Adds `chmod` support to the file manager so that users can manually make modifications to file permissions as they need. + +### Changed +* UI will no longer show a delete button to users when they're editing themselves. +* Updated logic for bulk power actions to no longer run actions against suspended or installing servers. ## v1.1.2 ### Fixed