Skip to content

Commit

Permalink
release for 1.2.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKok committed Jun 12, 2021
1 parent a9e2ff9 commit 3f0d925
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.benny.pxerstudio"
minSdkVersion 16
targetSdkVersion 29
versionCode 8
versionName '1.1.2'
versionCode 9
versionName '1.2.0'

vectorDrawables.useSupportLibrary true
}
Expand Down
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1.2.0:
- (Translation) Added russian translation (@mihajlo0743)
- (ProjectManager) Added project preview (@mihajlo0743)
- (Export) Fixed default export to external storage (visible to Photos/File Browser app) (@mihajlo0743)
- (Export) Added Gif frame speed option (@mihajlo0743)
- (Export) Fixed crash on minimal export size (@mihajlo0743)
- (Export) Fixed export layers order (@mihajlo0743)
- (Export) Fixed exporting for non-square images (@mihajlo0743)
- (Export) Replaced internal gif encoder with glide.gifencoder (@TacoTheDank)
- (AboutPage) Added contributors dialog (@BennyKok)

Big thanks to @mihajlo0743 on GitHub!

0 comments on commit 3f0d925

Please sign in to comment.