chore(release): v1.11.0 (21) (#1119)

Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
fossifybot[bot]
2026-04-28 15:55:24 +05:30
committed by GitHub
parent 80dd4d9f1e
commit f0317bec12
4 changed files with 21 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
# Auto-generated file. DO NOT EDIT.
1.10.3
1.11.0

View File

@@ -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

View File

@@ -0,0 +1,13 @@
Added:
• Holidays for New Zealand
Changed:
• Updated holiday data
• Updated translations
Fixed:
• Fixed event text readability on colored backgrounds

View File

@@ -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