version bump
This commit is contained in:
parent
6d9937b9ac
commit
8e01f30a5f
5 changed files with 16 additions and 4 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.9.1"></a>[v1.9.1] - 2023-08-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- editing some WEBP corrupting them (by failing instead)
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/102.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/102.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
In v1.9.1:
|
||||
- play your animated AVIF, AV1, and HDR videos
|
||||
- filter by rating ranges
|
||||
- judge tonal distributions with the viewer histogram
|
||||
Full changelog available on GitHub
|
5
fastlane/metadata/android/en-US/changelogs/10201.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/10201.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
In v1.9.1:
|
||||
- play your animated AVIF, AV1, and HDR videos
|
||||
- filter by rating ranges
|
||||
- judge tonal distributions with the viewer histogram
|
||||
Full changelog available on GitHub
|
|
@ -5,9 +5,9 @@ repository: https://github.com/deckerst/aves
|
|||
# - pubspec version
|
||||
# - 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.9.0+101
|
||||
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
|
||||
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
|
||||
version: 1.9.1+102
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
In v1.9.0:
|
||||
In v1.9.1:
|
||||
- play your animated AVIF, AV1, and HDR videos
|
||||
- filter by rating ranges
|
||||
- judge tonal distributions with the viewer histogram
|
||||
|
|
Loading…
Reference in a new issue