SteelSeries Versions: Difference between revisions

2,893 bytes added ,  10:10, 23 January 2015
2.5.0
No edit summary
(2.5.0)
Line 1: Line 1:
  __NOTOC__
  __NOTOC__
=SteelSeries Version history=
=SteelSeries Version history=
== 2.5.0 ==
[[https://github.com/mcrossley/SteelSeries-Weather-Gauges/archive/master.zip Download here]]
*Adds support for WView
**New files: gauges-ss-basic.htx, customclientraw.txtx, pre-generate.sh
*Adds support for WeeWX
**New files: index.htm.tmpl, skin.conf, ss-data.txt.tmpl
*Rearranged the archive file to make it bit easier to understand
**New folder "web_server", contains all the file for uploadeding to your web server
**New folder "weather_server", sub-folders contain the files to be processed by the resective weather package.
*Added option for 'long polling'
**For people with PHP driven web sites, this downloads the data file each time it is updated on the web server rather than at a fixed polling interval.
**Currently only works with a realtimegauges.txt file
**Experimental versions available for Cumulus, and Saratoga templates using PHP variables.
*Updated gauges.js
**Added optional cloud base gauge.
**Fixed a typo that was preventing the humidity graph updating (no cache defeat).
**Added optional 'wind rose' data to the wind direction gauge (enabled by default).
**Added optional 'sun shining' LED to solar gauge (enabled by default).
**Implemented the missing code for the rain/rainrate gauge default maximum values
**Fixed windspeed default unit radio button behaviour
**Added indoor humidity lo/hi for WeatherCat, Weather Display, VWS
**Moved Wind Rose code from separate windrose.js file into the main gauges.js file.
**Changed all the gauge updates to be event driven.
***A one second timer tick event:- 'gauges.clockTick'
***An Ajax data update event:- 'gauges.dataUpdated'
***A graphs need refresh event:- 'gauges.graphUpdate'
****You could make use of these events outside the gauge code to update other page elements.
**Reorganised code to keep 'most' of a single gauges logic within the gauge singleton definition.
**Added option to not display the graphs in the pop-ups when running on a phone.
*Updated language.js/language.min.js
**Added cloud base gauge strings.
**Added Czech translation
*Updated realtime JSON files to include cloud base and indoor humidity lo/hi
**Cmumulus: realtimegaugesT.txt, version 12.
**Weather Display: customclientraw.txt, version 11.
**VWS: steelseriesVWSjson.php, version 1.04/11.
*Updated HTML to include cloud base gauge and UoM selection, update to JQuery library version 1.10.2
**gauges-ss-basic.htm
**gauges-ssT.htm
**gauge-ss-basic-inc.php
*Removed windrose.js file from package
*Updated gauges.css
**Minor sytling updates
*Updated steelseries.js/steelseries.min.js/steelseries_tween.min.js
**Moved to version 0.14.12
*Added a realtimeGaugesTMX.txt file for the new Cumulus MX program.
*Source for the scripts and download package moved to GitHub
**Latest download: https://github.com/mcrossley/SteelSeries-Weather-Gauges/archive/master.zip
**GitHub page: https://github.com/mcrossley/SteelSeries-Weather-Gauges/


== 2.4.4 ==
== 2.4.4 ==