version bump

This commit is contained in:
Thibault Deckers 2023-04-18 19:52:22 +02:00
parent 5f71651baa
commit 2d6d48168f
5 changed files with 17 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.8.5"></a>[v1.8.5] - 2023-04-18
### Added ### Added
- Collection: optional support for Samsung and Sony burst patterns - Collection: optional support for Samsung and Sony burst patterns

View file

@ -0,0 +1,5 @@
In v1.8.5:
- navigate states for some countries (requires rescan)
- group Samsung and Sony bursts
- lock viewer when watching videos
Full changelog available on GitHub

View file

@ -0,0 +1,5 @@
In v1.8.5:
- navigate states for some countries (requires rescan)
- group Samsung and Sony bursts
- lock viewer when watching videos
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/XX01.txt # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt
version: 1.8.4+95 version: 1.8.5+96
publish_to: none publish_to: none
environment: environment:

View file

@ -1,5 +1,5 @@
In v1.8.4: In v1.8.5:
- view items in full-screen when selecting them - navigate states for some countries (requires rescan)
- watch videos using picture-in-picture - group Samsung and Sony bursts
- navigate with TalkBack - lock viewer when watching videos
Full changelog available on GitHub Full changelog available on GitHub