Skip to content

Commit 140e376

Browse files
chore(release): v1.11.0 (22)
1 parent cb79ce8 commit 140e376

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ 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-30
810
### Added
911
- Holidays for New Zealand ([#1157])
1012
- Grid support for monthly calendar widget ([#406])
1113

1214
### Changed
1315
- Updated holiday data
16+
- Updated translations
1417

1518
### Fixed
1619
- 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
254257
[#1065]: https://github.com/FossifyOrg/Calendar/issues/1065
255258
[#1157]: https://github.com/FossifyOrg/Calendar/issues/1157
256259

257-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...HEAD
260+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.11.0...HEAD
261+
[1.11.0]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...1.11.0
258262
[1.10.3]: https://github.com/FossifyOrg/Calendar/compare/1.10.2...1.10.3
259263
[1.10.2]: https://github.com/FossifyOrg/Calendar/compare/1.10.1...1.10.2
260264
[1.10.1]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...1.10.1
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Added:
2+
3+
• Holidays for New Zealand
4+
• Grid support for monthly calendar widget
5+
6+
Changed:
7+
8+
• Updated holiday data
9+
• Updated translations
10+
11+
Fixed:
12+
13+
• Fixed event text readability on colored backgrounds
14+
• Fixed invisible current time indicator in weekly view
15+
• Fixed stuck zoom level in weekly view on some devices
16+

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=21
6+
VERSION_NAME=1.11.0
7+
VERSION_CODE=22
88
APP_ID=org.fossify.calendar

0 commit comments

Comments
 (0)