diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97e6a52c1..91bdb7498 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## [v1.7.8] - 2022-12-20
+
### Added
+- Android TV support
- Viewer: optionally show rating & tags on overlay
- Viewer: long press on copy/move/rating/tag quick action for quicker action
- Viewer: long press on share quick action to share parts of motion photo
diff --git a/fastlane/metadata/android/en-US/changelogs/88.txt b/fastlane/metadata/android/en-US/changelogs/88.txt
new file mode 100644
index 000000000..6b14f2fdf
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/88.txt
@@ -0,0 +1,5 @@
+In v1.7.8:
+- Android TV support
+- long-press on the move/rate/tag quick actions in the viewer for quicker actions
+- enjoy the app in Romanian, Lithuanian, Norwegian (Bokmål), Chinese (Traditional) & Ukrainian
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/8801.txt b/fastlane/metadata/android/en-US/changelogs/8801.txt
new file mode 100644
index 000000000..6b14f2fdf
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/8801.txt
@@ -0,0 +1,5 @@
+In v1.7.8:
+- Android TV support
+- long-press on the move/rate/tag quick actions in the viewer for quicker actions
+- enjoy the app in Romanian, Lithuanian, Norwegian (Bokmål), Chinese (Traditional) & Ukrainian
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 4d0359437..b932f6506 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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.7+87
+version: 1.7.8+88
publish_to: none
environment:
diff --git a/untranslated.json b/untranslated.json
index 7482d9ca3..917f19c09 100644
--- a/untranslated.json
+++ b/untranslated.json
@@ -595,19 +595,6 @@
"settingsAccessibilityShowPinchGestureAlternatives"
],
- "el": [
- "columnCount",
- "entryActionShareImageOnly",
- "entryActionShareVideoOnly",
- "entryInfoActionRemoveLocation",
- "filterAspectRatioLandscapeLabel",
- "filterAspectRatioPortraitLabel",
- "filterNoAddressLabel",
- "keepScreenOnVideoPlayback",
- "settingsViewerShowRatingTags",
- "settingsAccessibilityShowPinchGestureAlternatives"
- ],
-
"fa": [
"columnCount",
"clearTooltip",
@@ -1539,19 +1526,6 @@
"filePickerUseThisFolder"
],
- "it": [
- "columnCount",
- "entryActionShareImageOnly",
- "entryActionShareVideoOnly",
- "entryInfoActionRemoveLocation",
- "filterAspectRatioLandscapeLabel",
- "filterAspectRatioPortraitLabel",
- "filterNoAddressLabel",
- "keepScreenOnVideoPlayback",
- "settingsViewerShowRatingTags",
- "settingsAccessibilityShowPinchGestureAlternatives"
- ],
-
"ja": [
"columnCount",
"chipActionFilterIn",
@@ -2579,28 +2553,6 @@
"settingsWidgetDisplayedItem"
],
- "ro": [
- "columnCount",
- "entryActionShareImageOnly",
- "entryActionShareVideoOnly",
- "entryInfoActionRemoveLocation",
- "filterAspectRatioLandscapeLabel",
- "filterAspectRatioPortraitLabel",
- "filterNoAddressLabel",
- "keepScreenOnVideoPlayback",
- "settingsViewerShowRatingTags",
- "settingsAccessibilityShowPinchGestureAlternatives"
- ],
-
- "ru": [
- "columnCount",
- "entryActionShareImageOnly",
- "entryActionShareVideoOnly",
- "entryInfoActionRemoveLocation",
- "keepScreenOnVideoPlayback",
- "settingsAccessibilityShowPinchGestureAlternatives"
- ],
-
"th": [
"itemCount",
"columnCount",
@@ -2944,15 +2896,6 @@
],
"zh": [
- "columnCount",
- "entryActionShareImageOnly",
- "entryActionShareVideoOnly",
- "entryInfoActionRemoveLocation",
- "filterAspectRatioLandscapeLabel",
- "filterAspectRatioPortraitLabel",
- "filterNoAddressLabel",
- "keepScreenOnVideoPlayback",
- "settingsViewerShowRatingTags",
"settingsAccessibilityShowPinchGestureAlternatives"
],
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index 3966614d4..6b14f2fdf 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,5 +1,5 @@
-In v1.7.7:
-- use viewer quick actions to rate, tag, locate
-- set a default editor
-- export metadata to a text file
+In v1.7.8:
+- Android TV support
+- long-press on the move/rate/tag quick actions in the viewer for quicker actions
+- enjoy the app in Romanian, Lithuanian, Norwegian (Bokmål), Chinese (Traditional) & Ukrainian
Full changelog available on GitHub
\ No newline at end of file