From f0317bec12e6ea59a76a7652ce8679b4fc195cb3 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:55:24 +0530 Subject: [PATCH] chore(release): v1.11.0 (21) (#1119) Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 6 +++++- fastlane/metadata/android/en-US/changelogs/21.txt | 13 +++++++++++++ gradle.properties | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/21.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 64a766755..4836377cf 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.10.3 +1.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f583c8a97..6e8df81c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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-04-26 ### Added - Per-widget calendar filtering for event list widget - Settings icon on event list widget header for re-configuration @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Database schema migration 11→12: added nullable calendars column to widget table - Refactored widget config and header layouts for calendar picker integration - Updated holiday data +- Updated translations ### Fixed - Fixed event text readability on colored backgrounds ([#1065]) @@ -256,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ======= >>>>>>> 1c136aede (chore: add Room schema 12.json) -[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/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 000000000..2be112593 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,13 @@ +Added: + +• Holidays for New Zealand + +Changed: + +• Updated holiday data +• Updated translations + +Fixed: + +• Fixed event text readability on colored backgrounds + diff --git a/gradle.properties b/gradle.properties index 462960ff5..237407c02 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=20 +VERSION_NAME=1.11.0 +VERSION_CODE=21 APP_ID=org.fossify.calendar