Skip to content

Commit

Permalink
prepare 0.32.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Mar 23, 2022
1 parent 0506935 commit 356c93a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- No unreleased changes so far

## [0.32.0] - in testing
## [0.32.0] - 2022-03-23
### Added
- Added option --with-raw-json-topic that publishes all data as a single json string

Expand Down Expand Up @@ -548,7 +548,8 @@ Send empty message when topic is disabled
## [0.1.0] - 2021-05-27
Initial release

[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.31.1...HEAD
[unreleased]: https://github.com/tillsteinbach/WeConnect-mqtt/compare/v0.32.0...HEAD
[0.32.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.32.0
[0.31.1]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.31.1
[0.31.0]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.31.0
[0.30.2]: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.30.2
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ By default the times coming from the car are UTC isoformat. You can convert time
You can format times in your local format by adding `--timeformat`. This will use the default Date/Time format of your locale setting. If you want to set a specific format use e.g. `--timeformat '%a %d %b %Y %T'`.
If you want to set the date in another language than default on your system use e.g. `--locale de_DE`.

### Raw JSON
If you want to continue working with the whole data you can also enable the topic `weconnect/0/rawjson` by adding `--with-raw-json-topic`. The topic is published on every change of the json string.

## Tested with
- Volkswagen ID.3 Modelyear 2021
- Volkswagen Passat GTE Modelyear 2021
Expand Down

0 comments on commit 356c93a

Please sign in to comment.