version bump

This commit is contained in:
Thibault Deckers 2022-11-11 10:43:18 +01:00
parent 2b961db273
commit 08db29ff9e
5 changed files with 13 additions and 11 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased]
## <a id="v1.7.2"></a>[v1.7.2] - 2022-11-11
### Added
- Info: edit MP4 metadata (date / location / title / description / rating / tags / rotation)

View file

@ -0,0 +1,5 @@
In v1.7.2:
- 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

View file

@ -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.1+81
version: 1.7.2+82
publish_to: none
environment:

View file

@ -1035,12 +1035,7 @@
],
"ja": [
"chipActionFilterOut",
"chipActionFilterIn",
"editEntryLocationDialogSetCustom",
"albumGroupType",
"albumMimeTypeMixed",
"statsTopAlbumsSectionTitle"
"chipActionFilterIn"
],
"nb": [

View file

@ -1,5 +1,5 @@
In v1.7.1:
- view your photos with the mosaic layout
- reverse filters to filter out/in
- set wallpapers with scroll effect
In v1.7.2:
- 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