Skip to content

Commit dc0c8c0

Browse files
chore(release): v1.10.0 (17)
1 parent 74f6b2f commit dc0c8c0

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

.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.9.0
2+
1.10.0

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.10.0] - 2026-01-25
810
### Added
911
- Added support for custom fonts
1012
- Location suggestions in event editor using recently used locations ([#393])
1113

1214
### Changed
1315
- Unified the local and synchronized calendar pickers in event editor ([#629])
16+
- Updated translations
1417

1518
## [1.9.0] - 2025-12-16
1619
### Changed
@@ -211,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211214
[#889]: https://github.com/FossifyOrg/Calendar/issues/889
212215
[#917]: https://github.com/FossifyOrg/Calendar/issues/917
213216

214-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.9.0...HEAD
217+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...HEAD
218+
[1.10.0]: https://github.com/FossifyOrg/Calendar/compare/1.9.0...1.10.0
215219
[1.9.0]: https://github.com/FossifyOrg/Calendar/compare/1.8.1...1.9.0
216220
[1.8.1]: https://github.com/FossifyOrg/Calendar/compare/1.8.0...1.8.1
217221
[1.8.0]: https://github.com/FossifyOrg/Calendar/compare/1.7.0...1.8.0
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Added:
2+
3+
• Added support for custom fonts
4+
• Location suggestions in event editor using recently used locations
5+
6+
Changed:
7+
8+
• Unified the local and synchronized calendar pickers in event editor
9+
• Updated translations
10+

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.9.0
7-
VERSION_CODE=16
6+
VERSION_NAME=1.10.0
7+
VERSION_CODE=17
88
APP_ID=org.fossify.calendar

0 commit comments

Comments
 (0)