diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e895641c..e71f00321 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.8.7] - 2023-05-26
+
### Added
- option to set the Tags page as home
diff --git a/fastlane/metadata/android/en-US/changelogs/98.txt b/fastlane/metadata/android/en-US/changelogs/98.txt
new file mode 100644
index 000000000..58bdc5c44
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/98.txt
@@ -0,0 +1,5 @@
+In v1.8.7:
+- play your animated PNGs
+- set your home to the Tags page
+- enjoy the app in Norwegian (Nynorsk)
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/9801.txt b/fastlane/metadata/android/en-US/changelogs/9801.txt
new file mode 100644
index 000000000..58bdc5c44
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/9801.txt
@@ -0,0 +1,5 @@
+In v1.8.7:
+- play your animated PNGs
+- set your home to the Tags page
+- enjoy the app in Norwegian (Nynorsk)
+Full changelog available on GitHub
\ No newline at end of file
diff --git a/pubspec.yaml b/pubspec.yaml
index 801964096..d22339473 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.8.6+97
+version: 1.8.7+98
publish_to: none
environment:
diff --git a/untranslated.json b/untranslated.json
index 525dff97f..e70c1f140 100644
--- a/untranslated.json
+++ b/untranslated.json
@@ -1239,18 +1239,6 @@
"cropAspectRatioSquare"
],
- "el": [
- "saveCopyButtonLabel",
- "applyTooltip",
- "editorActionTransform",
- "editorTransformCrop",
- "editorTransformRotate",
- "cropAspectRatioFree",
- "cropAspectRatioOriginal",
- "cropAspectRatioSquare",
- "widgetTapUpdateWidget"
- ],
-
"fa": [
"saveCopyButtonLabel",
"applyTooltip",
@@ -4524,38 +4512,20 @@
],
"nn": [
- "columnCount",
"sourceStateCataloguing",
- "chipActionGoToPlacePage",
- "entryInfoActionRemoveLocation",
- "filterLocatedLabel",
- "filterNoLocationLabel",
"accessibilityAnimationsKeep",
"settingsVideoEnablePip",
"widgetTapUpdateWidget",
"authenticateToConfigureVault",
"authenticateToUnlockVault",
- "editEntryLocationDialogTitle",
- "editEntryLocationDialogSetCustom",
- "locationPickerUseThisLocationButton",
"viewDialogSortSectionTitle",
"viewDialogReverseSortOrder",
"aboutCreditsSectionTitle",
"aboutLicensesBanner",
"aboutLicensesAndroidLibrariesSectionTitle",
- "aboutLicensesFlutterPackagesSectionTitle",
- "aboutLicensesDartPackagesSectionTitle",
"collectionActionShowTitleSearch",
"collectionActionHideTitleSearch",
- "collectionGroupNone",
- "collectionExportFailureFeedback",
"drawerCollectionAnimated",
- "albumGroupNone",
- "settingsNavigationSectionTitle",
- "settingsShowBottomNavigationBar",
- "settingsNavigationDrawerTile",
- "settingsNavigationDrawerEditorPageTitle",
- "settingsCollectionBurstPatternsTile",
"settingsSlideshowAnimatedZoomEffect",
"settingsHiddenItemsTabFilters",
"settingsHiddenFiltersBanner",
@@ -4563,9 +4533,6 @@
"settingsRemoveAnimationsTile",
"settingsRemoveAnimationsDialogTitle",
"settingsWidgetOpenPage",
- "statsWithGps",
- "mapAttributionOsmHot",
- "mapAttributionStamen",
"viewerInfoSearchSuggestionDimensions",
"wallpaperUseScrollEffect"
],
diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US
index f0c1457ff..58bdc5c44 100644
--- a/whatsnew/whatsnew-en-US
+++ b/whatsnew/whatsnew-en-US
@@ -1,5 +1,5 @@
-In v1.8.6:
-- more settings for video resumption and conversion quality
-- support for Sony predictive capture bursts
-- enjoy the app in Hungarian
+In v1.8.7:
+- play your animated PNGs
+- set your home to the Tags page
+- enjoy the app in Norwegian (Nynorsk)
Full changelog available on GitHub
\ No newline at end of file