version bump

This commit is contained in:
Thibault Deckers 2023-01-18 16:22:56 +01:00
parent 1dad46aab7
commit a5cf5ca555
6 changed files with 14 additions and 23 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.7.10"></a>[v1.7.10] - 2023-01-18
### Added ### Added
- Video: optional gestures to adjust brightness/volume - Video: optional gestures to adjust brightness/volume

View file

@ -0,0 +1,5 @@
In v1.7.10:
- Android TV support (cont'd)
- interact with videos via media session controls
- enjoy the app in Czech & Polish
Full changelog available on GitHub

View file

@ -0,0 +1,5 @@
In v1.7.10:
- Android TV support (cont'd)
- interact with videos via media session controls
- enjoy the app in Czech & Polish
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.9+89 version: 1.7.10+90
publish_to: none publish_to: none
environment: environment:

View file

@ -1040,10 +1040,6 @@
"filePickerUseThisFolder" "filePickerUseThisFolder"
], ],
"fr": [
"settingsVideoGestureVerticalDragBrightnessVolume"
],
"gl": [ "gl": [
"columnCount", "columnCount",
"entryActionShareImageOnly", "entryActionShareImageOnly",
@ -2121,10 +2117,6 @@
"filePickerUseThisFolder" "filePickerUseThisFolder"
], ],
"id": [
"settingsVideoGestureVerticalDragBrightnessVolume"
],
"it": [ "it": [
"settingsVideoGestureVerticalDragBrightnessVolume" "settingsVideoGestureVerticalDragBrightnessVolume"
], ],
@ -2149,10 +2141,6 @@
"settingsWidgetDisplayedItem" "settingsWidgetDisplayedItem"
], ],
"ko": [
"settingsVideoGestureVerticalDragBrightnessVolume"
],
"lt": [ "lt": [
"columnCount", "columnCount",
"filterLocatedLabel", "filterLocatedLabel",
@ -2831,15 +2819,6 @@
"filePickerUseThisFolder" "filePickerUseThisFolder"
], ],
"tr": [
"settingsVideoGestureVerticalDragBrightnessVolume"
],
"uk": [
"tooManyItemsErrorDialogMessage",
"settingsVideoGestureVerticalDragBrightnessVolume"
],
"zh": [ "zh": [
"filterLocatedLabel", "filterLocatedLabel",
"filterTaggedLabel", "filterTaggedLabel",

View file

@ -1,4 +1,4 @@
In v1.7.9: In v1.7.10:
- Android TV support (cont'd) - Android TV support (cont'd)
- interact with videos via media session controls - interact with videos via media session controls
- enjoy the app in Czech & Polish - enjoy the app in Czech & Polish