version bump
This commit is contained in:
parent
d7e0dad1e4
commit
666b1d8f3a
6 changed files with 14 additions and 30 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.2"></a>[v1.9.2] - 2023-08-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- upgraded Flutter to stable v3.13.1
|
- upgraded Flutter to stable v3.13.1
|
||||||
|
|
5
fastlane/metadata/android/en-US/changelogs/103.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/103.txt
Normal 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
|
5
fastlane/metadata/android/en-US/changelogs/10301.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/10301.txt
Normal 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
|
|
@ -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:
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue