Skip to content

Commit

Permalink
prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Oct 6, 2021
1 parent 0515cb8 commit ab8f34d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
## [Unreleased] (Available through Edge Tag)
- No unreleased changes so far

## [0.6.0] - 2021-09-27
## [0.6.0] - 2021-10-06
### Fixed
- Fixed recording of trips
- Fixed lost room assignment in HomeKit setup
- Problems with HomeKit setting climatization correctly
- Small improvements on Grafana Dashboards
- Fixed 32Bit ARM docker image building

### Changed
- Updated API to 0.20.14
- Updated API to 0.21.0

### Added
- collecting errors in database for future visualization
- Possibility to correct recorded data and add missing information
- Status page car images now displays badges indicating lock/charging/etc
- Possiblity to configure logging output format
- Added time in logging
Expand Down
4 changes: 2 additions & 2 deletions vwsfriend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
weconnect~=0.20.16.dev3
weconnect~=0.21.0
HAP-python[QRCode]~=4.2.1
pypng~=0.0.21
sqlalchemy~=1.4.25
psycopg2-binary~=2.9.1
requests~=2.26.0
flask~=2.0.1
flask~=2.0.2
flask_wtf~=0.15.1
flask_sqlalchemy~=2.5.1
alembic~=1.7.3

0 comments on commit ab8f34d

Please sign in to comment.