version bump
This commit is contained in:
parent
1dad46aab7
commit
a5cf5ca555
6 changed files with 14 additions and 23 deletions
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## <a id="unreleased"></a>[Unreleased]
|
||||
|
||||
## <a id="v1.7.10"></a>[v1.7.10] - 2023-01-18
|
||||
|
||||
### Added
|
||||
|
||||
- Video: optional gestures to adjust brightness/volume
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/90.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/90.txt
Normal 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
|
5
fastlane/metadata/android/en-US/changelogs/9001.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/9001.txt
Normal 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
|
|
@ -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.9+89
|
||||
version: 1.7.10+90
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1040,10 +1040,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"settingsVideoGestureVerticalDragBrightnessVolume"
|
||||
],
|
||||
|
||||
"gl": [
|
||||
"columnCount",
|
||||
"entryActionShareImageOnly",
|
||||
|
@ -2121,10 +2117,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"id": [
|
||||
"settingsVideoGestureVerticalDragBrightnessVolume"
|
||||
],
|
||||
|
||||
"it": [
|
||||
"settingsVideoGestureVerticalDragBrightnessVolume"
|
||||
],
|
||||
|
@ -2149,10 +2141,6 @@
|
|||
"settingsWidgetDisplayedItem"
|
||||
],
|
||||
|
||||
"ko": [
|
||||
"settingsVideoGestureVerticalDragBrightnessVolume"
|
||||
],
|
||||
|
||||
"lt": [
|
||||
"columnCount",
|
||||
"filterLocatedLabel",
|
||||
|
@ -2831,15 +2819,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"tr": [
|
||||
"settingsVideoGestureVerticalDragBrightnessVolume"
|
||||
],
|
||||
|
||||
"uk": [
|
||||
"tooManyItemsErrorDialogMessage",
|
||||
"settingsVideoGestureVerticalDragBrightnessVolume"
|
||||
],
|
||||
|
||||
"zh": [
|
||||
"filterLocatedLabel",
|
||||
"filterTaggedLabel",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
In v1.7.9:
|
||||
In v1.7.10:
|
||||
- Android TV support (cont'd)
|
||||
- interact with videos via media session controls
|
||||
- enjoy the app in Czech & Polish
|
||||
|
|
Loading…
Reference in a new issue