Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed May 5, 2023
1 parent 737b313 commit e5dadc6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.7.0] - 2023-05-05

- Clear browsing data at startup (can be disabled with the `-k` flag. See `tesla_auth --help`)

## [0.6.3] - 2023-03-15

- Allow opening the dev tools in release mode
Expand Down Expand Up @@ -74,6 +78,7 @@

## [0.1.0] - 2021-09-17

[0.7.0]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.3...v0.7.0
[0.6.3]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/adriankumpf/tesla_auth/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tesla_auth"
version = "0.6.3"
version = "0.7.0"
description = "Tesla token generator"
homepage = "https://github.com/adriankumpf/tesla_auth"
repository = "https://github.com/adriankumpf/tesla_auth"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ Multi-factor authentication (MFA) and Captcha are supported.

```plain
❯ tesla_auth --help
Usage: tesla_auth [-d]
Usage: tesla_auth [-d] [-k]
Tesla API tokens generator
Options:
-d, --debug print debug output
-k, --keep-browsing-data
do not clear browsing data at startup to stay logged in
--help display usage information
```

Expand Down

0 comments on commit e5dadc6

Please sign in to comment.