version bump

This commit is contained in:
Thibault Deckers 2023-08-21 00:19:52 +02:00
parent 19976c3c9c
commit 246dbd6de4
6 changed files with 17 additions and 19 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="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

View 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

View 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

View file

@ -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:

View file

@ -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",

View file

@ -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