Skip to content

Commit 4fa735d

Browse files
committed
Update CHANGELOG.md
1 parent 20a7794 commit 4fa735d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ 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.9.1
7+
### Fixed
8+
* Fixes missing "Click to Copy" for server address on the console data blocks.
9+
* Fixes data points on the graphs not being properly rounded to two decimal places.
10+
* Returns byte formatting logic to use `1024` as the base value, rather than `1000`.
11+
* Fixes permission error occurring when a server is marked as installing and an admin navigates to the console screen.
12+
* Fixes improper display of install/transfer warning on the server console page.
13+
* Fixes permission matching for the server settings page to correctly allow access when a user has _any_ of the needed permissions.
14+
15+
### Changed
16+
* Moves the server data blocks to the right-hand side of the console, rather than the left.
17+
* Rather than defaulting graph values at `0` when resetting or refreshing the page, their values are now hidden entirely.
18+
* **[security]** Hides IP addresses from all activity log entries that are not directly associated with the currently signed in user.
19+
20+
### Added
21+
* Adds the current resource limits for a server next to each data block on the console screen.
22+
623
## v1.9.0
724
### Added
825
* Added support for using Tailwind classes inside components using `className={}` rather than having to use `twin.macro` with the `css={}` prop.

0 commit comments

Comments
 (0)