diff --git a/RELEASE.md b/RELEASE.md index 8f477d1a..4d438eef 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,11 @@ # RELEASE NOTES +## v2.8.9 - Animation Auto-Scale + +* Solar Only Support Development - Fix timezone for solar only sites using an offset by @mcbirse in https://github.com/jasonacox/Powerwall-Dashboard/pull/226 +* Add code to power flow animation dashboard panel to auto-scale based on window size by @dkerr64 in https://github.com/jasonacox/Powerwall-Dashboard/discussions/216 and PR https://github.com/jasonacox/Powerwall-Dashboard/pull/228 +* Tools - InfluxDB 2.x updates to instructions and dashboard by @ThePnuts in https://github.com/jasonacox/Powerwall-Dashboard/pull/232 + ## v2.8.8 - pyPowerwall Cache-Control * Upgraded to pyPowerwall v0.6.2 Proxy t25 which fixes Cache-Control no-cache header and adds an option to set max-age, See https://github.com/jasonacox/pypowerwall/blob/main/proxy/RELEASE.md#proxy-t25-21-mar-2023 diff --git a/VERSION b/VERSION index 80803faf..0407d1c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.8 +2.8.9s diff --git a/upgrade.sh b/upgrade.sh index 8a535d99..cc9db9ee 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -4,7 +4,7 @@ set -e # Set Globals -VERSION="2.8.8" +VERSION="2.8.9" CURRENT="Unknown" COMPOSE_ENV_FILE="compose.env" TELEGRAF_LOCAL="telegraf.local"