blob: 59614ba9c755f6dcfddd456d9437559a9e7af5d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
v1.0.2
- better error handling
v1.0.1
- fix encoding issues
v1.0.0
- bump version for frodo
- added .po language files
v0.1.12
- updated wunderground api module
v0.1.11
- added spanish translation
- avoid crashes on api error responses
- fix invalid humidity value
v0.1.10
- add 'L' weather alert severity
- filter invalid response code
- don't add beaufort unit to windspeeds
- fix default zoom level
- fixed windspeed for uk based locations in 36 hour and weekend forecast
- localize AM/PM strings
- made animated maps optional
v0.1.9
- fixed json error when no files are found
- fix 36 hour heading and temp (again)
- better detection of systems that use AM/PM time format
- provide windspeeds in beaufort for systems that use it
v0.1.8
- fixed escape slashes in path
v0.1.7
- clear alert properties when there are no alerts
- delete chached images when weather location is changed
v0.1.6
- fix 36 hour heading and temp for certain languages
- provide 3 day weekend forecast
- keep 4 hours worth of satellite images to create an animation
v0.1.5
- fixed weather icon location
- fixed temp unit for hourly feels like
v0.1.4
- fetch satellite image instead of radar
v0.1.3
- disabled yesterdays weather and animated radar images (we don't have free access to that data)
- added static radar image
v0.1.2
- bug fixes
v0.1.1
- beta release
v0.1.0
- wait for thread to finish before setting properties
v0.0.9
- implement threading
- added wundermap support
v0.0.8
- use ascii strings for location search
- added advanced configuration
- added debug logging
- added Current.Location window property
- moved api code to a separate module (other weather addons can use it fetch wunderground data)
- localize weather data
v0.0.7
- fix: import error on Windows with non/extended-ascii profile paths
v0.0.6
- ignore various n/a values in wu data
- use kph value for windspeed
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
|