grungnet/src/docs/releaseNotes/v1.8.1.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2021-03-19 03:51:10 +00:00
## Minor Changes
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.
2021-03-19 04:00:30 +00:00
- Browser compatibility has been expanded by supporting older browsers that previously didn't work with moving maps or interacting with dice.
2021-03-19 03:51:10 +00:00
- Sending larger maps to players will no longer hitch the UI while the map is cached.
2021-03-19 03:55:20 +00:00
- Using the fog brush tool has been optimised and is now less likely to result in small fog shapes on intersections.
2021-03-19 21:45:11 +00:00
- Fixed issue of not being able to draw a fog shape inside a ring of fog.
2021-03-19 05:15:09 +00:00
- You can now clear a map from being shared by clicking the select map button with no maps highlighted.
2021-03-19 03:51:10 +00:00
- Shared dice rolls now only show icons for the dice that have been rolled in the expanded view mode.
2021-03-19 05:30:37 +00:00
- Holding down the Shift key while zooming will now activate a precision zoom mode, allowing mouse users to more precisely zoom maps.
2021-03-19 03:51:10 +00:00
- The game reconnection message now has a more compact UI.
---
March 19 2021