Skip to content

Commit 9a13e2e

Browse files
authored
Merge pull request #134 from FossifyOrg/1.1.0
Release 1.1.0
2 parents 2ab666f + 96797fb commit 9a13e2e

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
==========
33

4+
Version 1.1.0 *(2025-03-24)*
5+
----------------------------
6+
7+
* Fixed some issues with alarms not going off (#89, #113)
8+
* Fixed delayed/early alarms due to daylight time saving (#61)
9+
* Fixed issue with snooze button in landscape mode (#85)
10+
* Improved sorting options for alarms and timers (#7, #8)
11+
* Added option to import/export alarms and timers (#105)
12+
* Added option to choose between 12-hour and 24-hour time format (#52)
13+
* Added option to choose first day of week (#19)
14+
* Added option to choose default tab (#5)
15+
* Other minor fixes and improvements
16+
* Added more translations
17+
418
Version 1.0.0 *(2024-03-24)*
519
----------------------------
620

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
* Fixed some issues with alarms not going off
2+
* Fixed delayed/early alarms due to daylight time saving
3+
* Fixed issue with snooze button in landscape mode
4+
* Improved sorting options for alarms and timers
5+
* Added option to import/export alarms and timers
6+
* Added option to choose between 12-hour and 24-hour time format
7+
* Added option to choose first day of week
8+
* Added option to choose default tab
9+
* Other minor fixes and improvements
10+
* Added more translations
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fossify Clock
1+
Fossify Clock Beta
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
Application horloge pratique, légère et open source avec leurs fonctionnalités essentielles.

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 = "1"
39-
app-version-versionName = "1.0.0"
38+
app-version-versionCode = "2"
39+
app-version-versionName = "1.1.0"
4040
[libraries]
4141
#AndroidX
4242
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }

0 commit comments

Comments
 (0)