Skip to content

Commit ef00acd

Browse files
chore(release): v1.9.0 (16) (#922)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 374115b commit ef00acd

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.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.8.1
2+
1.9.0

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ 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.9.0] - 2025-12-16
810
### Changed
911
- Replaced "event types" concept with "calendars" ([#629])
1012
- Renamed built-in "Regular event" calendar to "Local calendar"
1113
- Weekday labels now use three-letter abbreviations instead of single letters ([#103])
1214
- Converting all-day events to timed events now respects the default start time and duration ([#917])
15+
- Updated translations
1316

1417
### Fixed
1518
- Fixed crashes and freezing on some devices ([#889])
@@ -187,8 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187190
[#590]: https://github.com/FossifyOrg/Calendar/issues/590
188191
[#603]: https://github.com/FossifyOrg/Calendar/issues/603
189192
[#613]: https://github.com/FossifyOrg/Calendar/issues/613
190-
[#641]: https://github.com/FossifyOrg/Calendar/issues/641
191193
[#629]: https://github.com/FossifyOrg/Calendar/issues/629
194+
[#641]: https://github.com/FossifyOrg/Calendar/issues/641
192195
[#682]: https://github.com/FossifyOrg/Calendar/issues/682
193196
[#706]: https://github.com/FossifyOrg/Calendar/issues/706
194197
[#729]: https://github.com/FossifyOrg/Calendar/issues/729
@@ -201,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201204
[#889]: https://github.com/FossifyOrg/Calendar/issues/889
202205
[#917]: https://github.com/FossifyOrg/Calendar/issues/917
203206

204-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.8.1...HEAD
207+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.9.0...HEAD
208+
[1.9.0]: https://github.com/FossifyOrg/Calendar/compare/1.8.1...1.9.0
205209
[1.8.1]: https://github.com/FossifyOrg/Calendar/compare/1.8.0...1.8.1
206210
[1.8.0]: https://github.com/FossifyOrg/Calendar/compare/1.7.0...1.8.0
207211
[1.7.0]: https://github.com/FossifyOrg/Calendar/compare/1.6.2...1.7.0
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Changed:
2+
3+
• Replaced "event types" concept with "calendars"
4+
• Renamed built-in "Regular event" calendar to "Local calendar"
5+
• Weekday labels now use three-letter abbreviations instead of single letters
6+
• Converting all-day events to timed events now respects the default start time and duration
7+
• Updated translations
8+
9+
Fixed:
10+
11+
• Fixed crashes and freezing on some devices
12+

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.8.1
7-
VERSION_CODE=15
6+
VERSION_NAME=1.9.0
7+
VERSION_CODE=16
88
APP_ID=org.fossify.calendar

0 commit comments

Comments
 (0)