optimization push

master
kkayam 2025-02-18 20:37:30 +00:00
parent 9b9300512e
commit 491c33c34d
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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",