From 5bd743deab336d733917ce4c95102cbd9ccfb172 Mon Sep 17 00:00:00 2001 From: David Baetge Date: Sat, 14 May 2022 12:34:24 +0200 Subject: [PATCH] Bump version to 1.0.0-beta5. --- changelog.md | 6 ++++++ install.py | 2 +- package.json | 2 +- readme.md | 1 + skins/weewx-wdc/skin.conf | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 12149bcd..c690bdbf 100644 --- a/changelog.md +++ b/changelog.md @@ -31,3 +31,9 @@ # 1.0.0-beta4 - Added missing includes to install.py. + +# 1.0.0-beta5 + +- Fixed JS build +- Updated UI Shell +- Updated some diagram aggragate types diff --git a/install.py b/install.py index 755e32c0..875987d7 100644 --- a/install.py +++ b/install.py @@ -11,7 +11,7 @@ def loader(): class BasicInstaller(ExtensionInstaller): def __init__(self): super(BasicInstaller, self).__init__( - version="1.0.0-beta4", + version="1.0.0-beta5", name='weewx-wdc', description='Weather Data Center skin for weewx.', author="David Baetge", diff --git a/package.json b/package.json index 0b424e85..468d59f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weewx-wdc", - "version": "1.0.0-beta4", + "version": "1.0.0-beta5", "description": "Weather Data Center skin for weewx.", "author": "David Baetge ", "license": "MIT", diff --git a/readme.md b/readme.md index 7c866321..dee6a725 100644 --- a/readme.md +++ b/readme.md @@ -185,6 +185,7 @@ Starts a nginx docker container to serve the generated files. ### Ideas for further development - Add Climatological stat tiles (for the archive?) for eg. Rain Days, Hot days, Tropical Nights, etc. +- PWA ## Credits diff --git a/skins/weewx-wdc/skin.conf b/skins/weewx-wdc/skin.conf index 82b16ca7..46ec7971 100644 --- a/skins/weewx-wdc/skin.conf +++ b/skins/weewx-wdc/skin.conf @@ -1,6 +1,6 @@ # configuration file for the weewx-wdc skin SKIN_NAME = Weather Data Center -SKIN_VERSION = 1.0.0-beta4 +SKIN_VERSION = 1.0.0-beta5 [Extras]