Version bump

This commit is contained in:
Shawn 2023-02-16 10:37:53 -07:00
parent a1af24f7d4
commit edec65121b
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: wonders name: wonders
description: Explore the famous wonders of the world. description: Explore the famous wonders of the world.
publish_to: "none" publish_to: "none"
version: 2.0.9+1 version: 2.0.10
environment: environment:
sdk: ">=2.17.0 <3.0.0" sdk: ">=2.17.0 <3.0.0"

View File

@ -1,3 +1,9 @@
# 2.0.10
- Fix: Issue with landscape not working on some tablets
- Fix: Issue with app restarting when folded, or switching between multi-window mode.
- Add: Events page remembers scroll position when changing layouts
- Removed: Currently selected wonder persistence
# 2.0.9 # 2.0.9
- Remember currently selected wonder on home page - Remember currently selected wonder on home page
- EventsView: switch to two-column layout at aspect ratios > .85 - EventsView: switch to two-column layout at aspect ratios > .85