version bump

This commit is contained in:
Thibault Deckers 2023-04-30 17:32:22 +02:00
parent e7afd6e4ed
commit 9aa3527f19
7 changed files with 19 additions and 36 deletions

View file

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased] ## <a id="unreleased"></a>[Unreleased]
## <a id="v1.8.6"></a>[v1.8.6] - 2023-04-30
### Added ### Added
- Collection: support for Sony predictive capture as burst - Collection: support for Sony predictive capture as burst

View file

@ -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

View file

@ -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

View file

@ -1545,4 +1545,4 @@ packages:
version: "3.1.1" version: "3.1.1"
sdks: sdks:
dart: ">=2.19.6 <3.0.0" dart: ">=2.19.6 <3.0.0"
flutter: ">=3.7.11" flutter: ">=3.7.12"

View file

@ -7,13 +7,13 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US # - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XX01.txt # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt
version: 1.8.5+96 version: 1.8.6+97
publish_to: none publish_to: none
environment: environment:
# this project bundles Flutter SDK via `flutter_wrapper` # this project bundles Flutter SDK via `flutter_wrapper`
# cf https://github.com/passsy/flutter_wrapper # cf https://github.com/passsy/flutter_wrapper
flutter: 3.7.11 flutter: 3.7.12
sdk: ">=2.19.6 <3.0.0" sdk: ">=2.19.6 <3.0.0"
# following https://github.blog/2021-09-01-improving-git-protocol-security-github/ # following https://github.blog/2021-09-01-improving-git-protocol-security-github/

View file

@ -1244,20 +1244,6 @@
"tagEditorDiscardDialogMessage" "tagEditorDiscardDialogMessage"
], ],
"el": [
"maxBrightnessNever",
"maxBrightnessAlways",
"videoResumptionModeNever",
"videoResumptionModeAlways",
"exportEntryDialogQuality",
"settingsAskEverytime",
"settingsVideoPlaybackTile",
"settingsVideoPlaybackPageTitle",
"settingsVideoResumptionModeTile",
"settingsVideoResumptionModeDialogTitle",
"tagEditorDiscardDialogMessage"
],
"eu": [ "eu": [
"maxBrightnessNever", "maxBrightnessNever",
"maxBrightnessAlways", "maxBrightnessAlways",
@ -3595,21 +3581,6 @@
"tagEditorDiscardDialogMessage" "tagEditorDiscardDialogMessage"
], ],
"it": [
"maxBrightnessNever",
"maxBrightnessAlways",
"videoResumptionModeNever",
"videoResumptionModeAlways",
"exportEntryDialogQuality",
"settingsAskEverytime",
"settingsCollectionBurstPatternsTile",
"settingsVideoPlaybackTile",
"settingsVideoPlaybackPageTitle",
"settingsVideoResumptionModeTile",
"settingsVideoResumptionModeDialogTitle",
"tagEditorDiscardDialogMessage"
],
"ja": [ "ja": [
"columnCount", "columnCount",
"chipActionShowCountryStates", "chipActionShowCountryStates",

View file

@ -1,5 +1,5 @@
In v1.8.5: In v1.8.6:
- navigate states for some countries (requires rescan) - more settings for video resumption and conversion quality
- group Samsung and Sony bursts - support for Sony predictive capture bursts
- lock viewer when watching videos - enjoy the app in Hungarian
Full changelog available on GitHub Full changelog available on GitHub