Skip to content

Commit f0317be

Browse files
chore(release): v1.11.0 (21) (#1119)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 80dd4d9 commit f0317be

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.10.3
2+
1.11.0

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.11.0] - 2026-04-26
810
### Added
911
- Per-widget calendar filtering for event list widget
1012
- 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
1517
- Database schema migration 11→12: added nullable calendars column to widget table
1618
- Refactored widget config and header layouts for calendar picker integration
1719
- Updated holiday data
20+
- Updated translations
1821

1922
### Fixed
2023
- 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
256259
=======
257260
>>>>>>> 1c136aede (chore: add Room schema 12.json)
258261
259-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...HEAD
262+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.11.0...HEAD
263+
[1.11.0]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...1.11.0
260264
[1.10.3]: https://github.com/FossifyOrg/Calendar/compare/1.10.2...1.10.3
261265
[1.10.2]: https://github.com/FossifyOrg/Calendar/compare/1.10.1...1.10.2
262266
[1.10.1]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...1.10.1
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Added:
2+
3+
• Holidays for New Zealand
4+
5+
Changed:
6+
7+
• Updated holiday data
8+
• Updated translations
9+
10+
Fixed:
11+
12+
• Fixed event text readability on colored backgrounds
13+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx8192m
44

55
# Versioning
6-
VERSION_NAME=1.10.3
7-
VERSION_CODE=20
6+
VERSION_NAME=1.11.0
7+
VERSION_CODE=21
88
APP_ID=org.fossify.calendar

0 commit comments

Comments
 (0)