File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
418Version 1.0.0 * (2024-03-24)*
519----------------------------
620
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- Fossify Clock
1+ Fossify Clock Beta
Original file line number Diff line number Diff line change 1- Application horloge pratique, légère et open source avec leurs fonctionnalités essentielles.
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ app-build-javaVersion = "VERSION_17"
3535app-build-kotlinJVMTarget = " 17"
3636# versioning
3737app-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
4242androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " androidx-constraintlayout" }
You can’t perform that action at this time.
0 commit comments