version bump
This commit is contained in:
parent
672b6fd2dc
commit
9a4c567c2b
6 changed files with 13 additions and 3 deletions
|
@ -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.12.7"></a>[v1.12.7] - 2025-03-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- handle launch error to report and export DB
|
- handle launch error to report and export DB
|
||||||
|
|
|
@ -331,7 +331,7 @@
|
||||||
android:value="2" />
|
android:value="2" />
|
||||||
<!--
|
<!--
|
||||||
Screenshot driver scenario is not supported by Impeller: "Compressed screenshots not supported for Impeller".
|
Screenshot driver scenario is not supported by Impeller: "Compressed screenshots not supported for Impeller".
|
||||||
As of Flutter v3.29.0, switching pages with alpha transition yields artifacts when Impeller is enabled.
|
As of Flutter v3.29.2, switching pages with alpha transition yields artifacts when Impeller is enabled.
|
||||||
-->
|
-->
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="io.flutter.embedding.android.EnableImpeller"
|
android:name="io.flutter.embedding.android.EnableImpeller"
|
||||||
|
|
4
fastlane/metadata/android/en-US/changelogs/147.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/147.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
In v1.12.7:
|
||||||
|
- play more kinds of motion photos
|
||||||
|
- enjoy the app in Galician
|
||||||
|
Full changelog available on GitHub
|
4
fastlane/metadata/android/en-US/changelogs/14701.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/14701.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
In v1.12.7:
|
||||||
|
- play more kinds of motion photos
|
||||||
|
- enjoy the app in Galician
|
||||||
|
Full changelog available on GitHub
|
|
@ -7,7 +7,7 @@ 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/XXX01.txt
|
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
|
||||||
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
|
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
|
||||||
version: 1.12.6+146
|
version: 1.12.7+147
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
In v1.12.6:
|
In v1.12.7:
|
||||||
- play more kinds of motion photos
|
- play more kinds of motion photos
|
||||||
- enjoy the app in Galician
|
- enjoy the app in Galician
|
||||||
Full changelog available on GitHub
|
Full changelog available on GitHub
|
Loading…
Reference in a new issue