Skip to content

Commit 5a30c37

Browse files
chore(release): v1.2.2 (5)
1 parent efa1f54 commit 5a30c37

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.2.2

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=true
44
org.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
99
APP_ID=org.fossify.clock

0 commit comments

Comments
 (0)