Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Aug 12, 2024
1 parent 3e65d05 commit 02b8bd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/jas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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. """
Expand Down
10 changes: 9 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import configobj
from weecfg.extension import ExtensionInstaller

VERSION = "1.1.1-rc03"
VERSION = "1.1.1

EXTENSION_CONFIG = """
[StdReport]
Expand Down

0 comments on commit 02b8bd7

Please sign in to comment.