BangleApps/apps/bigdclock/ChangeLog

10 lines
755 B
Plaintext
Raw Normal View History

2022-06-05 16:56:06 +00:00
0.01: Initial version
2022-06-06 19:57:26 +00:00
0.02: setTimeout bug fix; no leading zero on date; lightmode; 12 hour format; cleanup
2022-06-07 13:04:55 +00:00
0.03: Internationalisation; bug fix - battery icon responds promptly to charging state
0.04: bug fix
2022-06-10 04:14:22 +00:00
0.05: proper fix for the race condition in queueDraw()
0.06: Tell clock widgets to hide.
0.07: Better battery graphic - now has green, yellow and red sections; battery status reflected in the bar across the middle of the screen; current battery state checked only once every 15 minutes, leading to longer-lasting battery charge
0.08: Minor code improvements
2024-04-02 11:48:01 +00:00
0.09: Something was changing the value of the "width" variable, which caused the battery usage feature to malfunction. The "width" variable has been renamed - the cause remains a mystery.