From edec65121b8422cc16d99b3b4c93e4a8f8ed1cd0 Mon Sep 17 00:00:00 2001 From: Shawn Date: Thu, 16 Feb 2023 10:37:53 -0700 Subject: [PATCH] Version bump --- pubspec.yaml | 2 +- release_notes.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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