diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt new file mode 100644 index 00000000..460e7df4 --- /dev/null +++ b/.fossify/release-marker.txt @@ -0,0 +1,2 @@ +# Auto-generated file. DO NOT EDIT. +1.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 279f36a7..2b7ca964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.2] - 2025-06-21 + ### Changed - Replaced lap text button with an icon button @@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.2.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.2.2...HEAD +[1.2.2]: https://github.com/FossifyOrg/Clock/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/FossifyOrg/Clock/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/FossifyOrg/Clock/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/FossifyOrg/Clock/compare/1.0.0...1.1.0 diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt new file mode 100644 index 00000000..cbdd9400 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -0,0 +1,13 @@ +Changed: + +• Replaced lap text button with an icon button +• Updated stopwatch layout animation +• Updated translations + +Fixed: + +• Fixed inaccuracy in stopwatch over long durations +• Fixed text jitter in clock, stopwatch, and timer +• Fixed invisible stopwatch laps in landscape mode +• Fixed overlapping text in right-to-left languages + diff --git a/gradle.properties b/gradle.properties index ca7b0fb3..60f2cf70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx4g # Versioning -VERSION_NAME=1.2.1 -VERSION_CODE=4 +VERSION_NAME=1.2.2 +VERSION_CODE=5 APP_ID=org.fossify.clock