From 169ee0706fd27a40bd5c00efb66023386238c933 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 8 Feb 2023 12:57:04 +0000 Subject: [PATCH] Update version --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ff922..d794fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 2.1.0 + +Android: + +- Potential bug fix on certain devices regarding system UI colour changing animation (status and navigation bar -- by not animating them) + +All: + +- Updated UI + - New light theme + - Updated dark theme + - Changes depending on system theme +- Added Turkish translation +- Unrestricted rotation for tablets + - Note: this does not mean the UI is optimised for large displays -- this is just for convenience + ## 2.0.0 Android: diff --git a/pubspec.yaml b/pubspec.yaml index 2a4bc46..88f1914 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Transfer files with ease over a network. publish_to: 'none' -version: 2.0.0+29 +version: 2.1.0+30 environment: sdk: '>=2.19.0-255.2.beta <3.0.0'