version bump

This commit is contained in:
Thibault Deckers 2023-08-24 19:58:52 +02:00
parent d7e0dad1e4
commit 666b1d8f3a
6 changed files with 14 additions and 30 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.9.2"></a>[v1.9.2] - 2023-08-24
### Changed ### Changed
- upgraded Flutter to stable v3.13.1 - upgraded Flutter to stable v3.13.1

View file

@ -0,0 +1,5 @@
In v1.9.2:
- 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.2:
- 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 # - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
version: 1.9.1+102 version: 1.9.2+103
publish_to: none publish_to: none
environment: environment:

View file

@ -6995,41 +6995,13 @@
], ],
"sk": [ "sk": [
"lengthUnitPercent",
"maxBrightnessNever",
"maxBrightnessAlways",
"overlayHistogramNone",
"overlayHistogramRGB",
"overlayHistogramLuminance",
"vaultLockTypePattern",
"vaultLockTypePin",
"vaultLockTypePassword",
"settingsVideoEnablePip",
"videoResumptionModeNever",
"videoResumptionModeAlways",
"widgetTapUpdateWidget",
"otherDirectoryDescription",
"storageAccessDialogMessage",
"restrictedAccessDialogMessage",
"notEnoughSpaceDialogMessage",
"unsupportedTypeDialogMessage",
"authenticateToConfigureVault",
"videoStreamSelectionDialogTrack", "videoStreamSelectionDialogTrack",
"aboutDataUsageCache",
"aboutCreditsSectionTitle", "aboutCreditsSectionTitle",
"sortOrderHighestFirst", "sortOrderHighestFirst",
"sortOrderLowestFirst", "sortOrderLowestFirst",
"albumGroupTier", "albumGroupTier",
"albumGroupVolume", "albumGroupVolume",
"albumMimeTypeMixed", "albumMimeTypeMixed",
"albumPickPageTitleCopy",
"albumPickPageTitleExport",
"albumPickPageTitleMove",
"albumPickPageTitlePick",
"albumCamera",
"albumDownload",
"albumScreenshots",
"albumScreenRecordings",
"albumVideoCaptures", "albumVideoCaptures",
"albumPageTitle", "albumPageTitle",
"albumEmpty", "albumEmpty",

View file

@ -1,4 +1,4 @@
In v1.9.1: In v1.9.2:
- play your animated AVIF, AV1, and HDR videos - play your animated AVIF, AV1, and HDR videos
- filter by rating ranges - filter by rating ranges
- judge tonal distributions with the viewer histogram - judge tonal distributions with the viewer histogram