From 8cb82aa1e60a0fbcf61d4eec39e8540bd59cb248 Mon Sep 17 00:00:00 2001 From: Till Steinbach Date: Sat, 25 Nov 2023 11:27:27 +0100 Subject: [PATCH] prepare 0.24.0 release --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d901fa..914a38a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] (Available through Edge Tag) - No unreleased changes so far +## [0.24.0] - 2023-11-25 +### Added +- Support for python 3.12 added +- Support for battery temperature on supported vehicles (will be logged to the database - and shown in the future, also new Temperature Sensor in Apple Home) +- Flashing of Indicator lights now possible via Apple Home (displayed as a Light Switch) + +### Fixed +- Trip agent will now record trips later when during startup no parking position was available + +### Changed +- Updated API to 0.59.5 +- Updated Grafana to 10.1.2 +- Various dependencies updated +- Improved behaviour when 429 errors (too many requests) are reported + ## [0.23.11] - 2023-07-14 ### Fixed - Fixes problem where VWsFriend was unresponsive @@ -652,7 +667,8 @@ This is a complete rewrite of VWsFriend using a self developed API. It drops ioB ## [0.1.0] - 2021-04-22 Initial release to enable "latest" tag on dockerhub -[unreleased]: https://github.com/tillsteinbach/VWsFriend/compare/v0.23.11...HEAD +[unreleased]: https://github.com/tillsteinbach/VWsFriend/compare/v0.24.0...HEAD +[0.24.0]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.24.0 [0.23.11]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.23.11 [0.23.10]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.23.10 [0.23.9]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.23.9