diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 64a766755..a931197ee 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.10.3 +1.10.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index e502de208..9295a674c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ 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.4] - 2026-04-01 ### Changed - Updated holiday data +- Updated translations ### Fixed - Fixed event text readability on colored backgrounds ([#1065]) @@ -244,7 +247,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1024]: https://github.com/FossifyOrg/Calendar/issues/1024 [#1065]: https://github.com/FossifyOrg/Calendar/issues/1065 -[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...HEAD +[Unreleased]: https://github.com/FossifyOrg/Calendar/compare/1.10.4...HEAD +[1.10.4]: https://github.com/FossifyOrg/Calendar/compare/1.10.3...1.10.4 [1.10.3]: https://github.com/FossifyOrg/Calendar/compare/1.10.2...1.10.3 [1.10.2]: https://github.com/FossifyOrg/Calendar/compare/1.10.1...1.10.2 [1.10.1]: https://github.com/FossifyOrg/Calendar/compare/1.10.0...1.10.1 diff --git a/fastlane/metadata/android/en-US/changelogs/21.txt b/fastlane/metadata/android/en-US/changelogs/21.txt new file mode 100644 index 000000000..22042e39a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21.txt @@ -0,0 +1,9 @@ +Changed: + +• Updated holiday data +• Updated translations + +Fixed: + +• Fixed event text readability on colored backgrounds + diff --git a/gradle.properties b/gradle.properties index 462960ff5..9082e5276 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.10.3 -VERSION_CODE=20 +VERSION_NAME=1.10.4 +VERSION_CODE=21 APP_ID=org.fossify.calendar