From 02b8bd77c9b0bc2572660bfac1c474330c3665c0 Mon Sep 17 00:00:00 2001 From: Rich Bell Date: Sun, 11 Aug 2024 20:41:42 -0400 Subject: [PATCH] release prep --- bin/user/jas.py | 2 +- changes.txt | 10 +++++++++- install.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bin/user/jas.py b/bin/user/jas.py index abfe78d..04c1cc3 100755 --- a/bin/user/jas.py +++ b/bin/user/jas.py @@ -178,7 +178,7 @@ def logerr(msg): logmsg(syslog.LOG_ERR, msg) -VERSION = "1.1.1-rc03" +VERSION = "1.1.1" class JAS(SearchList): """ Implement tags used by templates in the skin. """ diff --git a/changes.txt b/changes.txt index 1e7ea60..2c7116a 100755 --- a/changes.txt +++ b/changes.txt @@ -199,8 +199,16 @@ Additional Enhancements: V1.1.1 +Enhancements: + - The forecast section now has an option to enable/disable. + - Aggregations of 'min' and 'max' are now supported in the 'current' section. + Useful for things like closest lightning strike (min distance). + Fixes: - Missing files when installing (#132). - Handle missing currentObservations (#135). - Missing latest month/year in dropdown (#136). -- Improve handling of aeris errors. \ No newline at end of file +- Improve handling of aeris errors. +- Memory leaks + Moved much of the generation from Cheetah to Python. ' + This works around the Cheetah cache growing forever when including files that change. \ No newline at end of file diff --git a/install.py b/install.py index 2ddacc8..51124a9 100644 --- a/install.py +++ b/install.py @@ -12,7 +12,7 @@ import configobj from weecfg.extension import ExtensionInstaller -VERSION = "1.1.1-rc03" +VERSION = "1.1.1 EXTENSION_CONFIG = """ [StdReport]