diff --git a/CHANGELOG.md b/CHANGELOG.md index 69eef8175..82003e315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -## [v1.7.2] - 2022-11-11 +## [v1.7.3] - 2022-11-11 ### Added @@ -28,6 +28,8 @@ All notable changes to this project will be documented in this file. - launch crash on Android KitKat - ExifInterface: producing invalid WebP files +## [v1.7.2] - 2022-11-11 [YANKED] + ## [v1.7.1] - 2022-10-09 ### Added diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro index 1cb00fc82..c649e27da 100644 --- a/android/app/proguard-rules.pro +++ b/android/app/proguard-rules.pro @@ -1 +1,2 @@ -keep class org.beyka.tiffbitmapfactory.**{ *; } +-keep class org.mp4parser.**{ *; } diff --git a/fastlane/metadata/android/en-US/changelogs/1083.txt b/fastlane/metadata/android/en-US/changelogs/1083.txt new file mode 100644 index 000000000..b9b547a16 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1083.txt @@ -0,0 +1,5 @@ +In v1.7.3: +- tag your MP4, rate your MP4, date your MP4, locate your MP4, rotate your MP4 +- give media management access (on Android 12+) to skip some confirmation dialogs +- enjoy higher quality thumbnails +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d07c6cd46..7a1d1c2e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/deckerst/aves # - github changelog: /CHANGELOG.md # - play changelog: /whatsnew/whatsnew-en-US # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt -version: 1.7.2+82 +version: 1.7.3+83 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 5905035c9..b9b547a16 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.7.2: +In v1.7.3: - tag your MP4, rate your MP4, date your MP4, locate your MP4, rotate your MP4 - give media management access (on Android 12+) to skip some confirmation dialogs - enjoy higher quality thumbnails