diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a6fc1f1..aff965a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.11.0] - 2026-06-04 ### Added - Holidays for New Zealand ([#1157]) - Grid support for monthly calendar widget ([#406]) ### Changed - Updated holiday data +- Updated translations ### Fixed - Fixed event text readability on colored backgrounds ([#1065]) @@ -254,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1065]: https://github.com/FossifyOrg/Calendar/issues/1065 [#1157]: https://github.com/FossifyOrg/Calendar/issues/1157 -[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...HEAD +[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.11.0...HEAD +[1.11.0]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...1.11.0 [1.10.3]: https://github.com/FossifyOrg/Calendar/compare/1.10.2...1.10.3 [1.10.2]: https://github.com/FossifyOrg/Calendar/compare/1.10.1...1.10.2 [1.10.1]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...1.10.1 diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 000000000..c98031a39 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1,16 @@ +Added: + +• Holidays for New Zealand +• Grid support for monthly calendar widget + +Changed: + +• Updated holiday data +• Updated translations + +Fixed: + +• Fixed event text readability on colored backgrounds +• Fixed invisible current time indicator in weekly view +• Fixed stuck zoom level in weekly view on some devices + diff --git a/gradle.properties b/gradle.properties index d5bc32cc9..0b600d51f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.10.3 -VERSION_CODE=21 +VERSION_NAME=1.11.0 +VERSION_CODE=22 APP_ID=org.fossify.calendar