From f60219d28031f1b15f0c70d509603bfa841eb202 Mon Sep 17 00:00:00 2001 From: Nick Dajda Date: Sat, 20 Oct 2018 20:43:22 +0100 Subject: [PATCH] Release v2.25 --- INSTALL | 3 +-- TODO | 1 - bin/user/gaugeengine.py | 2 +- bin/user/historygenerator.py | 2 +- install.py | 5 +++-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index 242c337..8de748f 100644 --- a/INSTALL +++ b/INSTALL @@ -2,8 +2,7 @@ Installation ============ Before we begin... - 1) This release (v2.24) has been tested on Weewx version 3.5.0, on Ubuntu linux 14.04 and on a Raspberry Pi running - wheezy. + 1) This release (v2.25) has been tested on Weewx version 3.8.2 on Ubuntu linux 16.04 LTS. Versions of Weewx before v3 will not work. The earlier release v2.01 is on github and works with Weewx 2.4 - 2.7. 2) This has been tested on sqlite databases. Mysql and any other Weewx supported databases should work too. diff --git a/TODO b/TODO index 26c6f09..e69de29 100644 --- a/TODO +++ b/TODO @@ -1 +0,0 @@ -1) Luc's edits to historygenerator.py. \ No newline at end of file diff --git a/bin/user/gaugeengine.py b/bin/user/gaugeengine.py index 3058e57..20b4cc6 100644 --- a/bin/user/gaugeengine.py +++ b/bin/user/gaugeengine.py @@ -5,7 +5,7 @@ # """Nick's custom generator for creating visual gauge image files from weewx. -Tested on Weewx release 3.0.1. +Tested on Weewx release 3.8.2. Tested with sqlite, may not work with other databases. WILL NOT WORK WITH Weewx prior to release 3.0. diff --git a/bin/user/historygenerator.py b/bin/user/historygenerator.py index 1f2e437..87bef63 100644 --- a/bin/user/historygenerator.py +++ b/bin/user/historygenerator.py @@ -5,7 +5,7 @@ # """Extends the Cheetah generator search list to add html historic data tables in a nice colour scheme. -Tested on Weewx release 3.0.1. +Tested on Weewx release 3.8.2. Works with all databases. Observes the units of measure and display formats specified in skin.conf. diff --git a/install.py b/install.py index 5348c7e..0ae0b82 100644 --- a/install.py +++ b/install.py @@ -51,10 +51,11 @@ def __init__(self): 'skins/languages/finnish.conf', 'skins/languages/francais.conf', 'skins/languages/german.conf', - 'skins/languages/italian.conf'])] + 'skins/languages/italian.conf', + 'skins/languages/korean.conf'])] super(BootstrapInstaller, self).__init__( - version="2.24", + version="2.25", name='bootstrap', description='A skin based around the bootstrap 3.2.0 framework', author="Nick Dajda",