Skip to content

Commit 816d67f

Browse files
authored
chore(release): merge pull request #174 from FossifyOrg/v1.2.1
chore(release): prepare release v1.2.1
2 parents b08a2d0 + b7af2b9 commit 816d67f

File tree

4 files changed

+36
-7
lines changed

4 files changed

+36
-7
lines changed

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

app/src/main/res/menu/menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
app:showAsAction="never" />
1919
<item
2020
android:id="@+id/more_apps_from_us"
21-
android:title="@string/more_apps_from_us"
21+
android:title="@string/more_fossify_apps"
2222
app:showAsAction="never" />
2323
</menu>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changed:
2+
3+
• Updated translations
4+
5+
Fixed:
6+
7+
• Fixed gradual alarm volume increase on Samsung devices

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ numberpicker = "2.4.13"
2222
#Room
2323
room = "2.6.1"
2424
#Fossify
25-
commons = "b3897c7e30"
25+
commons = "2.0.0"
2626
#Stetho
2727
stetho = "1.6.0"
2828
#Gradle
29-
gradlePlugins-agp = "8.9.1"
29+
gradlePlugins-agp = "8.9.2"
3030
#build
3131
app-build-compileSDKVersion = "34"
3232
app-build-targetSDK = "34"
@@ -35,8 +35,8 @@ app-build-javaVersion = "VERSION_17"
3535
app-build-kotlinJVMTarget = "17"
3636
#versioning
3737
app-version-appId = "org.fossify.clock"
38-
app-version-versionCode = "3"
39-
app-version-versionName = "1.2.0"
38+
app-version-versionCode = "4"
39+
app-version-versionName = "1.2.1"
4040
[libraries]
4141
#AndroidX
4242
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }

0 commit comments

Comments
 (0)