mirror of https://github.com/espruino/BangleApps
Update changelog and bump version
parent
8b0498b195
commit
fe747934c8
|
@ -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"}],
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue