Releases: bimmerconnected/bimmer_connected
Releases · bimmerconnected/bimmer_connected
0.16.0 Beta 1
Breaking change
Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json
(Mac and Linux) or C:\Users\username\.bimmer_connected.json
(Windows). The file location can be changed using the --oauth-store
parameter.
If you don't want the data stored, use the --disable-oauth-store
parameter.
What’s Changed
0.15.3
0.15.2
0.15.1
0.15.0
What’s Changed
- Change vehicle FRONTSIDE image (#604) @rikroe
- Move extras_require to setup.cfg (#601) @cdce8p
- Change readthedocs link to stable (#600) @rikroe
- Update docs on using the library fingerprints in HA (#599) @rikroe
- Disable default debug logging, allow status for one VIN only (#598) @rikroe
- Refactor vehicle init (#592) @rikroe
- Adjust URLs (#591) @rikroe
- Update VIN regex (#593) @rikroe
- Fix non-strings in sendpoi (#590) @rikroe