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
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +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
-
## Unreleased
7
-
### Fixed
8
-
* Fixes the application API unable to return server's variables.
9
-
10
6
## v1.1.3
11
7
### Fixed
12
8
* 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.
0 commit comments