As it will be a test version I'd advise that you run this in parallel with your existing pages.
Any takers?
Here are the main changes:
Code: Select all
2.0.0
* Much of the code rewritten and/or reformatted
- Most things now contained in a 'gauges' object to avoid polluting the global namespace with
numerous variables etc.
- Load orders changed to speed up initial page load/display
* Updated gauges.js
- Added ability to select the display units:
Temp: °C, °F
Rain: mm, inch
Wind: km/h, m/s, mph, knots
Baro: hPa, mb, inHg, kPa
- Added (optional) cookie handling to preserve end user unit preferences across sessions
- Added variables to set the default min/max values for gauges
- Changed the temperature gauge scaling logic so both gauges always use the same range (except
for the indoor temperature)
- Default units are now 'metric': °C, mm, hPa, km/h
- Fixed bug in getord() routine
- Added config.dewDisplayType setting to control initial 'dew' gauge display
- Added smaller gauge size option for 'mobile' devices
* Updated Language handling, all languages now use a single (English by default) template HTML file,
calling changeLang(LANG.newLanguage) now updates the HTML as well as the gauges.
* Updated realtimeGaugesT.txt & customclientrawlocal.txt
- Added todays dominant wind direction
* Added Danish, Norwegian, and Italian translations
* Changed gauges-ssT.html to use <div>'s for the layout rather than tables.
* Removed ddimgtooltip.css - now incorporated into gauges-ss.css
* Removed ddimgtooltip.js - now incorporated into gauges.js
* Removed tween.min.js - now incorporated into steelseries.min.js
* Updated realtimeGaugesT.txt and ccrT.txt files to ver8 - added dominant wind direction
* Updated steelseries.js
- Updated to v0.11.13