From b0f1f013ba6dfb23a1d4dc62dbe7c330dd80e674 Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Sat, 21 May 2022 19:44:30 +0800 Subject: [PATCH] Versioning: 43.0 --- app/lib/changelog.dart | 9 +++++++++ app/lib/k.dart | 4 ++-- app/pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/lib/changelog.dart b/app/lib/changelog.dart index 503dd82d..02ea34fc 100644 --- a/app/lib/changelog.dart +++ b/app/lib/changelog.dart @@ -186,5 +186,14 @@ Features: // v42 """42.0 - Add tweakable parameters to low-light enhancement and portrait blur +""", + // v43 + """43.0 +- (Android) Photo enhancements now implemented in C++: + - Better performance + - Less restrictions on RAM usage +- (Android) New photo enhancement algorithms: + - Super-resolution (upscale image to 4x) +- (Localization) Update Finnish (by pHamala) """, ]; diff --git a/app/lib/k.dart b/app/lib/k.dart index 46d9722e..9a452fb6 100644 --- a/app/lib/k.dart +++ b/app/lib/k.dart @@ -1,6 +1,6 @@ /// Version string shown in settings page -const versionStr = "42.0"; -const version = 420; +const versionStr = "43.0"; +const version = 430; /// Show a snack bar for a short amount of time const snackBarDurationShort = Duration(seconds: 4); diff --git a/app/pubspec.yaml b/app/pubspec.yaml index f85af8bd..6c3df20a 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.42.0+4200 +version: 1.43.0+4300 environment: sdk: ">=2.16.0 <3.0.0"