|
1 | 1 | # Changelog |
2 | | - |
3 | 2 | All notable changes to this project will be documented in this file. |
4 | 3 |
|
5 | 4 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
6 | 5 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | 6 |
|
8 | 7 | ## [Unreleased] |
9 | 8 |
|
| 9 | +## [1.3.0] - 2025-07-13 |
| 10 | +### Changed |
| 11 | +- Updated translations |
| 12 | + |
10 | 13 | ### Fixed |
11 | 14 | - It's now possible to reselect the default system alarm sound ([#144]) |
12 | 15 |
|
13 | 16 | ## [1.2.2] - 2025-06-21 |
14 | | - |
15 | 17 | ### Changed |
16 | | - |
17 | 18 | - Replaced lap text button with an icon button |
18 | 19 | - Updated stopwatch layout animation |
19 | 20 | - Updated translations |
20 | 21 |
|
21 | 22 | ### Fixed |
22 | | - |
23 | 23 | - Fixed inaccuracy in stopwatch over long durations ([#207]) |
24 | 24 | - Fixed text jitter in clock, stopwatch, and timer ([#11]) |
25 | 25 | - Fixed invisible stopwatch laps in landscape mode ([#107]) |
26 | 26 | - Fixed overlapping text in right-to-left languages ([#206]) |
27 | 27 |
|
28 | 28 | ## [1.2.1] - 2025-05-08 |
29 | | - |
30 | 29 | ### Changed |
31 | | - |
32 | 30 | - Updated translations |
33 | 31 |
|
34 | 32 | ### Fixed |
35 | | - |
36 | 33 | - Fixed gradual alarm volume increase on Samsung devices ([#158]) |
37 | 34 |
|
38 | 35 | ## [1.2.0] - 2025-04-15 |
39 | | - |
40 | 36 | ### Added |
41 | | - |
42 | 37 | - Added notifications for missed or replaced alarms |
43 | 38 | - Added placeholders for empty alarms and timers (#124) |
44 | 39 |
|
45 | 40 | ### Changed |
46 | | - |
47 | 41 | - Replaced checkboxes with switches (https://github.com/orgs/FossifyOrg/discussions/78) |
48 | 42 | - Other minor bug fixes and improvements |
49 | 43 | - Added more translations |
50 | 44 |
|
51 | | -### Fixed |
| 45 | +### Removed |
| 46 | +- Removed support for Android 7 and older |
| 47 | + versions (https://github.com/orgs/FossifyOrg/discussions/241) |
52 | 48 |
|
| 49 | +### Fixed |
53 | 50 | - Fixed issue where alarms could be silenced unintentionally (#77, #93) |
54 | 51 | - Fixed issue where alarms didn't go off in some cases (#89) |
55 | 52 | - Fixed broken behavior when re-enabling one-time alarms (#110) |
56 | 53 |
|
57 | | -### Removed |
58 | | - |
59 | | -- Removed support for Android 7 and older |
60 | | - versions (https://github.com/orgs/FossifyOrg/discussions/241) |
61 | | - |
62 | 54 | ## [1.1.0] - 2025-03-24 |
63 | | - |
64 | 55 | ### Added |
65 | | - |
66 | 56 | - Added option to import/export alarms and timers (#105) |
67 | 57 | - Added option to choose between 12-hour and 24-hour time format (#52) |
68 | 58 | - Added option to choose first day of week (#19) |
69 | 59 | - Added option to choose default tab (#5) |
70 | 60 |
|
71 | 61 | ### Changed |
72 | | - |
73 | 62 | - Improved sorting options for alarms and timers (#7, #8) |
74 | 63 | - Other minor fixes and improvements |
75 | 64 | - Added more translations |
76 | 65 |
|
77 | 66 | ### Fixed |
78 | | - |
79 | 67 | - Fixed some issues with alarms not going off (#89, #113) |
80 | 68 | - Fixed delayed/early alarms due to daylight time saving (#61) |
81 | 69 | - Fixed issue with snooze button in landscape mode (#85) |
82 | 70 |
|
83 | 71 | ## [1.0.0] - 2024-03-24 |
84 | | - |
85 | 72 | ### Added |
86 | | - |
87 | 73 | - Initial release. |
88 | 74 |
|
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 | | - |
96 | 75 | [#11]: https://github.com/FossifyOrg/Clock/issues/11 |
97 | 76 | [#107]: https://github.com/FossifyOrg/Clock/issues/107 |
98 | 77 | [#144]: https://github.com/FossifyOrg/Clock/issues/144 |
99 | 78 | [#158]: https://github.com/FossifyOrg/Clock/issues/158 |
100 | 79 | [#206]: https://github.com/FossifyOrg/Clock/issues/206 |
101 | 80 | [#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 |
0 commit comments