72886caa99bd087874446f45664eafee171f68e9
[vuplus_xbmc] / addons / weather.wunderground / changelog.txt
1 v1.0.8
2 - language update
3
4 v1.0.7
5 - fixed failed to run when there's a special char in username
6 - switch to 2 day weekend forecast
7
8 v1.0.6
9 - updated language files from Transifex
10
11 v1.0.5
12 - fix incorrect icon for storm condition
13
14 v1.0.4
15 - replace some html chars in the api response
16
17 v1.0.3
18 - added fanart image
19 - mapping for new languages supported by xbmc
20
21 v1.0.2
22 - better error handling
23
24 v1.0.1
25 - fix encoding issues
26
27 v1.0.0
28 - bump version for frodo
29 - added .po language files
30
31 v0.1.12
32 - updated wunderground api module
33
34 v0.1.11
35 - added spanish translation
36 - avoid crashes on api error responses
37 - fix invalid humidity value
38
39 v0.1.10
40 - add 'L' weather alert severity
41 - filter invalid response code
42 - don't add beaufort unit to windspeeds
43 - fix default zoom level
44 - fixed windspeed for uk based locations in 36 hour and weekend forecast
45 - localize AM/PM strings
46 - made animated maps optional
47
48 v0.1.9
49 - fixed json error when no files are found
50 - fix 36 hour heading and temp (again)
51 - better detection of systems that use AM/PM time format
52 - provide windspeeds in beaufort for systems that use it
53
54 v0.1.8
55 - fixed escape slashes in path
56
57 v0.1.7
58 - clear alert properties when there are no alerts
59 - delete chached images when weather location is changed
60
61 v0.1.6
62 - fix 36 hour heading and temp for certain languages
63 - provide 3 day weekend forecast
64 - keep 4 hours worth of satellite images to create an animation
65
66 v0.1.5
67 - fixed weather icon location
68 - fixed temp unit for hourly feels like
69
70 v0.1.4
71 - fetch satellite image instead of radar
72
73 v0.1.3
74 - disabled yesterdays weather and animated radar images (we don't have free access to that data)
75 - added static radar image
76
77 v0.1.2
78 - bug fixes
79
80 v0.1.1
81 - beta release
82
83 v0.1.0
84 - wait for thread to finish before setting properties
85
86 v0.0.9
87 - implement threading
88 - added wundermap support
89
90 v0.0.8
91 - use ascii strings for location search
92 - added advanced configuration
93 - added debug logging
94 - added Current.Location window property
95 - moved api code to a separate module (other weather addons can use it fetch wunderground data)
96 - localize weather data
97
98 v0.0.7
99 - fix: import error on Windows with non/extended-ascii profile paths
100
101 v0.0.6
102 - ignore various n/a values in wu data
103 - use kph value for windspeed
104
105 v0.0.5
106 - add geoip support
107 - fetch 7 day forecast
108 - 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.
109
110 v0.0.4
111 - don't fetch weather when no locations are set up
112 - fix incrementing values on each weather refresh when no locations are set up
113 - workaround: stop xbmc from running the script in a loop when no locations are set up
114
115 v0.0.3
116 - added Simplified Chinese translation
117
118 v0.0.2
119 - show dialog instead of empty list when no locations are found
120 - added german translation
121 - use 'location' string instead of 'area code'
122
123 v0.0.1
124 - initial beta