Version 1.9.2: Difference between revisions

22 bytes added ,  09:23, 26 January 2012
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<big>Release Date: October 5, 2011 (build 1017)</big>  
<big>Release Date: October 5, 2011 (build 1017)</big>  


<big></big>October 12, 2011 (build 1018)  
<big></big>October 12, 2011 (build 1018)<br />
 
October 19, 2011 (build 1019)<br />
October 19, 2011 (build 1019)
November 1, 2011 (build 1020)<br />
 
November 28, 2011 (build 1021)<br />
November 1, 2011 (build 1020)
December 1, 2011 (build 1022)<br />
 
December 11, 2011 (build 1023)<br />
November 28, 2011 (build 1021)
December 16, 2011 (build 1024)<br />
 
December 25, 2011 (build 1025)<br />
December 1, 2011 (build 1022)
December 27, 2011 (build 1026)<br />
 
January 6, 2012 (build 1027)<br />
December 11, 2011 (build 1023)
January 20, 2012 (build 1028)<br />
 
January 25, 2012 (build 1029) '''(Current Release)'''  
December 16, 2011 (build 1024)
 
December 25, 2011 (build 1025)
 
December 27, 2011 (build 1026)
 
January 6, 2012 (build 1027)
 
January 20, 2012 (build 1028)
 
January 25, 2012 (build 1029)
 
'''(Current Release)'''  


Changes from version 1.9.1:  
Changes from version 1.9.1:  
Line 44: Line 31:
*Added ability to edit today's rain total - see edit menu  
*Added ability to edit today's rain total - see edit menu  
*Option to restart if data stops  
*Option to restart if data stops  
*New web tags - &lt;#wetbulb&gt; and &lt;#timeUTC&gt;
*Added calibration offset for UV readings  
*Added calibration offset for UV readings  
*Added "Chill Hours" (for fruit growing)  
*Added "Chill Hours" (for fruit growing)  
Line 51: Line 37:
*Round start time on Select-A-Graph down to nearest minute  
*Round start time on Select-A-Graph down to nearest minute  
*Add new 'this month' and 'this year' web pages  
*Add new 'this month' and 'this year' web pages  
*&lt;#forecastnumber&gt; is always set even if Cumulus forecast not in use  
*New web tags:
*New web tag &lt;#cumulusforecast&gt; - always gives Cumulus (Zambretti) forecast  
**&lt;#forecastnumber&gt; is always set even if Cumulus forecast not in use  
*New web tag &lt;#wsforecast&gt; - always gives station forecast (if available)  
**&lt;#cumulusforecast&gt; - always gives Cumulus (Zambretti) forecast  
**&lt;#wsforecast&gt; - always gives station forecast (if available)  
**&lt;#HighWindrunRecordSet&gt; (=1 if 'all time high wind run' LED is lit, otherwise 0)
**&lt;#wetbulb&gt;
**&lt;#timeUTC&gt;
*Don't plot wind chill until first value calculated  
*Don't plot wind chill until first value calculated  
*Don't reset rain counter if Davis logger doesn't go back far enough to fill the gap since previous run  
*Don't reset rain counter if Davis logger doesn't go back far enough to fill the gap since previous run  
*New tag &lt;#HighWindrunRecordSet&gt; (=1 if 'all time high wind run' LED is lit, otherwise 0)
*Change La Crosse station forecast to 'Clear' instead of 'Sunny', at night  
*Change La Crosse station forecast to 'Clear' instead of 'Sunny', at night  
*Today's dominant (i.e. average) wind direction (in degrees) added to dayfile.txt  
*Today's dominant (i.e. average) wind direction (in degrees) added to dayfile.txt  
Line 87: Line 76:
*Support for pond sensor for WMR88/100
*Support for pond sensor for WMR88/100
*Background colour of data value digits on main screen can now be configured
*Background colour of data value digits on main screen can now be configured
*Web tag <#IsSunUp> gives 1 between sunrise and sunset, otherwise 0
*New web tag <#IsSunUp> gives 1 between sunrise and sunset, otherwise 0
1022
1022
*Fixes <#IsSunUp> web tag
*Fixes <#IsSunUp> web tag
Line 104: Line 93:
*Fix Davis 'wake up' issue so AltimeterPressure reported to CWOP doesn't get stuck at the same value
*Fix Davis 'wake up' issue so AltimeterPressure reported to CWOP doesn't get stuck at the same value
*NOAA reports now label the 'days of rain' with '<=' to match what the code actually does
*NOAA reports now label the 'days of rain' with '<=' to match what the code actually does
*New web tag <#DavisFirmwareVersion> - The console firmware version (Davis stations only)
*New web tags:
*New web tag <#TempChangeLastHour> - The change in temperature over the last hour. The value can also be seen on the main screen as a 'mouseover' on the temperature trend value
**<#DavisFirmwareVersion> - The console firmware version (Davis stations only)
*New web tags giving the recent wind bearing extremes: <#BearingRangeFrom>, <#BearingRangeTo>, <#BearingRangeFrom10>, <#BearingRangeTo10>
**<#TempChangeLastHour> - The change in temperature over the last hour. The value can also be seen on the main screen as a 'mouseover' on the temperature trend value
**New web tags giving the recent wind bearing extremes: <#BearingRangeFrom>, <#BearingRangeTo>, <#BearingRangeFrom10>, <#BearingRangeTo10>
1026
1026
*Stops the dayfile.txt editor crashing if an empty dayfile.txt exists
*Stops the dayfile.txt editor crashing if an empty dayfile.txt exists
Line 124: Line 114:
*Use configured filename format for manual saves of NOAA annual reports
*Use configured filename format for manual saves of NOAA annual reports
*New HTML-encoded versions of some web tags:
*New HTML-encoded versions of some web tags:
  <#currcondenc> - the same as <#currcond> but also has characters above code 159 encoded as HTML entities
**<#currcondenc> - the same as <#currcond> but also has characters above code 159 encoded as HTML entities
  <#forecastenc> - the same as <#forecast> but with all reserved HTML characters, and those above character code 159, encoded as HTML entities
**<#forecastenc> - the same as <#forecast> but with all reserved HTML characters, and those above character code 159, encoded as HTML entities
  <#cumulusforecastenc> - the same as <#cumulusforecast> but with all reserved HTML characters, and those above character code 159, encoded as HTML entities
**<#cumulusforecastenc> - the same as <#cumulusforecast> but with all reserved HTML characters, and those above character code 159, encoded as HTML entities
  <#wsforecastenc> - the same as <#wsforecast> but with all reserved HTML characters, and those above character code 159, encoded as HTML entities
**<#wsforecastenc> - the same as <#wsforecast> but with all reserved HTML characters, and those above character code 159, encoded as HTML entities