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

38 lines
2.5 KiB
Markdown
Raw Permalink 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-04-11 05:05:18 +00:00
- Dice loading is now quicker and more efficient.
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-04-15 06:19:55 +00:00
- Added a file size limit of 50MB to maps and tokens to prevent accidental browser crashes due to large file uploads.
- Importing maps and tokens will now give you a warning when trying to import images that are over 20MB in size.
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-04-16 03:39:08 +00:00
- Fixed a bug that could cause maps to be corrupted when an item was deleted at the same time it was edited.
2021-04-11 05:05:18 +00:00
- 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.
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.
2021-04-16 06:03:31 +00:00
- Added notification for application updates.
2021-03-19 03:51:10 +00:00
2021-04-21 10:40:24 +00:00
[Reddit](https://www.reddit.com/r/OwlbearRodeo/comments/mvcuud/beta_v181_released_performance_enhancements/)
[Twitter](https://twitter.com/OwlbearRodeo/status/1384818459695976453)
[Patreon](https://www.patreon.com/posts/beta-v1-8-1-50293929)
2021-03-19 03:51:10 +00:00
---
2021-04-21 08:57:37 +00:00
April 21 2021