version bump

This commit is contained in:
Thibault Deckers 2022-12-20 19:53:29 +01:00
parent dffdf847b9
commit abca3644f5
6 changed files with 18 additions and 62 deletions

View file

@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased]
## <a id="v1.7.8"></a>[v1.7.8] - 2022-12-20
### Added
- Android TV support
- Viewer: optionally show rating & tags on overlay
- Viewer: long press on copy/move/rating/tag quick action for quicker action
- Viewer: long press on share quick action to share parts of motion photo

View file

@ -0,0 +1,5 @@
In v1.7.8:
- Android TV support
- long-press on the move/rate/tag quick actions in the viewer for quicker actions
- enjoy the app in Romanian, Lithuanian, Norwegian (Bokmål), Chinese (Traditional) & Ukrainian
Full changelog available on GitHub

View file

@ -0,0 +1,5 @@
In v1.7.8:
- Android TV support
- long-press on the move/rate/tag quick actions in the viewer for quicker actions
- enjoy the app in Romanian, Lithuanian, Norwegian (Bokmål), Chinese (Traditional) & Ukrainian
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.7.7+87
version: 1.7.8+88
publish_to: none
environment:

View file

@ -595,19 +595,6 @@
"settingsAccessibilityShowPinchGestureAlternatives"
],
"el": [
"columnCount",
"entryActionShareImageOnly",
"entryActionShareVideoOnly",
"entryInfoActionRemoveLocation",
"filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel",
"filterNoAddressLabel",
"keepScreenOnVideoPlayback",
"settingsViewerShowRatingTags",
"settingsAccessibilityShowPinchGestureAlternatives"
],
"fa": [
"columnCount",
"clearTooltip",
@ -1539,19 +1526,6 @@
"filePickerUseThisFolder"
],
"it": [
"columnCount",
"entryActionShareImageOnly",
"entryActionShareVideoOnly",
"entryInfoActionRemoveLocation",
"filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel",
"filterNoAddressLabel",
"keepScreenOnVideoPlayback",
"settingsViewerShowRatingTags",
"settingsAccessibilityShowPinchGestureAlternatives"
],
"ja": [
"columnCount",
"chipActionFilterIn",
@ -2579,28 +2553,6 @@
"settingsWidgetDisplayedItem"
],
"ro": [
"columnCount",
"entryActionShareImageOnly",
"entryActionShareVideoOnly",
"entryInfoActionRemoveLocation",
"filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel",
"filterNoAddressLabel",
"keepScreenOnVideoPlayback",
"settingsViewerShowRatingTags",
"settingsAccessibilityShowPinchGestureAlternatives"
],
"ru": [
"columnCount",
"entryActionShareImageOnly",
"entryActionShareVideoOnly",
"entryInfoActionRemoveLocation",
"keepScreenOnVideoPlayback",
"settingsAccessibilityShowPinchGestureAlternatives"
],
"th": [
"itemCount",
"columnCount",
@ -2944,15 +2896,6 @@
],
"zh": [
"columnCount",
"entryActionShareImageOnly",
"entryActionShareVideoOnly",
"entryInfoActionRemoveLocation",
"filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel",
"filterNoAddressLabel",
"keepScreenOnVideoPlayback",
"settingsViewerShowRatingTags",
"settingsAccessibilityShowPinchGestureAlternatives"
],

View file

@ -1,5 +1,5 @@
In v1.7.7:
- use viewer quick actions to rate, tag, locate
- set a default editor
- export metadata to a text file
In v1.7.8:
- Android TV support
- long-press on the move/rate/tag quick actions in the viewer for quicker actions
- enjoy the app in Romanian, Lithuanian, Norwegian (Bokmål), Chinese (Traditional) & Ukrainian
Full changelog available on GitHub