Skip to content

Commit

Permalink
upgrade: Version at pubspec.yaml, add: Changelog for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis committed Oct 15, 2022
1 parent bf4f14c commit 24c8d90
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* fixed: Clicking the preview thumbnail now works on higher Android versions

* added: Choose between 3 image formats: JPEG/JPG (default), PNG, WebP

* improved: Changed max image compression from 95 to 100 (default is still 95)
* improved: Clicking on the open GitHub URL in the about window works better now

* localization: Add Portuguese language (special thanks to @zehrique!)
* localization: Add Japanese language (special thanks to @vladkorotnev!)
* localization: Add Russian language (special thanks to @vladkorotnev!)

A big thank you to everyone who contributed!
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0+2
version: 1.2.0+3

environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down

0 comments on commit 24c8d90

Please sign in to comment.