Skip to content

Commit b6a830c

Browse files
committed
release 0.9.19
1 parent 48e181e commit b6a830c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+398
-53
lines changed

Diff for: app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ android {
2020
applicationId "com.exifthumbnailadder.app"
2121
minSdkVersion 26
2222
targetSdkVersion 33
23-
versionCode finalVersionCode
24-
versionName finalVersionName
25-
// versionCode 536
26-
// versionName "0.9.18"
23+
// versionCode finalVersionCode
24+
// versionName finalVersionName
25+
versionCode 679
26+
versionName "0.9.19"
2727

2828
file("../version_last_tag.txt").text = "version: " + lastTagVersionName + "+" + lastTagVersionCode
2929
//file("../version_head.txt").text = "version: " + finalVersionName + "+" + finalVersionCode
31.7 KB
88.9 KB
36.8 KB
61.4 KB
-56.3 KB
9.36 KB
-116 KB

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

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
0.9.19
2+
- libexif: skip processing of pictures having XMP metadata
3+
- pixymeta: merge fix from upstream for InterOpIFD
4+
- pixymeta: skip processing of pictures having maker notes
5+
- display warning on main window when libexif or pixymeta are used, & add link to read the notes.
6+
- update labels of permission requests.
7+
- update detection of missing mandatory tags
8+
- Reminder: translate the app on crowdin https://crowdin.com/project/exif-thumbnail-adder
9+
10+
0.9.18
11+
- Fix bug on Android 12 where GPS metadata was lost. Unfortunately GPS metadata was lost on backups too.
37.8 KB
95.1 KB
61.2 KB
41.6 KB
-51.5 KB
85.7 KB
9.97 KB
-111 KB
29.9 KB
93.4 KB
52.9 KB
60.9 KB
-63.8 KB
76.1 KB
8.24 KB
-110 KB
97.9 KB
71.6 KB
55.9 KB
-61.5 KB
9.97 KB
-107 KB

Diff for: fastlane/metadata/android/screenshots.html

+382-48
Large diffs are not rendered by default.
62.2 KB
48.8 KB
-51.1 KB
89.4 KB
11.5 KB
-110 KB
30.5 KB
112 KB
45 KB
50.5 KB
-68.7 KB
81.8 KB
9.01 KB
-108 KB
90.6 KB
76.5 KB
19.8 KB
6.19 KB
-140 KB

Diff for: version_last_tag.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 0.9.18+536
1+
version: 0.9.19+679

0 commit comments

Comments
 (0)