@@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55and 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
0 commit comments