Skip to content

Commit b4ff8b6

Browse files
chore(release): v1.10.0 (17) (#961)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 56ed31e commit b4ff8b6

4 files changed

Lines changed: 19 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,13 +5,16 @@ 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-30
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])
1416
- Updated holiday data ([#1003])
17+
- Updated translations
1518

1619
## [1.9.0] - 2025-12-16
1720
### Changed
@@ -213,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213216
[#917]: https://github.com/FossifyOrg/Calendar/issues/917
214217
[#1003]: https://github.com/FossifyOrg/Calendar/issues/1003
215218

216-
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.9.0...HEAD
219+
[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...HEAD
220+
[1.10.0]: https://github.com/FossifyOrg/Calendar/compare/1.9.0...1.10.0
217221
[1.9.0]: https://github.com/FossifyOrg/Calendar/compare/1.8.1...1.9.0
218222
[1.8.1]: https://github.com/FossifyOrg/Calendar/compare/1.8.0...1.8.1
219223
[1.8.0]: https://github.com/FossifyOrg/Calendar/compare/1.7.0...1.8.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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 holiday data
10+
• Updated translations
11+

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)