Update changelog and bump version
parent
8b0498b195
commit
fe747934c8
|
|
@ -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"}],
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue