version bump
This commit is contained in:
parent
5f71651baa
commit
2d6d48168f
5 changed files with 17 additions and 5 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.8.5"></a>[v1.8.5] - 2023-04-18
|
||||
|
||||
### Added
|
||||
|
||||
- Collection: optional support for Samsung and Sony burst patterns
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/96.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/96.txt
Normal 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
|
5
fastlane/metadata/android/en-US/changelogs/9601.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/9601.txt
Normal 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
|
|
@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
|
|||
# - 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.8.4+95
|
||||
version: 1.8.5+96
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
In v1.8.4:
|
||||
- view items in full-screen when selecting them
|
||||
- watch videos using picture-in-picture
|
||||
- navigate with TalkBack
|
||||
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
|
Loading…
Reference in a new issue