From fe747934c8a53e3f1d83d6c70665891915cbcffb Mon Sep 17 00:00:00 2001 From: Marco Heiming Date: Tue, 4 Jan 2022 12:16:05 +0100 Subject: [PATCH] Update changelog and bump version --- apps.json | 2 +- apps/weather/ChangeLog | 1 + apps/weather/lib.js | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps.json b/apps.json index ab6089e65..a440e9b15 100644 --- a/apps.json +++ b/apps.json @@ -845,7 +845,7 @@ { "id": "weather", "name": "Weather", - "version": "0.13", + "version": "0.14", "description": "Show Gadgetbridge weather report", "icon": "icon.png", "screenshots": [{"url":"screenshot.png"}], diff --git a/apps/weather/ChangeLog b/apps/weather/ChangeLog index fb6b28bf6..910cd4658 100644 --- a/apps/weather/ChangeLog +++ b/apps/weather/ChangeLog @@ -10,3 +10,4 @@ 0.11: Bangle.js 2 support 0.12: Allow hiding the widget 0.13: Tweak Bangle.js 2 light theme colors +0.14: Use weather condition code for icon selection diff --git a/apps/weather/lib.js b/apps/weather/lib.js index 8ffd2037f..8afdfe6df 100644 --- a/apps/weather/lib.js +++ b/apps/weather/lib.js @@ -313,8 +313,6 @@ exports.drawIcon = function(cond, x, y, r) { } } - console.log("weather cond", cond); - if (cond.code && cond.code > 0) { chooseIconByCode(cond.code)(x, y, r); } else {