2021-09-23 10:42:58 +00:00
|
|
|
0.01: New App!
|
2021-10-06 09:15:16 +00:00
|
|
|
0.02: Load widgets after setUI so widclk knows when to hide
|
2021-11-19 15:54:37 +00:00
|
|
|
0.03: Clock now shows day of week under date.
|
2021-12-22 20:18:55 +00:00
|
|
|
0.04: Clock can optionally show seconds, date optionally in ISO-8601 format, weekdays and uppercase configurable, too.
|
2022-01-09 23:11:24 +00:00
|
|
|
0.05: Clock can optionally show ISO-8601 calendar weeknumber (default: Off)
|
|
|
|
when weekday name "Off": week #:<num>
|
2022-01-12 22:57:44 +00:00
|
|
|
when weekday name "On": weekday name is cut at 6th position and .#<week num> is added
|
|
|
|
0.06: fixes #1271 - wrong settings name
|
|
|
|
when weekday name and calendar weeknumber are on then display is <weekday short> #<calweek>
|
2022-02-17 19:18:28 +00:00
|
|
|
week is buffered until date or timezone changes
|
|
|
|
0.07: align default settings with app.js (otherwise the initial displayed settings will be confusing to users)
|