From 6c0d9806cc7fb41faf0f4d9fbcf3bcb585a7734b Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 10 May 2023 14:37:53 -0600 Subject: [PATCH] Version bump --- pubspec.yaml | 2 +- release_notes.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a4863ae8..f0d93e8d 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.13 +version: 2.0.14 environment: sdk: ">=2.17.0 <3.0.0" diff --git a/release_notes.txt b/release_notes.txt index 550cb49f..47b7e7b3 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,8 @@ +# 2.0.14 +- Avoid letter boxing on foldable devices +- Timeline: Maintain yr when changing orientation +- YouTube View: Add play/pause keyboard support + # 2.0.13 - Add navigation rail for some landscape views - Maintain scroll position for Wonder Events and Editorial pages when changing from portrait to landscape