diff --git a/CHANGELOG.md b/CHANGELOG.md index 323728bd6..b671491e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.7.5] - 2022-11-23 + ### Added - Viewer: Info page editing actions available as quick actions diff --git a/fastlane/metadata/android/en-US/changelogs/1085.txt b/fastlane/metadata/android/en-US/changelogs/1085.txt new file mode 100644 index 000000000..3ae743b04 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1085.txt @@ -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 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f7538fb27..e388a6e5f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: diff --git a/untranslated.json b/untranslated.json index 9bfa44980..c984e3eba 100644 --- a/untranslated.json +++ b/untranslated.json @@ -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", diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index b434e87d9..3ae743b04 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -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 \ No newline at end of file