mirror of
https://github.com/FossifyOrg/Calendar.git
synced 2026-06-10 23:36:26 -04:00
chore(release): v1.11.0 (21) (#1119)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.10.3
|
||||
1.11.0
|
||||
|
||||
@@ -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
|
||||
|
||||
13
fastlane/metadata/android/en-US/changelogs/21.txt
Normal file
13
fastlane/metadata/android/en-US/changelogs/21.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Added:
|
||||
|
||||
• Holidays for New Zealand
|
||||
|
||||
Changed:
|
||||
|
||||
• Updated holiday data
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed event text readability on colored backgrounds
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user