blob: 62596ec82e080894919ee1368ea2cc1015662d70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
v0.0.5
- add geoip support
- fetch 7 day forecast
- workaround: when user switches weather addon, xbmc may call the script with a location id that has not been setup. try to fallback to id 1 in this case.
v0.0.4
- don't fetch weather when no locations are set up
- fix incrementing values on each weather refresh when no locations are set up
- workaround: stop xbmc from running the script in a loop when no locations are set up
v0.0.3
- added Simplified Chinese translation
v0.0.2
- show dialog instead of empty list when no locations are found
- added german translation
- use 'location' string instead of 'area code'
v0.0.1
- initial beta
|