Skip to content

Commit 0a1801d

Browse files
committed
Bump version to 3.3.0
1 parent 11eed6b commit 0a1801d

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

changelog.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -665,19 +665,19 @@ For a complete diff, please see:
665665

666666
https://github.com/Daveiano/weewx-wdc/compare/v3.1.1...00c79357#diff-ba225fb627dcbf577d0d1fde0f18d93e8e2cf2097c37086cd28ef23e8e7bd820
667667

668-
# Next
668+
# 3.3.0
669669

670670
- Bugfix: Some observations with aggregate_imterval `sum` could be updated to `NaN` via MQTT under some circumstances GH-166
671671
- Bugfix: Getting the chart properties if observation is not included in [diagrams] config GH-172
672672
- Bugfix: Minor Spelling Error on Some Tiles GH-168
673673
- Added/fixed some more translations (Chart legends, Stats page)
674674
- Bugfix: (MQTT) Wind Speed Direction and Wind Gust Direction are Equal/Change At Same Time GH-177
675-
- Support for weewx-cmon GH-169
675+
- Support for weewx-cmon GH-169 (https://github.com/Daveiano/weewx-wdc/wiki/Support-for-weewx-cmon)
676676
- Add support for Classic layout on Sensor Status page
677677
- Added support for displaying observations in stat tiles (and batteries) that are not saved to DB (only available via the `$current` tag) GH-140 and https://groups.google.com/g/weewx-user/c/AwhvlJ-DRUQ/m/bzLWZV19DQAJ
678-
- Add support for weewx-xaggs (configurable tiles to show historical data) GH-170
678+
- Add support for weewx-xaggs (configurable tiles to show historical data) GH-170 (https://github.com/Daveiano/weewx-wdc/wiki/Support-for-weewx-xaggs)
679679
- Extend Stats/Climatological days table. Added rain stats (last rain, most consecutive days of rain) GH-171
680-
- New Chart Type: Gauge GH-155
680+
- New Chart Type: Gauge GH-155 (https://github.com/Daveiano/weewx-wdc/wiki/Gauges)
681681
- Added support for custom XTypes (for charts) that need a \*\*config_dict GH-180
682682
- Extended Webcams/Externals (see the updated [wiki](https://github.com/Daveiano/weewx-wdc/wiki/Webcams-and-Externals-Page)) GH-167
683683

@@ -712,4 +712,10 @@ https://github.com/Daveiano/weewx-wdc/compare/v3.1.1...00c79357#diff-ba225fb627d
712712
713713
## Changes made to skin.conf since 3.2.0
714714
715-
See https://github.com/Daveiano/weewx-wdc/compare/v3.2.0...23dd62d3#diff-ba225fb627dcbf577d0d1fde0f18d93e8e2cf2097c37086cd28ef23e8e7bd820 for a complete diff.
715+
See https://github.com/Daveiano/weewx-wdc/compare/v3.2.0...11eed6b3#diff-ba225fb627dcbf577d0d1fde0f18d93e8e2cf2097c37086cd28ef23e8e7bd820 for a complete diff.
716+
717+
## Known Issues
718+
719+
- GH-181 [BUG] xAxis: Date mismatch in combined charts. Especially when using cumulative aggregation. Feel free to comment if you have more infos, or also nooticed this issue.
720+
721+
# Next

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def loader():
1111
class BasicInstaller(ExtensionInstaller):
1212
def __init__(self):
1313
super(BasicInstaller, self).__init__(
14-
version="3.2.0",
14+
version="3.3.0",
1515
name="weewx-wdc",
1616
description="Weather Data Center skin for WeeWX.",
1717
author="David Baetge",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weewx-wdc",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Weather Data Center skin for weewx.",
55
"author": "David Baetge <david.baetge@gmail.com>",
66
"license": "MIT",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ If you like the look and feel of the skin please consider having a look at the o
8484
1. Download the [latest version](https://github.com/Daveiano/weewx-wdc/releases)
8585

8686
```
87-
wget -O "/tmp/weewx-wdc.zip" https://github.com/Daveiano/weewx-wdc/releases/download/v3.2.0/weewx-wdc-v3.2.0.zip
87+
wget -O "/tmp/weewx-wdc.zip" https://github.com/Daveiano/weewx-wdc/releases/download/v3.3.0/weewx-wdc-v3.3.0.zip
8888
```
8989

9090
2. Create a new folder and unzip to that folder
@@ -102,7 +102,7 @@ unzip /tmp/weewx-wdc.zip -d /tmp/weewx-wdc/
102102

103103
For help, please have a look at the [official weewx documentation](https://weewx.com/docs/utilities.htm#wee_extension_utility).
104104

105-
**Please note:** For installation, please use the generated zip archive from a release, eg. https://github.com/Daveiano/weewx-wdc/releases/download/v3.2.0/weewx-wdc-v3.2.0.zip.
105+
**Please note:** For installation, please use the generated zip archive from a release, eg. https://github.com/Daveiano/weewx-wdc/releases/download/v3.3.0/weewx-wdc-v3.3.0.zip.
106106
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 **weewx-wdc-vX.X.X.zip**
107107

108108
Background: The files in the src/ directory are the source files (TypeScript, SCSS). When creating a release, these source files get transformed and optimized, and the output location of these transformed files is the location which matches the location in the install.py script. The weewx-wdc-vX.X.X.zip should contain all these transformed files (like service-worker.js or main.css), but if you download the current state of the repo, these files are not included and this will throw multiple `FileNotFoundError` errors while installing. For manual building of these files, see [Development](#development).

skins/weewx-wdc/skin.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configuration file for the weewx-wdc skin
22
SKIN_NAME = Weather Data Center
3-
SKIN_VERSION = 3.2.0
3+
SKIN_VERSION = 3.3.0
44

55
[ObservationBindings]
66
[[custom_obs_1]]

0 commit comments

Comments
 (0)