Skip to content

Commit

Permalink
fix login problem
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Jan 28, 2022
1 parent ed44b5e commit 7ad4348
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@
All notable changes to this project will be documented in this file.

## [Unreleased] (Available through Edge Tag)
- No unreleased changes so far

## [0.14.0] - 2022-01-28
### Fixed
- Login to WeConnect works again after changes on login page
- Homekit does not forget notification and favorit setting anymore

### Added
- Logging can now send mails if an error occurs

### Changed
- Updated API to 0.35.1

## [0.13.1] - 2022-01-24
### Fixed
- Small bugfix in request tracking that will reduce the load of the server running VWsFriend
Expand Down Expand Up @@ -263,7 +273,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.13.1...HEAD
[unreleased]: https://github.com/tillsteinbach/VWsFriend/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.14.0
[0.13.1]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.13.1
[0.13.0]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.13.0
[0.12.0]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion vwsfriend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weconnect[Images]~=0.35.0
weconnect[Images]~=0.35.1
HAP-python[QRCode]~=4.4.0
pypng~=0.0.21
sqlalchemy~=1.4.29
Expand Down

0 comments on commit 7ad4348

Please sign in to comment.