diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 1639ece39..140422843 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.9.0 +1.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a97a5eb..6923eecbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.10.0] - 2026-01-01 ### Added - Location suggestions in event editor using recently used locations ([#393]) ### Changed - Unified the local and synchronized calendar pickers in event editor ([#629]) +- Updated translations ## [1.9.0] - 2025-12-16 ### Changed @@ -210,7 +213,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#889]: https://github.com/FossifyOrg/Calendar/issues/889 [#917]: https://github.com/FossifyOrg/Calendar/issues/917 -[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.9.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...HEAD +[1.10.0]: https://github.com/FossifyOrg/Calendar/compare/1.9.0...1.10.0 [1.9.0]: https://github.com/FossifyOrg/Calendar/compare/1.8.1...1.9.0 [1.8.1]: https://github.com/FossifyOrg/Calendar/compare/1.8.0...1.8.1 [1.8.0]: https://github.com/FossifyOrg/Calendar/compare/1.7.0...1.8.0 diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 000000000..82dbdc423 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,9 @@ +Added: + +• Location suggestions in event editor using recently used locations + +Changed: + +• Unified the local and synchronized calendar pickers in event editor +• Updated translations + diff --git a/gradle.properties b/gradle.properties index f5351e6d3..8f3c0aa15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.9.0 -VERSION_CODE=16 +VERSION_NAME=1.10.0 +VERSION_CODE=17 APP_ID=org.fossify.calendar