version bump

This commit is contained in:
Thibault Deckers 2024-03-12 19:54:08 +01:00
parent 63e64c40c4
commit 12af258fd5
5 changed files with 13 additions and 3 deletions

View file

@ -4,7 +4,7 @@ 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.10.6"></a>[v1.10.6] - 2024-03-11 ## <a id="v1.10.7"></a>[v1.10.7] - 2024-03-12
### Added ### Added
@ -20,6 +20,8 @@ All notable changes to this project will be documented in this file.
- engine leak from analysis worker - 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 ## <a id="v1.10.5"></a>[v1.10.5] - 2024-02-22
### Added ### Added

View 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

View 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

View file

@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US # - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
version: 1.10.6+115 version: 1.10.7+116
publish_to: none publish_to: none
environment: environment:

View file

@ -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) - detect HDR videos (but do not play them in their full HDR glory)
- removing animations also applies to pop up menus - removing animations also applies to pop up menus
Full changelog available on GitHub Full changelog available on GitHub