Skip to content

Commit a8b0f0f

Browse files
committed
Version bump
1 parent 76a8459 commit a8b0f0f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: bin/user/belchertown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def logerr(msg):
3131
logmsg(syslog.LOG_ERR, msg)
3232

3333
# Print version in syslog for easier troubleshooting
34-
VERSION = "0.8.1"
34+
VERSION = "0.8.2"
3535
loginf("version %s" % VERSION)
3636

3737
class getData(SearchList):

Diff for: changelog

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
0.8.2 December ??, 2018
1+
0.8.2 January 1, 2019
2+
* Fixed an error where the skin would fail when the date rolls to the New Year due to no data being in certain tables in the database yet.
23
* Added the ability to show any weather alerts provided by the DarkSky API. Weather alerts are off by default, use forecast_alert_enabled in weewx.conf skin options to enable it.
34
* New option to show cloudbase. You must have your database schema extended for the cloudbase observation to be calculated by weewx. Check the Belchertown skin wiki for details.
45
* Fixes an issue where the MQTT updates showed altimeter instead of barometer.

Diff for: install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def loader():
99
class ExfoliationInstaller(ExtensionInstaller):
1010
def __init__(self):
1111
super(ExfoliationInstaller, self).__init__(
12-
version="0.8.1",
12+
version="0.8.2",
1313
name='Belchertown',
1414
description='A clean modern skin with real time streaming updates and interactive charts. Modeled after BelchertownWeather.com',
1515
author="Pat OBrien",

0 commit comments

Comments
 (0)