From 63227bb28082a26ea04e020eb31fa92974377fed Mon Sep 17 00:00:00 2001 From: Lucchetto Date: Mon, 6 Mar 2023 22:05:30 +0100 Subject: [PATCH] Version 1.3.0 Signed-off-by: Lucchetto --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/130.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/130.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 957332c..dc4b707 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -17,8 +17,8 @@ android { applicationId = "com.zhenxiang.superimage" minSdk = 24 targetSdk = 33 - versionCode = 124 - versionName = "1.2.4" + versionCode = 130 + versionName = "1.3.0" buildConfigField("String", "CHANGELOG_ASSET_NAME", "\"$changelogFileName\"") diff --git a/fastlane/metadata/android/en-US/changelogs/130.txt b/fastlane/metadata/android/en-US/changelogs/130.txt new file mode 100644 index 0000000..75c118f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/130.txt @@ -0,0 +1,8 @@ +FIXED LABEL FOR 8X MODE, THE ACTUAL UPSCALING IS 16X +Added Chinese and Russian translations +Added warning when system memory may be insufficient +Added estimated completion time to progress notification +Fixed output orientation when upscaling some images +Fixed receiving input image shared from other apps +Fixed crash when input image has one side smaller than 84px +User interface fixes \ No newline at end of file