File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ # Auto-generated file. DO NOT EDIT.
2+ 1.2.2
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.2.2] - 2025-06-21
11+
1012### Changed
1113
1214- 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
8183
8284- Initial release.
8385
84- [ Unreleased ] : https://github.com/FossifyOrg/Clock/compare/1.2.1...HEAD
86+ [ Unreleased ] : https://github.com/FossifyOrg/Clock/compare/1.2.2...HEAD
87+ [ 1.2.2 ] : https://github.com/FossifyOrg/Clock/compare/1.2.1...1.2.2
8588[ 1.2.1 ] : https://github.com/FossifyOrg/Clock/compare/1.2.0...1.2.1
8689[ 1.2.0 ] : https://github.com/FossifyOrg/Clock/compare/1.1.0...1.2.0
8790[ 1.1.0 ] : https://github.com/FossifyOrg/Clock/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 1+ Changed:
2+
3+ • Replaced lap text button with an icon button
4+ • Updated stopwatch layout animation
5+ • Updated translations
6+
7+ Fixed:
8+
9+ • Fixed inaccuracy in stopwatch over long durations
10+ • Fixed text jitter in clock, stopwatch, and timer
11+ • Fixed invisible stopwatch laps in landscape mode
12+ • Fixed overlapping text in right-to-left languages
13+
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44org.gradle.jvmargs =-Xmx4g
55
66# Versioning
7- VERSION_NAME =1.2.1
8- VERSION_CODE =4
7+ VERSION_NAME =1.2.2
8+ VERSION_CODE =5
99APP_ID =org.fossify.clock
You can’t perform that action at this time.
0 commit comments