Skip to content

Commit fc5fb9f

Browse files
chore(release): v1.11.0 (22)
1 parent 341bfab commit fc5fb9f

3 files changed

Lines changed: 25 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-07-14
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 CalDAV sync not consistently working on Android 11+ ([#656])
@@ -258,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258261
[#1157]: https://github.com/FossifyOrg/Calendar/issues/1157
259262
[#1177]: https://github.com/FossifyOrg/Calendar/issues/1177
260263

261-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...HEAD
264+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.11.0...HEAD
265+
[1.11.0]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...1.11.0
262266
[1.10.3]: https://github.com/FossifyOrg/Calendar/compare/1.10.2...1.10.3
263267
[1.10.2]: https://github.com/FossifyOrg/Calendar/compare/1.10.1...1.10.2
264268
[1.10.1]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...1.10.1
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 CalDAV sync not consistently working on Android 11+
14+
• Fixed event text readability on colored backgrounds
15+
• Fixed invisible current time indicator in weekly view
16+
• Fixed stuck zoom level in weekly view on some devices
17+
• Long title, location fields now wrap in task/event editors
18+

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)