File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ android {
20
20
applicationId " com.exifthumbnailadder.app"
21
21
minSdkVersion 26
22
22
targetSdkVersion 31
23
- versionCode finalVersionCode
24
- versionName finalVersionName
25
- // versionCode 247
26
- // versionName "0.9.15 "
23
+ // versionCode finalVersionCode
24
+ // versionName finalVersionName
25
+ versionCode 379
26
+ versionName " 0.9.16 "
27
27
28
28
file(" ../version_last_tag.txt" ). text = " version: " + lastTagVersionName + " +" + lastTagVersionCode
29
29
// file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
Original file line number Diff line number Diff line change
1
+ - Fix rotation of thumbnail when rotation was disabled in settings
2
+ - Fix crash on Android >= 12
3
+ - Don't crash app if ffmpeg crashes when creating thubmnail
4
+ - Fix crash when using libexif on x86_64 devices
5
+ - Fix "AccessDenied" error when 'All files access' is not granted on devices with Android >= 11
6
+ - Fix issue when reading picture with orientation tag different than Horizontal on Android Pie/9
7
+ - Reminder: translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder
Original file line number Diff line number Diff line change 1
- version: 0.9.15+247
1
+ version: 0.9.16+379
You can’t perform that action at this time.
0 commit comments