Skip to content

Commit

Permalink
Updated changelog. Bump version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Jul 29, 2022
1 parent 46b83b5 commit 0f0cc13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@

# 2.0.0

- Breaking change: Refactored Search list extensions into two modules (weewx_wdc and weewx_wdc_forecast), see updated skin.conf.
- Added classic layout [GH-12]
- 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]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weewx-wdc",
"version": "1.3.3",
"version": "2.0.0",
"description": "Weather Data Center skin for weewx.",
"author": "David Baetge <david.baetge@gmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions skins/weewx-wdc/about.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<p class="bx--type-body-long-02">
<b>Please note:</b> For installation, please use the generated
zip archive from a release, eg.
https://github.com/Daveiano/weewx-wdc/releases/download/v1.3.0/weewx-wdc-v1.3.0.zip.
https://github.com/Daveiano/weewx-wdc/releases/download/v2.0.0/weewx-wdc-v2.0.0.zip.
Don't download the repository directly and don't use the GitHub
generated zip and tar.gz archives that come alongside the
release. Always use the zip archive named
Expand Down Expand Up @@ -146,7 +146,7 @@
Unzip to that folder:
<!--prettier-ignore-->
<bx-code-snippet type="inline"
>unzip weewx-wdc-v1.2.2.zip -d /tmp/weewx-wdc/</bx-code-snippet
>unzip weewx-wdc-v2.0.0.zip -d /tmp/weewx-wdc/</bx-code-snippet
>
</li>
<li>
Expand Down

0 comments on commit 0f0cc13

Please sign in to comment.