version bump

This commit is contained in:
Thibault Deckers 2022-11-23 21:38:37 +01:00
parent 2222da5cec
commit a437d1cfad
5 changed files with 12 additions and 38 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="v1.7.5"></a>[v1.7.5] - 2022-11-23
### Added
- Viewer: Info page editing actions available as quick actions

View 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

View file

@ -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:

View file

@ -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",

View file

@ -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