version bump
This commit is contained in:
parent
63e64c40c4
commit
12af258fd5
5 changed files with 13 additions and 3 deletions
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## <a id="unreleased"></a>[Unreleased]
|
||||
|
||||
## <a id="v1.10.6"></a>[v1.10.6] - 2024-03-11
|
||||
## <a id="v1.10.7"></a>[v1.10.7] - 2024-03-12
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -20,6 +20,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
- engine leak from analysis worker
|
||||
|
||||
## <a id="v1.10.6"></a>[v1.10.6] - 2024-03-11 [YANKED]
|
||||
|
||||
## <a id="v1.10.5"></a>[v1.10.5] - 2024-02-22
|
||||
|
||||
### Added
|
||||
|
|
4
fastlane/metadata/android/en-US/changelogs/116.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/116.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.10.7:
|
||||
- detect HDR videos (but do not play them in their full HDR glory)
|
||||
- removing animations also applies to pop up menus
|
||||
Full changelog available on GitHub
|
4
fastlane/metadata/android/en-US/changelogs/11601.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/11601.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.10.7:
|
||||
- detect HDR videos (but do not play them in their full HDR glory)
|
||||
- removing animations also applies to pop up menus
|
||||
Full changelog available on GitHub
|
|
@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
|
|||
# - play changelog: /whatsnew/whatsnew-en-US
|
||||
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
|
||||
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
|
||||
version: 1.10.6+115
|
||||
version: 1.10.7+116
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
In v1.10.6:
|
||||
In v1.10.7:
|
||||
- detect HDR videos (but do not play them in their full HDR glory)
|
||||
- removing animations also applies to pop up menus
|
||||
Full changelog available on GitHub
|
Loading…
Reference in a new issue