diff --git a/pubspec.yaml b/pubspec.yaml index 79668321..08751030 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: wonders description: Explore the famous wonders of the world. publish_to: "none" -version: 2.0.9+1 +version: 2.0.10 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/release_notes.txt b/release_notes.txt index c6525973..c0a61410 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -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 - Remember currently selected wonder on home page - EventsView: switch to two-column layout at aspect ratios > .85