Skip to content

Releases: Daveiano/weewx-wdc

v2.0.0

29 Jul 17:52
Compare
Choose a tag to compare
  • 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

  1. Uninstall weewx-wdc: wee_extension --uninstall=weewx-wdc
  2. Delete all generated files: rm -rf /var/www/html (or whatever your output directory may be)
  3. Install weewx-wdc version 2.0.0
    1. Download
    2. Create a new folder and unzip to that folder
    3. Install the extension: wee_extension --install=path/to/weewx-wdc
  4. Update and review the skin.conf with many new customization possibilities
  5. Restart weewx: weewx restart
  6. 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

Full Changelog: v1.3.3...v2.0.0

v1.3.3

21 Jul 23:47
Compare
Choose a tag to compare
  • 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

13 Jul 17:50
Compare
Choose a tag to compare
  • Bugfix: No module named 'user.forecast' [GH-29]

Full Changelog: v1.3.1...v1.3.2

v1.3.1

08 Jul 22:56
Compare
Choose a tag to compare
  • 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

30 Jun 16:36
Compare
Choose a tag to compare
  • 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

01 Jun 11:53
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

30 May 17:34
Compare
Choose a tag to compare
  • 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

26 May 12:14
Compare
Choose a tag to compare
  • Added radar image
  • Support for weewx-forecast (zambretti and table template)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 May 17:35
Compare
Choose a tag to compare
  • 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

21 May 00:59
Compare
Choose a tag to compare
  • Bugfix: Added wdc.svg.

Full Changelog: v1.0.2...v1.0.3