version bump
This commit is contained in:
parent
2222da5cec
commit
a437d1cfad
5 changed files with 12 additions and 38 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.5"></a>[v1.7.5] - 2022-11-23
|
||||
|
||||
### Added
|
||||
|
||||
- Viewer: Info page editing actions available as quick actions
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/1085.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/1085.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
In v1.7.5:
|
||||
- use viewer quick actions to rate, tag, locate
|
||||
- set a default editor
|
||||
- export metadata to a text file
|
||||
Full changelog available on GitHub
|
|
@ -6,7 +6,7 @@ repository: https://github.com/deckerst/aves
|
|||
# - github changelog: /CHANGELOG.md
|
||||
# - play changelog: /whatsnew/whatsnew-en-US
|
||||
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/1XXX.txt
|
||||
version: 1.7.4+84
|
||||
version: 1.7.5+85
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -599,28 +599,6 @@
|
|||
"settingsWidgetDisplayedItem"
|
||||
],
|
||||
|
||||
"el": [
|
||||
"entryInfoActionExportMetadata",
|
||||
"subtitlePositionTop",
|
||||
"subtitlePositionBottom",
|
||||
"widgetDisplayedItemRandom",
|
||||
"widgetDisplayedItemMostRecent",
|
||||
"settingsSubtitleThemeTextPositionTile",
|
||||
"settingsSubtitleThemeTextPositionDialogTitle",
|
||||
"settingsWidgetDisplayedItem",
|
||||
"tagEditorSectionPlaceholders"
|
||||
],
|
||||
|
||||
"es": [
|
||||
"subtitlePositionTop",
|
||||
"subtitlePositionBottom",
|
||||
"widgetDisplayedItemRandom",
|
||||
"widgetDisplayedItemMostRecent",
|
||||
"settingsSubtitleThemeTextPositionTile",
|
||||
"settingsSubtitleThemeTextPositionDialogTitle",
|
||||
"settingsWidgetDisplayedItem"
|
||||
],
|
||||
|
||||
"fa": [
|
||||
"appName",
|
||||
"welcomeMessage",
|
||||
|
@ -1679,16 +1657,6 @@
|
|||
"settingsWidgetDisplayedItem"
|
||||
],
|
||||
|
||||
"it": [
|
||||
"subtitlePositionTop",
|
||||
"subtitlePositionBottom",
|
||||
"widgetDisplayedItemRandom",
|
||||
"widgetDisplayedItemMostRecent",
|
||||
"settingsSubtitleThemeTextPositionTile",
|
||||
"settingsSubtitleThemeTextPositionDialogTitle",
|
||||
"settingsWidgetDisplayedItem"
|
||||
],
|
||||
|
||||
"ja": [
|
||||
"chipActionFilterIn",
|
||||
"entryInfoActionExportMetadata",
|
||||
|
@ -2638,7 +2606,6 @@
|
|||
|
||||
"ru": [
|
||||
"subtitlePositionTop",
|
||||
"subtitlePositionBottom",
|
||||
"widgetDisplayedItemRandom",
|
||||
"widgetDisplayedItemMostRecent",
|
||||
"settingsSubtitleThemeTextPositionTile",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
In v1.7.4:
|
||||
- tag your MP4, rate your MP4, date your MP4, locate your MP4, rotate your MP4
|
||||
- give media management access (on Android 12+) to skip some confirmation dialogs
|
||||
- enjoy higher quality thumbnails
|
||||
In v1.7.5:
|
||||
- use viewer quick actions to rate, tag, locate
|
||||
- set a default editor
|
||||
- export metadata to a text file
|
||||
Full changelog available on GitHub
|
Loading…
Reference in a new issue