Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Apr 30, 2023
1 parent e7afd6e commit 9aa3527
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 36 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"></a>[v1.8.6] - 2023-04-30

### Added

- Collection: support for Sony predictive capture as burst
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/97.txt
Original file line number Diff line number Diff line change
@@ -0,0 +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
Full changelog available on GitHub
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9701.txt
Original file line number Diff line number Diff line change
@@ -0,0 +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
Full changelog available on GitHub
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1545,4 +1545,4 @@ packages:
version: "3.1.1"
sdks:
dart: ">=2.19.6 <3.0.0"
flutter: ">=3.7.11"
flutter: ">=3.7.12"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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.5+96
version: 1.8.6+97
publish_to: none

environment:
# this project bundles Flutter SDK via `flutter_wrapper`
# cf https://github.com/passsy/flutter_wrapper
flutter: 3.7.11
flutter: 3.7.12
sdk: ">=2.19.6 <3.0.0"

# following https://github.blog/2021-09-01-improving-git-protocol-security-github/
Expand Down
29 changes: 0 additions & 29 deletions untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1244,20 +1244,6 @@
"tagEditorDiscardDialogMessage"
],

"el": [
"maxBrightnessNever",
"maxBrightnessAlways",
"videoResumptionModeNever",
"videoResumptionModeAlways",
"exportEntryDialogQuality",
"settingsAskEverytime",
"settingsVideoPlaybackTile",
"settingsVideoPlaybackPageTitle",
"settingsVideoResumptionModeTile",
"settingsVideoResumptionModeDialogTitle",
"tagEditorDiscardDialogMessage"
],

"eu": [
"maxBrightnessNever",
"maxBrightnessAlways",
Expand Down Expand Up @@ -3595,21 +3581,6 @@
"tagEditorDiscardDialogMessage"
],

"it": [
"maxBrightnessNever",
"maxBrightnessAlways",
"videoResumptionModeNever",
"videoResumptionModeAlways",
"exportEntryDialogQuality",
"settingsAskEverytime",
"settingsCollectionBurstPatternsTile",
"settingsVideoPlaybackTile",
"settingsVideoPlaybackPageTitle",
"settingsVideoResumptionModeTile",
"settingsVideoResumptionModeDialogTitle",
"tagEditorDiscardDialogMessage"
],

"ja": [
"columnCount",
"chipActionShowCountryStates",
Expand Down
8 changes: 4 additions & 4 deletions whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
In v1.8.5:
- navigate states for some countries (requires rescan)
- group Samsung and Sony bursts
- lock viewer when watching videos
In v1.8.6:
- more settings for video resumption and conversion quality
- support for Sony predictive capture bursts
- enjoy the app in Hungarian
Full changelog available on GitHub

0 comments on commit 9aa3527

Please sign in to comment.