Skip to content

Commit 1fcffc7

Browse files
committed
Update CHANGELOG.md
1 parent ef787bb commit 1fcffc7

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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-
## Unreleased
7-
### Fixed
8-
* Fixes the application API unable to return server's variables.
9-
106
## v1.1.3
117
### Fixed
128
* Server bulk power actions command will no longer attempt to run commands against installing or suspended servers.
9+
* Fixes the application API throwing an error when attempting to return variables for a server.
10+
* Fixes an error when attempting to install Panel dependencies without specifying an `.env` file due to an unset default timezone.
11+
* Fixes a null value flip in the database migrations.
12+
* Fixes password change endpoint for users allowing a blank value to be provided (even if nothing actually happened).
13+
* Fixes database IP addresses not allowing a `0` in the first octet field.
14+
* 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.
15+
* **[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.
16+
* **[Security]** When changing the owner of a server the old owner's JWT is now properly invalidated on Wings.
17+
* Fixes a server error when requesting database information for a server as a subuser and the account is not granted `view_password` permissions.
18+
19+
### Added
20+
* Adds support for basic backup rotation on a server when creating scheduled backup tasks.
21+
* Makes URLs present in the console clickable.
22+
* Adds `chmod` support to the file manager so that users can manually make modifications to file permissions as they need.
23+
24+
### Changed
25+
* UI will no longer show a delete button to users when they're editing themselves.
26+
* Updated logic for bulk power actions to no longer run actions against suspended or installing servers.
1327

1428
## v1.1.2
1529
### Fixed

0 commit comments

Comments
 (0)