diff --git a/CHANGELOG.md b/CHANGELOG.md index c2dcd99b0..b09bea370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -### Added - -- Collection: `select all` available as quick action -- Persian translation (thanks امیر جهانگرد, slasb37, mimvahedi, Alireza Rashidi) - -## [v1.11.0] - 2024-05-01 +## [v1.11.1] - 2024-05-03 ### Added - Cataloguing: identify Apple variant of HDR images +- Collection: `select all` available as quick action - Collection: allow using hash (md5/sha1/sha256) when bulk renaming - Info: color palette - Video: external subtitle support (SRT) - option to force using western arabic numerals for dates +- Persian translation (thanks امیر جهانگرد, slasb37, mimvahedi, Alireza Rashidi) ### Changed @@ -30,6 +27,8 @@ All notable changes to this project will be documented in this file. - stopping video playback when changing device orientation on Android >=13 - printing content orientation according to page format +## [v1.11.0] - 2024-05-01 [YANKED] + ## [v1.10.9] - 2024-04-14 ### Fixed diff --git a/fastlane/metadata/android/en-US/changelogs/120.txt b/fastlane/metadata/android/en-US/changelogs/120.txt new file mode 100644 index 000000000..f487944d6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/120.txt @@ -0,0 +1,4 @@ +In v1.11.1: +- watch videos with SRT subtitle files +- enjoy the app in Persian +Full changelog available on GitHub \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/12001.txt b/fastlane/metadata/android/en-US/changelogs/12001.txt new file mode 100644 index 000000000..f487944d6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12001.txt @@ -0,0 +1,4 @@ +In v1.11.1: +- watch videos with SRT subtitle files +- enjoy the app in Persian +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index bcde9e7dc..a7b3ac228 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.11.0+119 +version: 1.11.1+120 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index d0a2a5a14..f487944d6 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,3 +1,4 @@ -In v1.11.0: +In v1.11.1: - watch videos with SRT subtitle files +- enjoy the app in Persian Full changelog available on GitHub \ No newline at end of file