From 670aaf21269913057c5ed680f0cae5d72fb594f0 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.comā©> Date: Tue, 7 Nov 2023 21:33:15 +0100 Subject: [PATCH] setting: bump version and ChangeLog After LCD calibration fix. --- apps/setting/ChangeLog | 2 ++ apps/setting/metadata.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/setting/ChangeLog b/apps/setting/ChangeLog index 1fdeada0d..50ffea933 100644 --- a/apps/setting/ChangeLog +++ b/apps/setting/ChangeLog @@ -73,4 +73,6 @@ of 'Select Clock' Remove 'beta' label from passkey - it's been around for a while and works ok 0.64: Default to wakeOnTwist being off 0.65: Prepend 'LCD->Calibration' touch listener and stop event propagation. +0.66: Fix LCD calibration bug where it would come on again after the + calibration was done. diff --git a/apps/setting/metadata.json b/apps/setting/metadata.json index 4b5a02135..412bad6f6 100644 --- a/apps/setting/metadata.json +++ b/apps/setting/metadata.json @@ -1,7 +1,7 @@ { "id": "setting", "name": "Settings", - "version": "0.65", + "version": "0.66", "description": "A menu for setting up Bangle.js", "icon": "settings.png", "tags": "tool,system",