version bump
This commit is contained in:
parent
6cf5755cb2
commit
38b54ecd64
5 changed files with 11 additions and 3 deletions
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## <a id="unreleased"></a>[Unreleased]
|
## <a id="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
## <a id="v1.7.2"></a>[v1.7.2] - 2022-11-11
|
## <a id="v1.7.3"></a>[v1.7.3] - 2022-11-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -28,6 +28,8 @@ All notable changes to this project will be documented in this file.
|
||||||
- launch crash on Android KitKat
|
- launch crash on Android KitKat
|
||||||
- ExifInterface: producing invalid WebP files
|
- ExifInterface: producing invalid WebP files
|
||||||
|
|
||||||
|
## <a id="v1.7.2"></a>[v1.7.2] - 2022-11-11 [YANKED]
|
||||||
|
|
||||||
## <a id="v1.7.1"></a>[v1.7.1] - 2022-10-09
|
## <a id="v1.7.1"></a>[v1.7.1] - 2022-10-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
1
android/app/proguard-rules.pro
vendored
1
android/app/proguard-rules.pro
vendored
|
@ -1 +1,2 @@
|
||||||
-keep class org.beyka.tiffbitmapfactory.**{ *; }
|
-keep class org.beyka.tiffbitmapfactory.**{ *; }
|
||||||
|
-keep class org.mp4parser.**{ *; }
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1083.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1083.txt
Normal file
|
@ -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
|
|
@ -6,7 +6,7 @@ repository: https://github.com/deckerst/aves
|
||||||
# - github changelog: /CHANGELOG.md
|
# - github changelog: /CHANGELOG.md
|
||||||
# - play changelog: /whatsnew/whatsnew-en-US
|
# - play changelog: /whatsnew/whatsnew-en-US
|
||||||
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
||||||
version: 1.7.2+82
|
version: 1.7.3+83
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -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
|
- 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
|
- give media management access (on Android 12+) to skip some confirmation dialogs
|
||||||
- enjoy higher quality thumbnails
|
- enjoy higher quality thumbnails
|
||||||
|
|
Loading…
Reference in a new issue