version bump
This commit is contained in:
parent
8a4f7b9299
commit
895c495e22
5 changed files with 14 additions and 3 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.10.6"></a>[v1.10.6] - 2024-03-11
|
||||
|
||||
### Added
|
||||
|
||||
- Cataloguing: detect/filter HDR videos
|
||||
|
|
4
fastlane/metadata/android/en-US/changelogs/115.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/115.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.10.6:
|
||||
- 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/11501.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/11501.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
In v1.10.6:
|
||||
- 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.5+114
|
||||
version: 1.10.6+115
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
In v1.10.5:
|
||||
- enjoy the app in Catalan
|
||||
In v1.10.6:
|
||||
- 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