From 491c33c34d8145a3f2417fd84268d5a852bb3045 Mon Sep 17 00:00:00 2001 From: kkayam Date: Tue, 18 Feb 2025 20:37:30 +0000 Subject: [PATCH] optimization push --- apps/cutelauncher/ChangeLog | 1 + apps/cutelauncher/Changelog | 1 + apps/cutelauncher/metadata.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/cutelauncher/ChangeLog b/apps/cutelauncher/ChangeLog index 74265d8b2..a147fe238 100644 --- a/apps/cutelauncher/ChangeLog +++ b/apps/cutelauncher/ChangeLog @@ -1,2 +1,3 @@ 0.27: New app introduced to the app loader! 0.28: Adjusted icon size to better fit with native dimensions (48x48) +0.29: Draw function optimization diff --git a/apps/cutelauncher/Changelog b/apps/cutelauncher/Changelog index 74265d8b2..a147fe238 100644 --- a/apps/cutelauncher/Changelog +++ b/apps/cutelauncher/Changelog @@ -1,2 +1,3 @@ 0.27: New app introduced to the app loader! 0.28: Adjusted icon size to better fit with native dimensions (48x48) +0.29: Draw function optimization diff --git a/apps/cutelauncher/metadata.json b/apps/cutelauncher/metadata.json index 7b428ceb8..6d77fa530 100644 --- a/apps/cutelauncher/metadata.json +++ b/apps/cutelauncher/metadata.json @@ -2,7 +2,7 @@ "id": "cutelauncher", "name": "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", "icon": "app.png", "type": "launch",