batchart: update changelog/version
parent
e5e2a338e1
commit
db49453f7d
|
|
@ -9,3 +9,4 @@
|
||||||
0.09: Fix failing dismissal of Gadgetbridge notifications, record (coarse) bluetooth state
|
0.09: Fix failing dismissal of Gadgetbridge notifications, record (coarse) bluetooth state
|
||||||
0.10: Remove widget icon and improve listener and setInterval handling for widget (might help with https://github.com/espruino/BangleApps/issues/381)
|
0.10: Remove widget icon and improve listener and setInterval handling for widget (might help with https://github.com/espruino/BangleApps/issues/381)
|
||||||
0.11: Initial port to the BangleJS2
|
0.11: Initial port to the BangleJS2
|
||||||
|
0.12: Remove debug log
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "batchart",
|
"id": "batchart",
|
||||||
"name": "Battery Chart",
|
"name": "Battery Chart",
|
||||||
"shortName": "Battery Chart",
|
"shortName": "Battery Chart",
|
||||||
"version": "0.11",
|
"version": "0.12",
|
||||||
"description": "A widget and an app for recording and visualizing battery percentage over time.",
|
"description": "A widget and an app for recording and visualizing battery percentage over time.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "app,widget,battery,time,record,chart,tool",
|
"tags": "app,widget,battery,time,record,chart,tool",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue