Skip to content

Commit f614b44

Browse files
committed
Update CHANGELOG.md
1 parent 03a6e26 commit f614b44

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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.10.0
7+
### Fixed
8+
* Fixes improper cache key naming on the frontend causing server activity logs to be duplicated across server page views.
9+
* Fixes overflow issues on dialogs when the internal content is too long.
10+
* Fixes spinner overlay on console improperly taking up the entire page making it impossible to use navigation controls.
11+
* Fixes 2FA QR code background being too dark for some phones to properly scan.
12+
* File manager now properly displays an error message if a user attempts to upload a folder rather than files.
13+
* Fixes the "Create Directory" dialog persisting the previously entered value when it is re-opened.
14+
15+
### Changed
16+
* IP addresses in activity logs are now always displayed to administrators, regardless of if they own the server or not.
17+
* Scroll down indicator on the console has been changed to a down arrow to be clearer.
18+
* Docker builds have been updated to use `PHP 8.1`.
19+
* Recaptcha validation domain is now configurable using the `RECAPTCHA_DOMAIN` environment variable.
20+
* Drag and drop overlay on the file manager has been tweaked to be slightly more consistent with the frontend style and be a little easier to read.
21+
22+
### Added
23+
* Adds support for the `user_uuid` claim on all generated JWTs which allows Wings to properly identify the user performing each action.
24+
* Adds support for recieving external activity log events from Wings instances (power state, commands, SFTP, and uploads).
25+
* Adds support for tracking failed password-based SFTP logins.
26+
* Server name and description are now passed along to Wings making them available in egg variables for parsing and including.
27+
* Adds support for displaying all active file uploads in the file manager.
28+
629
## v1.9.2
730
### Fixed
831
* Fixes rouding in sidebar of CPU usage graph that was causing an excessive number of zeros to be rendered.

0 commit comments

Comments
 (0)