version bump

This commit is contained in:
Thibault Deckers 2022-11-27 12:38:30 +01:00
parent 229d082759
commit 25a8c1145c
5 changed files with 23 additions and 5 deletions

View file

@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased]
## <a id="v1.7.7"></a>[v1.7.7] - 2022-11-27
### Added
- Romanian translation (thanks Ralea Adrian Vicențiu, Igor Sorocean)
### Changed
- build: changed version codes for `izzy`, `libre` flavors
## <a id="v1.7.6"></a>[v1.7.6] - 2022-11-26
### Changed
- build: use `flutter-wrapper`, bundle Flutter as submodule
- build: use split APKs for `libre` flavor

View file

@ -0,0 +1,5 @@
In v1.7.7:
- use viewer quick actions to rate, tag, locate
- set a default editor
- export metadata to a text file
Full changelog available on GitHub

View file

@ -0,0 +1,5 @@
In v1.7.7:
- use viewer quick actions to rate, tag, locate
- set a default editor
- export metadata to a text file
Full changelog available on GitHub

View file

@ -3,10 +3,11 @@ description: A visual media gallery and metadata explorer app.
repository: https://github.com/deckerst/aves
# version bump checklist:
# - pubspec version
# - github changelog: /CHANGELOG.md
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy/libre changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
version: 1.7.6+86
# - github changelog: /CHANGELOG.md
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt
version: 1.7.7+87
publish_to: none
environment:

View file

@ -1,4 +1,4 @@
In v1.7.6:
In v1.7.7:
- use viewer quick actions to rate, tag, locate
- set a default editor
- export metadata to a text file