version bump

This commit is contained in:
Thibault Deckers 2023-03-13 12:00:09 +01:00
parent c2bb83fa6d
commit faa20f32e6
6 changed files with 18 additions and 72 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.8.3"></a>[v1.8.3] - 2023-03-13
### Added ### Added
- Collection: preview button when selecting items - Collection: preview button when selecting items

View file

@ -0,0 +1,5 @@
In v1.8.3:
- view items in full-screen when selecting them
- watch videos using picture-in-picture
- navigate with TalkBack
Full changelog available on GitHub

View file

@ -0,0 +1,5 @@
In v1.8.3:
- view items in full-screen when selecting them
- watch videos using picture-in-picture
- navigate with TalkBack
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/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.2+93 version: 1.8.3+94
publish_to: none publish_to: none
environment: environment:

View file

@ -1175,39 +1175,9 @@
], ],
"cs": [ "cs": [
"chipActionGoToPlacePage",
"chipActionLock",
"chipActionCreateVault",
"chipActionConfigureVault",
"albumTierVaults",
"lengthUnitPixel",
"lengthUnitPercent",
"vaultLockTypePattern",
"vaultLockTypePin",
"vaultLockTypePassword",
"settingsVideoEnablePip", "settingsVideoEnablePip",
"newVaultWarningDialogMessage",
"newVaultDialogTitle",
"configureVaultDialogTitle",
"vaultDialogLockModeWhenScreenOff",
"vaultDialogLockTypeLabel",
"patternDialogEnter",
"patternDialogConfirm",
"pinDialogEnter",
"pinDialogConfirm",
"passwordDialogEnter",
"passwordDialogConfirm",
"authenticateToConfigureVault",
"authenticateToUnlockVault",
"vaultBinUsageDialogMessage",
"exportEntryDialogWriteMetadata",
"drawerPlacePage",
"placePageTitle",
"placeEmpty",
"settingsConfirmationVaultDataLoss",
"settingsVideoBackgroundMode", "settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle", "settingsVideoBackgroundModeDialogTitle"
"settingsDisablingBinWarningDialogMessage"
], ],
"de": [ "de": [
@ -1260,16 +1230,6 @@
"settingsVideoBackgroundModeDialogTitle" "settingsVideoBackgroundModeDialogTitle"
], ],
"es": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle"
],
"eu": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle"
],
"fa": [ "fa": [
"clearTooltip", "clearTooltip",
"chipActionGoToPlacePage", "chipActionGoToPlacePage",
@ -1744,11 +1704,6 @@
"filePickerUseThisFolder" "filePickerUseThisFolder"
], ],
"fr": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle"
],
"gl": [ "gl": [
"columnCount", "columnCount",
"chipActionGoToPlacePage", "chipActionGoToPlacePage",
@ -2890,11 +2845,6 @@
"filePickerUseThisFolder" "filePickerUseThisFolder"
], ],
"id": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle"
],
"it": [ "it": [
"chipActionGoToPlacePage", "chipActionGoToPlacePage",
"lengthUnitPixel", "lengthUnitPixel",
@ -2964,11 +2914,6 @@
"settingsWidgetDisplayedItem" "settingsWidgetDisplayedItem"
], ],
"ko": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle"
],
"lt": [ "lt": [
"columnCount", "columnCount",
"chipActionGoToPlacePage", "chipActionGoToPlacePage",
@ -3405,13 +3350,7 @@
"wallpaperUseScrollEffect" "wallpaperUseScrollEffect"
], ],
"pl": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle"
],
"pt": [ "pt": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle" "settingsVideoBackgroundModeDialogTitle"
], ],
@ -4266,11 +4205,6 @@
"settingsDisablingBinWarningDialogMessage" "settingsDisablingBinWarningDialogMessage"
], ],
"uk": [
"settingsVideoBackgroundMode",
"settingsVideoBackgroundModeDialogTitle"
],
"zh": [ "zh": [
"chipActionGoToPlacePage", "chipActionGoToPlacePage",
"chipActionLock", "chipActionLock",

View file

@ -1,5 +1,5 @@
In v1.8.2: In v1.8.3:
- write metadata when converting - view items in full-screen when selecting them
- convert many items at once - watch videos using picture-in-picture
- list places in their own page - navigate with TalkBack
Full changelog available on GitHub Full changelog available on GitHub