version bump
This commit is contained in:
parent
1fa02746c4
commit
b2b8edadf8
6 changed files with 17 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.8.7"></a>[v1.8.7] - 2023-05-26
|
||||
|
||||
### Added
|
||||
|
||||
- option to set the Tags page as home
|
||||
|
|
5
fastlane/metadata/android/en-US/changelogs/98.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/98.txt
Normal file
|
@ -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
|
5
fastlane/metadata/android/en-US/changelogs/9801.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/9801.txt
Normal file
|
@ -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
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue