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="v1.8.3"></a>[v1.8.3] - 2023-03-13
### Added
- 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
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt
version: 1.8.2+93
version: 1.8.3+94
publish_to: none
environment:

View file

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

View file

@ -1,5 +1,5 @@
In v1.8.2:
- write metadata when converting
- convert many items at once
- list places in their own page
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