Update changelogs for draw() API change
parent
f46a9f526d
commit
3dd25f0bfd
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Wrap loadWidgets instead of replacing to keep original functionality intact
|
0.02: Wrap loadWidgets instead of replacing to keep original functionality intact
|
||||||
Change back entry to menu option
|
Change back entry to menu option
|
||||||
Allow changing widgets into all areas, including bottom widget bar
|
Allow changing widgets into all areas, including bottom widget bar
|
||||||
|
0.03: Fix editing widgets whose draw method takes the widget
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"id": "wid_edit",
|
"id": "wid_edit",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"name": "Widget Editor",
|
"name": "Widget Editor",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"description": "Customize widget locations",
|
"description": "Customize widget locations",
|
||||||
|
|
|
||||||
|
|
@ -10,3 +10,4 @@
|
||||||
Redraw only every hour when no alarm in next 24h
|
Redraw only every hour when no alarm in next 24h
|
||||||
0.07: Fix when no alarms are present
|
0.07: Fix when no alarms are present
|
||||||
0.08: Selectable font. Allow to disable hour padding.
|
0.08: Selectable font. Allow to disable hour padding.
|
||||||
|
0.09: Match draw() API e.g. to allow wid_edit to alter this widget
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "widalarmeta",
|
"id": "widalarmeta",
|
||||||
"name": "Alarm & Timer ETA",
|
"name": "Alarm & Timer ETA",
|
||||||
"shortName": "Alarm ETA",
|
"shortName": "Alarm ETA",
|
||||||
"version": "0.08",
|
"version": "0.09",
|
||||||
"description": "A widget that displays the time to the next Alarm or Timer in hours and minutes, maximum 24h (configurable).",
|
"description": "A widget that displays the time to the next Alarm or Timer in hours and minutes, maximum 24h (configurable).",
|
||||||
"icon": "widget.png",
|
"icon": "widget.png",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,4 @@
|
||||||
0.17: Add option 'Remove Jitter'='Drop only' to prevent percentage from getting up again when not charging
|
0.17: Add option 'Remove Jitter'='Drop only' to prevent percentage from getting up again when not charging
|
||||||
Add option to disable vibration when charger connects
|
Add option to disable vibration when charger connects
|
||||||
0.18: Only redraw when values change
|
0.18: Only redraw when values change
|
||||||
|
0.19: Match draw() API e.g. to allow wid_edit to alter this widget
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "widbatpc",
|
"id": "widbatpc",
|
||||||
"name": "Battery Level Widget (with percentage)",
|
"name": "Battery Level Widget (with percentage)",
|
||||||
"shortName": "Battery Widget",
|
"shortName": "Battery Widget",
|
||||||
"version": "0.18",
|
"version": "0.19",
|
||||||
"description": "Show the current battery level and charging status in the top right of the clock, with charge percentage",
|
"description": "Show the current battery level and charging status in the top right of the clock, with charge percentage",
|
||||||
"icon": "widget.png",
|
"icon": "widget.png",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,4 @@
|
||||||
Remove library stub
|
Remove library stub
|
||||||
0.03: Fix messages not showing if UI auto-open is disabled
|
0.03: Fix messages not showing if UI auto-open is disabled
|
||||||
0.04: Now shows message icons again (#2416)
|
0.04: Now shows message icons again (#2416)
|
||||||
|
0.05: Match draw() API e.g. to allow wid_edit to alter this widget
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "widmessages",
|
"id": "widmessages",
|
||||||
"name": "Message Widget",
|
"name": "Message Widget",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Widget showing new messages",
|
"description": "Widget showing new messages",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue