Skip to content

Commit 9b67957

Browse files
chore(release): v1.3.0 (6) (#240)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent f5b227f commit 9b67957

File tree

4 files changed

+27
-32
lines changed

4 files changed

+27
-32
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.2.2
2+
1.3.0

CHANGELOG.md

Lines changed: 16 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,88 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.3.0] - 2025-07-13
10+
### Changed
11+
- Updated translations
12+
1013
### Fixed
1114
- It's now possible to reselect the default system alarm sound ([#144])
1215

1316
## [1.2.2] - 2025-06-21
14-
1517
### Changed
16-
1718
- Replaced lap text button with an icon button
1819
- Updated stopwatch layout animation
1920
- Updated translations
2021

2122
### Fixed
22-
2323
- Fixed inaccuracy in stopwatch over long durations ([#207])
2424
- Fixed text jitter in clock, stopwatch, and timer ([#11])
2525
- Fixed invisible stopwatch laps in landscape mode ([#107])
2626
- Fixed overlapping text in right-to-left languages ([#206])
2727

2828
## [1.2.1] - 2025-05-08
29-
3029
### Changed
31-
3230
- Updated translations
3331

3432
### Fixed
35-
3633
- Fixed gradual alarm volume increase on Samsung devices ([#158])
3734

3835
## [1.2.0] - 2025-04-15
39-
4036
### Added
41-
4237
- Added notifications for missed or replaced alarms
4338
- Added placeholders for empty alarms and timers (#124)
4439

4540
### Changed
46-
4741
- Replaced checkboxes with switches (https://github.com/orgs/FossifyOrg/discussions/78)
4842
- Other minor bug fixes and improvements
4943
- Added more translations
5044

51-
### Fixed
45+
### Removed
46+
- Removed support for Android 7 and older
47+
versions (https://github.com/orgs/FossifyOrg/discussions/241)
5248

49+
### Fixed
5350
- Fixed issue where alarms could be silenced unintentionally (#77, #93)
5451
- Fixed issue where alarms didn't go off in some cases (#89)
5552
- Fixed broken behavior when re-enabling one-time alarms (#110)
5653

57-
### Removed
58-
59-
- Removed support for Android 7 and older
60-
versions (https://github.com/orgs/FossifyOrg/discussions/241)
61-
6254
## [1.1.0] - 2025-03-24
63-
6455
### Added
65-
6656
- Added option to import/export alarms and timers (#105)
6757
- Added option to choose between 12-hour and 24-hour time format (#52)
6858
- Added option to choose first day of week (#19)
6959
- Added option to choose default tab (#5)
7060

7161
### Changed
72-
7362
- Improved sorting options for alarms and timers (#7, #8)
7463
- Other minor fixes and improvements
7564
- Added more translations
7665

7766
### Fixed
78-
7967
- Fixed some issues with alarms not going off (#89, #113)
8068
- Fixed delayed/early alarms due to daylight time saving (#61)
8169
- Fixed issue with snooze button in landscape mode (#85)
8270

8371
## [1.0.0] - 2024-03-24
84-
8572
### Added
86-
8773
- Initial release.
8874

89-
[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.2.2...HEAD
90-
[1.2.2]: https://github.com/FossifyOrg/Clock/compare/1.2.1...1.2.2
91-
[1.2.1]: https://github.com/FossifyOrg/Clock/compare/1.2.0...1.2.1
92-
[1.2.0]: https://github.com/FossifyOrg/Clock/compare/1.1.0...1.2.0
93-
[1.1.0]: https://github.com/FossifyOrg/Clock/compare/1.0.0...1.1.0
94-
[1.0.0]: https://github.com/FossifyOrg/Clock/releases/tag/1.0.0
95-
9675
[#11]: https://github.com/FossifyOrg/Clock/issues/11
9776
[#107]: https://github.com/FossifyOrg/Clock/issues/107
9877
[#144]: https://github.com/FossifyOrg/Clock/issues/144
9978
[#158]: https://github.com/FossifyOrg/Clock/issues/158
10079
[#206]: https://github.com/FossifyOrg/Clock/issues/206
10180
[#207]: https://github.com/FossifyOrg/Clock/issues/207
81+
82+
[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.3.0...HEAD
83+
[1.3.0]: https://github.com/FossifyOrg/Clock/compare/1.2.2...1.3.0
84+
[1.2.2]: https://github.com/FossifyOrg/Clock/compare/1.2.1...1.2.2
85+
[1.2.1]: https://github.com/FossifyOrg/Clock/compare/1.2.0...1.2.1
86+
[1.2.0]: https://github.com/FossifyOrg/Clock/compare/1.1.0...1.2.0
87+
[1.1.0]: https://github.com/FossifyOrg/Clock/compare/1.0.0...1.1.0
88+
[1.0.0]: https://github.com/FossifyOrg/Clock/releases/tag/1.0.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• It's now possible to reselect the default system alarm sound
8+

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.2
8-
VERSION_CODE=5
7+
VERSION_NAME=1.3.0
8+
VERSION_CODE=6
99
APP_ID=org.fossify.clock

0 commit comments

Comments
 (0)