Skip to content

Commit 02a77a2

Browse files
chore(release): v1.2.2 (5) (#212)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 0a67fc2 commit 02a77a2

File tree

4 files changed

+21
-3
lines changed

4 files changed

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

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)