mirror of https://github.com/espruino/BangleApps
choozi - Bump version
parent
9c2c0618f6
commit
68523875a8
|
@ -1,3 +1,9 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Support Bangle.js 2
|
0.02: Support Bangle.js 2
|
||||||
0.03: Fix bug for Bangle.js 2 where g.flip was not being called.
|
0.03: Fix bug for Bangle.js 2 where g.flip was not being called.
|
||||||
|
0.04: Combine code for both apps
|
||||||
|
Better colors for Bangle.js 2
|
||||||
|
Fix selection animation for Bangle.js 2
|
||||||
|
New icon
|
||||||
|
Slightly wider arc segments for better visibility
|
||||||
|
Extract arc drawing code in library
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "choozi",
|
"id": "choozi",
|
||||||
"name": "Choozi",
|
"name": "Choozi",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"description": "Choose people or things at random using Bangle.js.",
|
"description": "Choose people or things at random using Bangle.js.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
|
|
Loading…
Reference in New Issue