Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ 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-05-06
### Added
- Holidays for New Zealand ([#1157])
- Grid support for monthly calendar widget ([#406])

### Changed
- Updated holiday data
- Updated translations

### Fixed
- Fixed event text readability on colored backgrounds ([#1065])
Expand Down Expand Up @@ -254,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1065]: https://github.com/FossifyOrg/Calendar/issues/1065
[#1157]: https://github.com/FossifyOrg/Calendar/issues/1157

[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
Expand Down
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Added:

• Holidays for New Zealand
• Grid support for monthly calendar widget

Changed:

• Updated holiday data
• Updated translations

Fixed:

• Fixed event text readability on colored backgrounds
• Fixed invisible current time indicator in weekly view
• Fixed stuck zoom level in weekly view on some devices

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ android.useAndroidX=true
org.gradle.jvmargs=-Xmx8192m

# Versioning
VERSION_NAME=1.10.3
VERSION_CODE=21
VERSION_NAME=1.11.0
VERSION_CODE=22
APP_ID=org.fossify.calendar
Loading