Skip to content

Commit 06f8337

Browse files
committed
docs(changelog): update changelog
1 parent a371c6f commit 06f8337

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2025-05-08
11+
12+
### Changed
13+
14+
- Updated translations
15+
16+
### Fixed
17+
18+
- Fixed gradual alarm volume increase on Samsung devices ([#158])
19+
1020
## [1.2.0] - 2025-04-15
1121

1222
### Added
23+
1324
- Added notifications for missed or replaced alarms
1425
- Added placeholders for empty alarms and timers (#124)
1526

1627
### Changed
28+
1729
- Replaced checkboxes with switches (https://github.com/orgs/FossifyOrg/discussions/78)
1830
- Other minor bug fixes and improvements
1931
- Added more translations
2032

2133
### Fixed
34+
2235
- Fixed issue where alarms could be silenced unintentionally (#77, #93)
2336
- Fixed issue where alarms didn't go off in some cases (#89)
2437
- Fixed broken behavior when re-enabling one-time alarms (#110)
2538

2639
### Removed
27-
- Removed support for Android 7 and older versions (https://github.com/orgs/FossifyOrg/discussions/241)
40+
41+
- Removed support for Android 7 and older
42+
versions (https://github.com/orgs/FossifyOrg/discussions/241)
2843

2944
## [1.1.0] - 2025-03-24
3045

3146
### Added
47+
3248
- Added option to import/export alarms and timers (#105)
3349
- Added option to choose between 12-hour and 24-hour time format (#52)
3450
- Added option to choose first day of week (#19)
3551
- Added option to choose default tab (#5)
3652

3753
### Changed
54+
3855
- Improved sorting options for alarms and timers (#7, #8)
3956
- Other minor fixes and improvements
4057
- Added more translations
4158

4259
### Fixed
60+
4361
- Fixed some issues with alarms not going off (#89, #113)
4462
- Fixed delayed/early alarms due to daylight time saving (#61)
4563
- Fixed issue with snooze button in landscape mode (#85)
4664

4765
## [1.0.0] - 2024-03-24
4866

4967
### Added
68+
5069
- Initial release.
5170

52-
[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.2.0...HEAD
71+
[Unreleased]: https://github.com/FossifyOrg/Clock/compare/1.2.1...HEAD
72+
[1.2.1]: https://github.com/FossifyOrg/Clock/compare/1.2.0...1.2.1
5373
[1.2.0]: https://github.com/FossifyOrg/Clock/compare/1.1.0...1.2.0
5474
[1.1.0]: https://github.com/FossifyOrg/Clock/compare/1.0.0...1.1.0
5575
[1.0.0]: https://github.com/FossifyOrg/Clock/releases/tag/1.0.0
76+
77+
[#158]: https://github.com/FossifyOrg/Clock/issues/158

0 commit comments

Comments
 (0)