pull/878/head
Gordon Williams 2021-11-08 09:42:40 +00:00
parent 0a527c08c6
commit baa36bdd91
5 changed files with 6 additions and 4 deletions

View File

@ -132,7 +132,7 @@
{
"id": "about",
"name": "About",
"version": "0.10",
"version": "0.11",
"description": "Bangle.js About page - showing software version, stats, and a collaborative mural from the Bangle.js KickStarter backers",
"icon": "app.png",
"tags": "tool,system",

View File

@ -8,3 +8,4 @@
0.08: Make about (mostly) work on non-240px screens
0.09: Actual Bangle.js 1 pixels as of 13 Oct 2021
0.10: Added separate Bangle.js 2 file with Bangle.js 2 kickstarter pixels (as of 28 Oct 2021)
0.11: Bangle.js2: New pixels, btn1 to exit

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
// Config app not implemented yet
load("messages.app.js");
setTimeout(()=>load("messages.app.js"),10);

View File

@ -1,2 +1,2 @@
// Config app not implemented yet
load("messages.app.js");
setTimeout(()=>load("messages.app.js"),10);