version bump
This commit is contained in:
parent
19976c3c9c
commit
246dbd6de4
6 changed files with 17 additions and 19 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.9.0"></a>[v1.9.0] - 2023-08-21
|
||||
|
||||
### Added
|
||||
|
||||
- Video: improved seek accuracy, HDR support, AV1 support, playback speed from x0.25 to x4
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/101.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/101.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
In v1.9.0:
|
||||
- play your animated AVIF, AV1, and HDR videos
|
||||
- filter by rating ranges
|
||||
- judge tonal distributions with the viewer histogram
|
||||
Full changelog available on GitHub
|
5
fastlane/metadata/android/en-US/changelogs/10101.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/10101.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
In v1.9.0:
|
||||
- play your animated AVIF, AV1, and HDR videos
|
||||
- filter by rating ranges
|
||||
- judge tonal distributions with the viewer histogram
|
||||
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.9+100
|
||||
version: 1.9.0+101
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -6949,13 +6949,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"pl": [
|
||||
"overlayHistogramNone",
|
||||
"overlayHistogramRGB",
|
||||
"overlayHistogramLuminance",
|
||||
"settingsViewerShowHistogram"
|
||||
],
|
||||
|
||||
"pt": [
|
||||
"overlayHistogramNone",
|
||||
"overlayHistogramRGB",
|
||||
|
@ -7004,13 +6997,6 @@
|
|||
"tagEditorDiscardDialogMessage"
|
||||
],
|
||||
|
||||
"ru": [
|
||||
"overlayHistogramNone",
|
||||
"overlayHistogramRGB",
|
||||
"overlayHistogramLuminance",
|
||||
"settingsViewerShowHistogram"
|
||||
],
|
||||
|
||||
"sk": [
|
||||
"itemCount",
|
||||
"columnCount",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
In v1.8.9:
|
||||
- play your animated PNGs
|
||||
- set your home to the Tags page
|
||||
- enjoy the app in Norwegian (Nynorsk)
|
||||
In v1.9.0:
|
||||
- play your animated AVIF, AV1, and HDR videos
|
||||
- filter by rating ranges
|
||||
- judge tonal distributions with the viewer histogram
|
||||
Full changelog available on GitHub
|
Loading…
Reference in a new issue