Skip to content

Commit

Permalink
prepare 0.24.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Nov 25, 2023
1 parent a064d4f commit 8cb82aa
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8cb82aa

Please sign in to comment.