Skip to content

Commit b7b7682

Browse files
chore(release): v1.10.0 (17)
1 parent ff9019b commit b7b7682

File tree

4 files changed

+17
-4
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.10.0] - 2026-01-01
810
### Added
911
- Location suggestions in event editor using recently used locations ([#393])
1012

1113
### Changed
1214
- Unified the local and synchronized calendar pickers in event editor ([#629])
15+
- Updated translations
1316

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

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

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)