File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ This file is a running track of new features and fixes to each version of the pa
33
44This 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.
You can’t perform that action at this time.
0 commit comments