0.16.0
github-actions
released this
27 Jul 11:52
·
21 commits
to refs/heads/master
since this release
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
- Updates for MyBMW 4.7.2 (#638) @rikroe
- Add ChargingMode.NO_ACTION (#634) @rikroe
- Improve tests and add version in CLI help output (#630) @rikroe
- CLI: Store OAuth credentials in local file (#626) @rikroe
- Initial support for Toyota Supra (#565) @vanshg
- Update docs (#625) @rikroe
- Add basic CLI tests (#624) @rikroe
- Update of charging sessions and statistics URLs to v2 (#622) @Gr3yh0und