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

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Mar 6, 2023
1 parent 0e1427f commit 63227bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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\"")

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/130.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 63227bb

Please sign in to comment.