From ee98175adde02b4b286a477d5593c06883f088dd Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Sun, 11 Apr 2021 15:05:18 +1000 Subject: [PATCH] Update 1.8.1 release notes --- src/docs/releaseNotes/v1.8.1.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/docs/releaseNotes/v1.8.1.md b/src/docs/releaseNotes/v1.8.1.md index abba06f..98511f2 100644 --- a/src/docs/releaseNotes/v1.8.1.md +++ b/src/docs/releaseNotes/v1.8.1.md @@ -5,10 +5,20 @@ This release focuses on improving performance for map zooming and asset loading. - Custom tokens now share more data between each instance of a token saving on memory. - Zooming is more efficient by being better at choosing which elements need to be re-rendered. - Default image assets have been further compressed to save on network bandwidth. +- Dice loading is now quicker and more efficient. - Browser compatibility has been expanded by supporting older browsers that previously didn't work with moving maps or interacting with dice. - Sending larger maps to players will no longer hitch the UI while the map is cached. - Using the fog brush tool has been optimised and is now less likely to result in small fog shapes on intersections. - Fixed issue of not being able to draw a fog shape inside a ring of fog. +- Added hover text for tokens in the token sidebar. +- Fixed an issue that would cause a double zoom when using a mouse wheel. +- Tool shortcuts now work with caps lock enabled. +- Added more messages for database issues or when a map owner can't be found. +- The dice select screen now better matches the other asset selectors. +- Fixed typo in the FAQ and added more detail for map loading issues. +- Fixed an issue with note text size not updating for players when changing between hidden and visible. +- Added a new accessibility option to control the opacity of fog while editing it. +- Added a new accessibility option to disable fog guides. - You can now clear a map from being shared by clicking the select map button with no maps highlighted. - Shared dice rolls now only show icons for the dice that have been rolled in the expanded view mode. - Holding down the Shift key while zooming will now activate a precision zoom mode, allowing mouse users to more precisely zoom maps. @@ -16,4 +26,4 @@ This release focuses on improving performance for map zooming and asset loading. --- -March 19 2021 +April 11 2021