mirror of https://github.com/espruino/BangleApps
13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
0.01: Basic calendar
|
|
0.02: Make Bangle 2 compatible
|
|
0.03: Add setting to start week on Sunday
|
|
0.04: Add setting to switch color schemes. On Bangle 2 non-dithering colors will be used by default. Use localized names for months and days of the week (Language app needed).
|
|
0.05: Update calendar weekend colors for start on Sunday
|
|
0.06: Use larger font for dates
|
|
0.07: Fix off-by-one-error on previous month
|
|
0.08: Do not register as watch, manually start clock on button
|
|
read start of week from system settings
|
|
0.09: Fix scope of let variables
|
|
0.10: Use default Bangle formatter for booleans
|
|
0.11: Fix off-by-one-error on next year
|