Added v1.6.1 release notes

This commit is contained in:
Mitchell McCaffrey
2020-10-23 20:29:43 +11:00
parent 60d24050ee
commit 27a8e1dd72
2 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
## Minor Changes
This release fixes a few map sending bugs and reworks map zooming.
- Change map max zoom to be based off of the maps grid size. This should mean you should always be able to zoom up to see a grid cell almost fullscreen.
- Updated map zoom speed to be linear throughout it's zoom range.
- Update map zoom to be centered on the mouse instead of screen.
- Updated map grid from file name functionality to better reject non-grid values.
- Fixed a bug that caused sending large maps to fail.
- Made advanced map options shown by default.
- Renamed Show Grid map option to Draw Grid to help with the similarity with the Show Grid Controls option.
- Fixed a bug where map states sometimes wouldn't be saved if another player changed the map.
[Reddit]()
[Twitter]()
---
October 23 2020