optimization push
parent
9b9300512e
commit
491c33c34d
|
|
@ -1,2 +1,3 @@
|
||||||
0.27: New app introduced to the app loader!
|
0.27: New app introduced to the app loader!
|
||||||
0.28: Adjusted icon size to better fit with native dimensions (48x48)
|
0.28: Adjusted icon size to better fit with native dimensions (48x48)
|
||||||
|
0.29: Draw function optimization
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
0.27: New app introduced to the app loader!
|
0.27: New app introduced to the app loader!
|
||||||
0.28: Adjusted icon size to better fit with native dimensions (48x48)
|
0.28: Adjusted icon size to better fit with native dimensions (48x48)
|
||||||
|
0.29: Draw function optimization
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "cutelauncher",
|
"id": "cutelauncher",
|
||||||
"name": "Cute Launcher",
|
"name": "Cute Launcher",
|
||||||
"shortName": "Cute Launcher",
|
"shortName": "Cute Launcher",
|
||||||
"version": "0.28",
|
"version": "0.29",
|
||||||
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
|
"description": "A simple launcher app for Bangle.js 2 that makes use of the full touchscreen",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "launch",
|
"type": "launch",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue