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="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
|
## <a id="v1.7.6"></a>[v1.7.6] - 2022-11-26
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- build: use `flutter-wrapper`, bundle Flutter as submodule
|
- build: use `flutter-wrapper`, bundle Flutter as submodule
|
||||||
- build: use split APKs for `libre` flavor
|
- 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
|
repository: https://github.com/deckerst/aves
|
||||||
# version bump checklist:
|
# version bump checklist:
|
||||||
# - pubspec version
|
# - pubspec version
|
||||||
# - 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/libre changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
||||||
version: 1.7.5+85
|
version: 1.7.6+86
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
In v1.7.5:
|
In v1.7.6:
|
||||||
- use viewer quick actions to rate, tag, locate
|
- use viewer quick actions to rate, tag, locate
|
||||||
- set a default editor
|
- set a default editor
|
||||||
- export metadata to a text file
|
- export metadata to a text file
|
||||||
|
|
Loading…
Reference in a new issue