File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 11## [ Todo Agenda] ( https://github.com/andstatus/todoagenda#readme ) Changelog
22
3+ <a id =" v4.11 " />
4+
5+ ### 2025-01-08 v4.11.0 Start hour of a day option
6+ * "Start hour of a day" option added to "Other settings" section.
7+
8+ Changing its value from default 0 to e.g. 4 causes all events that start before 4 AM to be shown
9+ under previous day's header. This may be convenient for people who stay up after midnight or
10+ or wake up early.
11+ Valid values are from -12 to 12.
12+ [ #140 ] ( https://github.com/andstatus/todoagenda/issues/140 )
13+
314<a id =" v4.10 " />
415
516### 2024-12-14 v4.10.2 Text shadow and Event description
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 }
1313
1414 defaultConfig {
15- versionCode 708
16- versionName ' 4.10.2 '
15+ versionCode 709
16+ versionName ' 4.11.0 '
1717 minSdkVersion rootProject. minSdkVersion
1818 targetSdkVersion rootProject. targetSdkVersion
1919
Original file line number Diff line number Diff line change 1- v4.10.2 . "All in one row" layout of Event entry improved. Updated for Android 15 .
1+ v4.11.0 . "Start hour of a day" option added .
Original file line number Diff line number Diff line change 1- v4.10.2. Макет Элемента списка событий "Всё - в один ряд" усовершенствован.
2- Обновление до Android 15.
1+ v4.11.0. Добавлена опция "Час начала дня".
Original file line number Diff line number Diff line change 261261 <string name =" lock_time_zone_off_desc" >Unlocked, current zone: %s</string >
262262 <string name =" lock_time_zone_on_desc" >Locked at %s</string >
263263 <string name =" lock_time_zone_title" >Lock time zone</string >
264- <string name =" start_hour_of_day" >Start hour of day</string >
264+ <string name =" start_hour_of_day" >Start hour of a day</string >
265265 <string name =" snapshot_mode" >Lock list of events (Snapshot mode)</string >
266266 <string name =" snapshot_mode_live_data" >Live data from real sources</string >
267267 <string name =" snapshot_mode_time" >Snapshot as seen at the time, when it was taken: %s</string >
You can’t perform that action at this time.
0 commit comments