Update changelog and bump version

master
Marco Heiming 2022-01-04 12:16:05 +01:00
parent 8b0498b195
commit fe747934c8
3 changed files with 2 additions and 3 deletions

View File

@ -845,7 +845,7 @@
{ {
"id": "weather", "id": "weather",
"name": "Weather", "name": "Weather",
"version": "0.13", "version": "0.14",
"description": "Show Gadgetbridge weather report", "description": "Show Gadgetbridge weather report",
"icon": "icon.png", "icon": "icon.png",
"screenshots": [{"url":"screenshot.png"}], "screenshots": [{"url":"screenshot.png"}],

View File

@ -10,3 +10,4 @@
0.11: Bangle.js 2 support 0.11: Bangle.js 2 support
0.12: Allow hiding the widget 0.12: Allow hiding the widget
0.13: Tweak Bangle.js 2 light theme colors 0.13: Tweak Bangle.js 2 light theme colors
0.14: Use weather condition code for icon selection

View File

@ -313,8 +313,6 @@ exports.drawIcon = function(cond, x, y, r) {
} }
} }
console.log("weather cond", cond);
if (cond.code && cond.code > 0) { if (cond.code && cond.code > 0) {
chooseIconByCode(cond.code)(x, y, r); chooseIconByCode(cond.code)(x, y, r);
} else { } else {