File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +18
-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
@@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7880
7981- Initial release.
8082
81- [ Unreleased ] : https://github.com/FossifyOrg/Clock/compare/1.2.1...HEAD
83+ [ Unreleased ] : https://github.com/FossifyOrg/Clock/compare/1.2.2...HEAD
84+ [ 1.2.2 ] : https://github.com/FossifyOrg/Clock/compare/1.2.1...1.2.2
8285[ 1.2.1 ] : https://github.com/FossifyOrg/Clock/compare/1.2.0...1.2.1
8386[ 1.2.0 ] : https://github.com/FossifyOrg/Clock/compare/1.1.0...1.2.0
8487[ 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 translations
5+
6+ Fixed:
7+
8+ • Fixed inaccuracy in stopwatch over long durations
9+ • Fixed text jitter in clock, stopwatch, and timer
10+
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