From c195c85b2c1f0e823e606ef088c685b4aa7915d5 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Sun, 30 Oct 2022 16:47:56 +0100 Subject: [PATCH] Bump versions --- apps/bthrm/ChangeLog | 1 + apps/bthrm/metadata.json | 2 +- apps/owmweather/ChangeLog | 1 + apps/owmweather/metadata.json | 2 +- apps/quicklaunch/ChangeLog | 1 + apps/quicklaunch/metadata.json | 2 +- apps/sensortools/ChangeLog | 1 + apps/sensortools/metadata.json | 2 +- 8 files changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/bthrm/ChangeLog b/apps/bthrm/ChangeLog index 57f0ecf3d..a70ae3f8a 100644 --- a/apps/bthrm/ChangeLog +++ b/apps/bthrm/ChangeLog @@ -29,3 +29,4 @@ Use default boolean formatter in custom menu and directly apply config if useful Allow recording unmodified internal HR Better connection retry handling +0.13: Less time used during boot if disabled diff --git a/apps/bthrm/metadata.json b/apps/bthrm/metadata.json index ee2ca1554..7eedd223c 100644 --- a/apps/bthrm/metadata.json +++ b/apps/bthrm/metadata.json @@ -2,7 +2,7 @@ "id": "bthrm", "name": "Bluetooth Heart Rate Monitor", "shortName": "BT HRM", - "version": "0.12", + "version": "0.13", "description": "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one.", "icon": "app.png", "type": "app", diff --git a/apps/owmweather/ChangeLog b/apps/owmweather/ChangeLog index 5560f00bc..dba6a755a 100644 --- a/apps/owmweather/ChangeLog +++ b/apps/owmweather/ChangeLog @@ -1 +1,2 @@ 0.01: New App! +0.02: Do first update request 5s after boot to boot up faster diff --git a/apps/owmweather/metadata.json b/apps/owmweather/metadata.json index 013d345a5..56f9afca7 100644 --- a/apps/owmweather/metadata.json +++ b/apps/owmweather/metadata.json @@ -1,7 +1,7 @@ { "id": "owmweather", "name": "OpenWeatherMap weather provider", "shortName":"OWM Weather", - "version":"0.01", + "version":"0.02", "description": "Pulls weather from OpenWeatherMap (OWM) API", "icon": "app.png", "type": "bootloader", diff --git a/apps/quicklaunch/ChangeLog b/apps/quicklaunch/ChangeLog index 80334b57d..0ab99632a 100644 --- a/apps/quicklaunch/ChangeLog +++ b/apps/quicklaunch/ChangeLog @@ -1,3 +1,4 @@ 0.01: Initial version 0.02: Moved settings from launcher to settings->apps menu 0.03: Better performance by not scanning on every boot +0.04: Better performace by not scanning on boot at all diff --git a/apps/quicklaunch/metadata.json b/apps/quicklaunch/metadata.json index dd0362324..ccad02c96 100644 --- a/apps/quicklaunch/metadata.json +++ b/apps/quicklaunch/metadata.json @@ -2,7 +2,7 @@ "id": "quicklaunch", "name": "Quick Launch", "icon": "app.png", - "version":"0.03", + "version":"0.04", "description": "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps.", "type": "bootloader", "tags": "tools, system", diff --git a/apps/sensortools/ChangeLog b/apps/sensortools/ChangeLog index 5560f00bc..eb1ab5cbc 100644 --- a/apps/sensortools/ChangeLog +++ b/apps/sensortools/ChangeLog @@ -1 +1,2 @@ 0.01: New App! +0.02: Less time used during boot if disabled diff --git a/apps/sensortools/metadata.json b/apps/sensortools/metadata.json index 8e1f5bd29..59a129ec1 100644 --- a/apps/sensortools/metadata.json +++ b/apps/sensortools/metadata.json @@ -2,7 +2,7 @@ "id": "sensortools", "name": "Sensor tools", "shortName": "Sensor tools", - "version": "0.01", + "version": "0.02", "description": "Tools for testing and debugging apps that use sensor input", "icon": "icon.png", "type": "bootloader",