version bump

This commit is contained in:
Thibault Deckers 2025-03-11 00:30:57 +01:00
parent dcd42b7048
commit 403ccac5c2
5 changed files with 17 additions and 2 deletions

View file

@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
## <a id="unreleased"></a>[Unreleased]
## <a id="v1.12.6"></a>[v1.12.6] - 2025-03-11
### Fixed
- data loss when editing metadata of items with incorrect mime types
- metadata inconsistency in the DB due to v1.12.4 upgrade
## <a id="v1.12.5"></a>[v1.12.5] - 2025-03-07
### Added

View file

@ -0,0 +1,4 @@
In v1.12.6:
- play more kinds of motion photos
- enjoy the app in Galician
Full changelog available on GitHub

View file

@ -0,0 +1,4 @@
In v1.12.6:
- play more kinds of motion photos
- enjoy the app in Galician
Full changelog available on GitHub

View file

@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves
# - play changelog: /whatsnew/whatsnew-en-US
# - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XXX01.txt
# - libre changelog: /fastlane/metadata/android/en-US/changelogs/XXX.txt
version: 1.12.5+145
version: 1.12.6+146
publish_to: none
environment:

View file

@ -1,4 +1,4 @@
In v1.12.5:
In v1.12.6:
- play more kinds of motion photos
- enjoy the app in Galician
Full changelog available on GitHub