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="unreleased"></a>[Unreleased]
|
||||||
|
|
||||||
|
## <a id="v1.9.0"></a>[v1.9.0] - 2023-08-21
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Video: improved seek accuracy, HDR support, AV1 support, playback speed from x0.25 to x4
|
- 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
|
# - 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.9+100
|
version: 1.9.0+101
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -6949,13 +6949,6 @@
|
||||||
"filePickerUseThisFolder"
|
"filePickerUseThisFolder"
|
||||||
],
|
],
|
||||||
|
|
||||||
"pl": [
|
|
||||||
"overlayHistogramNone",
|
|
||||||
"overlayHistogramRGB",
|
|
||||||
"overlayHistogramLuminance",
|
|
||||||
"settingsViewerShowHistogram"
|
|
||||||
],
|
|
||||||
|
|
||||||
"pt": [
|
"pt": [
|
||||||
"overlayHistogramNone",
|
"overlayHistogramNone",
|
||||||
"overlayHistogramRGB",
|
"overlayHistogramRGB",
|
||||||
|
@ -7004,13 +6997,6 @@
|
||||||
"tagEditorDiscardDialogMessage"
|
"tagEditorDiscardDialogMessage"
|
||||||
],
|
],
|
||||||
|
|
||||||
"ru": [
|
|
||||||
"overlayHistogramNone",
|
|
||||||
"overlayHistogramRGB",
|
|
||||||
"overlayHistogramLuminance",
|
|
||||||
"settingsViewerShowHistogram"
|
|
||||||
],
|
|
||||||
|
|
||||||
"sk": [
|
"sk": [
|
||||||
"itemCount",
|
"itemCount",
|
||||||
"columnCount",
|
"columnCount",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
In v1.8.9:
|
In v1.9.0:
|
||||||
- play your animated PNGs
|
- play your animated AVIF, AV1, and HDR videos
|
||||||
- set your home to the Tags page
|
- filter by rating ranges
|
||||||
- enjoy the app in Norwegian (Nynorsk)
|
- judge tonal distributions with the viewer histogram
|
||||||
Full changelog available on GitHub
|
Full changelog available on GitHub
|
Loading…
Reference in a new issue