Releases: Daveiano/weewx-wdc
Releases · Daveiano/weewx-wdc
v2.0.0
- Breaking change: Refactored Search list extensions into two modules (weewx_wdc and weewx_wdc_forecast), see updated skin.conf. [GH-21]
- Added classic layout, preview here: https://weewx-hbt.de/classic [GH-12]
- More customisation via skin.conf: diagram height, digram aggregate_type, Time formats, some basic diagram options like line width or point size (please see the readme for more information) [GH-17]
- windDir ordinals display support, new chart type: windRose [GH-27]
- Some Frontend JavaScript optimization resulting in smaller files and better performance [GH-1]
Update instructions
- Uninstall weewx-wdc:
wee_extension --uninstall=weewx-wdc
- Delete all generated files:
rm -rf /var/www/html
(or whatever your output directory may be) - Install weewx-wdc version 2.0.0
- Download
- Create a new folder and unzip to that folder
- Install the extension:
wee_extension --install=path/to/weewx-wdc
- Update and review the skin.conf with many new customization possibilities
- Restart weewx:
weewx restart
- Wait for the next report cycle or run
wee_reports
For more info about installing and uninstalling extensions in weewx, see https://www.weewx.com/docs/utilities.htm#wee_extension_utility.
What's Changed
- 21 refactor sles by @Daveiano in #22
- 12 provide a more weewx like layout by @Daveiano in #23
- 17 customisation by @Daveiano in #28
- 27 wind direction visualisation by @Daveiano in #32
Full Changelog: v1.3.3...v2.0.0
v1.3.3
- Bugfix: Last year missing in the navigation bar of monthly pages [GH-30]
- Bugfix: Typo de.conf [GH-31]
Full Changelog: v1.3.2...v1.3.3
v1.3.2
- Bugfix: No module named 'user.forecast' [GH-29]
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- Typo fixes for de
- Bugfix: Month navigation only visible for current year when inside a month archive page [GH-24]
- Bugfix: Encoding issues in Data tables [GH-26]
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- Updated rain rounding in diagrams
- Make Data Tables easy to deactivate, see readme
- Generate month and year pages less frequently
- Generate statistics page less frequently per default (stale age) [GH-14]
- Performance update: reduced generation time by 50% [GH-14]
- Added about page [GH-15]
- Added tutorial on how to change about page (user generated content) [GH-15]
- Added thunderstorm logic and icon to forecast table
- Fullscreen display for diagrams [GH-6]
What's Changed
- 13 outsource carbon datatable implementation by @Daveiano in #16
- 6 find a way to zoommake diagrams bigger by @Daveiano in #18
- Added static page SLE to render links. Added about.htm.tmpl. [GH-15] by @Daveiano in #20
Full Changelog: v1.2.2...v1.3.0
v1.2.2
- Bugfix: Added forecast_util.py in install.py, see Daveiano/weewx-wdc-interceptor-docker#1
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- Small responsive updates
- Bugfix: Report takes forever on fresh install without data
- Bugfix: Avg Temperature diagram when values missing.
- Bugfix: ERROR weewx.cheetahgenerator: Reason: '>=' not supported between instances of 'NoneType' and 'float' [GH-9]
- Update forecast display [GH-10]
What's Changed
New Contributors
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Added radar image
- Support for weewx-forecast (zambretti and table template)
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Added test_install.sh
- Added "Climatological Days" Tile to stats and year pages
- Added rain days and average temperature calendar diagram
- Updated Chart axis labels and aggregate intervals
Full Changelog: v1.0.3...v1.1.0
v1.0.3
- Bugfix: Added wdc.svg.
Full Changelog: v1.0.2...v1.0.3