diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1d814ef..216ce3367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.10.3] - 2024-01-29 + ### Added - Viewer: optional histogram (for real this time) diff --git a/fastlane/metadata/android/en-US/changelogs/112.txt b/fastlane/metadata/android/en-US/changelogs/112.txt new file mode 100644 index 000000000..2060b1138 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/112.txt @@ -0,0 +1,4 @@ +In v1.10.3: +- customize your home page +- analyze your images with the histogram (for real this time) +Full changelog available on GitHub \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/11201.txt b/fastlane/metadata/android/en-US/changelogs/11201.txt new file mode 100644 index 000000000..2060b1138 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11201.txt @@ -0,0 +1,4 @@ +In v1.10.3: +- customize your home page +- analyze your images with the histogram (for real this time) +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e321fe2be..7be7adbb7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.10.2+111 +version: 1.10.3+112 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 3278d2a31..2060b1138 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,4 +1,4 @@ -In v1.10.2: -- JPEG MPF support -- enjoy the app in Arabic & Belarusian +In v1.10.3: +- customize your home page +- analyze your images with the histogram (for real this time) Full changelog available on GitHub \ No newline at end of file