mirror of
https://github.com/FossifyOrg/Clock.git
synced 2026-06-11 07:50:13 -04:00
chore(release): v1.2.2 (5) (#212)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
2
.fossify/release-marker.txt
Normal file
2
.fossify/release-marker.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# Auto-generated file. DO NOT EDIT.
|
||||
1.2.2
|
||||
@@ -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
|
||||
|
||||
13
fastlane/metadata/android/en-US/changelogs/5.txt
Normal file
13
fastlane/metadata/android/en-US/changelogs/5.txt
Normal file
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user