From d85eb996676e48edb1c503384b18d349150c6e8d Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:43:03 +0530 Subject: [PATCH] chore(release): v1.5.0 (9) (#316) Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 8 ++++++-- fastlane/metadata/android/en-US/changelogs/9.txt | 9 +++++++++ gradle.properties | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/9.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 0965dbe6..cc27b19a 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.4.0 +1.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2cef60..d603b7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ 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.5.0] - 2025-12-16 ### Changed - Updated timer reset icon ([#335]) - +- Updated translations + ### Fixed - Fixed invisible status bar icons on the alarm screen @@ -98,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#247]: https://github.com/FossifyOrg/Clock/issues/247 [#335]: https://github.com/FossifyOrg/Clock/issues/335 -[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.4.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.5.0...HEAD +[1.5.0]: https://github.com/FossifyOrg/Clock/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/FossifyOrg/Clock/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/FossifyOrg/Clock/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/FossifyOrg/Clock/compare/1.2.2...1.3.0 diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 00000000..5d7233c1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,9 @@ +Changed: + +• Updated timer reset icon +• Updated translations + +Fixed: + +• Fixed invisible status bar icons on the alarm screen + diff --git a/gradle.properties b/gradle.properties index e2f75209..23897f8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx4g # Versioning -VERSION_NAME=1.4.0 -VERSION_CODE=8 +VERSION_NAME=1.5.0 +VERSION_CODE=9 APP_ID=org.fossify.clock