version bump
This commit is contained in:
parent
1614b600ac
commit
256ac23445
4 changed files with 12 additions and 5 deletions
|
@ -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.6"></a>[v1.7.6] - 2022-11-26
|
||||
|
||||
### Changed
|
||||
- build: use `flutter-wrapper`, bundle Flutter as submodule
|
||||
- build: use split APKs for `libre` flavor
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1086.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1086.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
In v1.7.6:
|
||||
- use viewer quick actions to rate, tag, locate
|
||||
- set a default editor
|
||||
- export metadata to a text file
|
||||
Full changelog available on GitHub
|
|
@ -3,10 +3,10 @@ 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 changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
||||
version: 1.7.5+85
|
||||
# - 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
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
In v1.7.5:
|
||||
In v1.7.6:
|
||||
- use viewer quick actions to rate, tag, locate
|
||||
- set a default editor
|
||||
- export metadata to a text file
|
||||
|
|
Loading…
Reference in a new issue