Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 63227bb

Browse files
committed
Version 1.3.0
Signed-off-by: Lucchetto <[email protected]>
1 parent 0e1427f commit 63227bb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId = "com.zhenxiang.superimage"
1818
minSdk = 24
1919
targetSdk = 33
20-
versionCode = 124
21-
versionName = "1.2.4"
20+
versionCode = 130
21+
versionName = "1.3.0"
2222

2323
buildConfigField("String", "CHANGELOG_ASSET_NAME", "\"$changelogFileName\"")
2424

Diff for: fastlane/metadata/android/en-US/changelogs/130.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FIXED LABEL FOR 8X MODE, THE ACTUAL UPSCALING IS 16X
2+
Added Chinese and Russian translations
3+
Added warning when system memory may be insufficient
4+
Added estimated completion time to progress notification
5+
Fixed output orientation when upscaling some images
6+
Fixed receiving input image shared from other apps
7+
Fixed crash when input image has one side smaller than 84px
8+
User interface fixes

0 commit comments

Comments
 (0)