From 22493cdbcba3044095c040f9acbe565778c3c755 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com> Date: Fri, 22 Jul 2022 12:33:02 +0200 Subject: [PATCH] Release 1.27.1 --- CHANGELOG.md | 16 ++++++++++++++-- VERSION | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ad1d73cd..f7d00a4fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## unreleased +## [1.27.1] - 2022-07-22 + +### Improvements and Bug Fixes + +- Add setting to select tire pressure units +- Fix `Protocol 'inet_tcp': register/listen error: econnrefused` error (#2771) +- Bump minimum supported Elixir version to 1.12 +- Improve handling of invalid API tokens + +#### Dashboards + +- Charging Stats: Include SuC geofences to calculate charging cost ## [1.27.0] - 2022-07-15 @@ -47,7 +58,7 @@ If no `ENCRYPTION_KEY` environment variable is provided when running the databas - Drive Stats: Optimize query to estimate mileage calculation (#2464 - @coreGreenberet ) - Locations: Let the gauge scale up to the maximum value (#2647 - @DrMichael) - States: Update States top row panels height (#2487 - @cwanja) -- Timeline: Fix links (#2601 - @DrMichael)) +- Timeline: Fix links (#2601 - @DrMichael) - Trip: Render Trip piechart legend (#2473 - @cwanja) - Migrate dashboards to the new timeseries panels - Change unit of boolean fields @@ -1565,6 +1576,7 @@ New users need to sign in via the web interface. ## [1.0.0] - 2019-07-25 +[1.27.1]: https://github.com/adriankumpf/teslamate/compare/v1.27.0...v1.27.1 [1.27.0]: https://github.com/adriankumpf/teslamate/compare/v1.26.1...v1.27.0 [1.26.1]: https://github.com/adriankumpf/teslamate/compare/v1.26.0...v1.26.1 [1.26.0]: https://github.com/adriankumpf/teslamate/compare/v1.25.2...v1.26.0 diff --git a/VERSION b/VERSION index 5db08bf2dc..08002f86cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.27.0 +1.27.1