version bump

This commit is contained in:
Thibault Deckers 2022-11-26 12:37:40 +01:00
parent 1614b600ac
commit 256ac23445
4 changed files with 12 additions and 5 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="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

View 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

View file

@ -5,8 +5,8 @@ repository: https://github.com/deckerst/aves
# - 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:

View file

@ -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