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="unreleased"></a>[Unreleased]
## <a id="v1.7.8"></a>[v1.7.8] - 2022-12-20
### Added ### Added
- Android TV support
- Viewer: optionally show rating & tags on overlay - Viewer: optionally show rating & tags on overlay
- Viewer: long press on copy/move/rating/tag quick action for quicker action - 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 - 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 # - 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.7.7+87 version: 1.7.8+88
publish_to: none publish_to: none
environment: environment:

View file

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

View file

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