about 0.07: Pressing a button now exits immediately (fix #618)

pull/655/head
Gordon Williams 2021-02-01 15:33:42 +00:00
parent 38d3adc026
commit 457ccb1d99
3 changed files with 6 additions and 1 deletions

View File

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

View File

@ -4,3 +4,4 @@
0.04: Actual pixels as of 9 Mar 2020 0.04: Actual pixels as of 9 Mar 2020
0.05: Actual pixels as of 27 Apr 2020 0.05: Actual pixels as of 27 Apr 2020
0.06: Actual pixels as of 12 Jun 2020 0.06: Actual pixels as of 12 Jun 2020
0.07: Pressing a button now exits immediately (fix #618)

File diff suppressed because one or more lines are too long