Skip to content

Commit fed6e03

Browse files
[weather.noaa] 2.0.11
1 parent 4a59012 commit fed6e03

File tree

5 files changed

+1574
-1349
lines changed

5 files changed

+1574
-1349
lines changed

weather.noaa/addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="weather.noaa" name="NOAA (weather.gov)" version="2.0.10" provider-name="randall">
2+
<addon id="weather.noaa" name="NOAA (weather.gov)" version="2.0.11" provider-name="randall">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.dateutil" version="2.8.0"/>

weather.noaa/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v2.0.11
2+
- fix wind-chill calculation
3+
- if we have a direct windchill or headindex value from the api, use that instead of calculating it
4+
- refresh the gridpoint and forecast urls from the lattitude/longitude every couple of days to handle grid changes in the api
5+
- only reset location descriptive name when lat,long is entered
6+
- retry after a minute if there is an error from the api
7+
- fixes when using forecast.weather.gov as the source
8+
19
v2.0.10
210
- radar images url path changed
311
- cleanup on alerts

0 commit comments

Comments
 (0)