Skip to content

Releases: DurgNomis-drol/mytoyota

v0.8.1 🌈

29 Mar 18:40
405f7d8
Compare
Choose a tag to compare

⚠ Breaking changes

  • Include year and week as integers in statistical bucket data @joro75 (#145)

πŸ”§ Code enhancements

  • Add more unittests for untested lines of code @joro75 (#142)
  • Exclude a few lines from coverage @joro75 (#143)
  • update linting workflow to include coverage reporting to codecov.io @joro75 (#146)
  • Add more detailed unittests for statistics @joro75 (#138)
  • Create codecov.yml configuration file to relax approving PR @joro75 (#147)
  • Use latest APP version @DurgNomis-drol (#153)
  • Adjust GitHub workflows to also run for v0.7 branch @joro75 (#155)

πŸ› Bug Fixes

  • Do not use arrow/datetime.strptime to prevent embedded python exception @joro75 (#141)
  • New header is now required for accessing some data @DurgNomis-drol (#151)
  • Disable the tests that fail to get the statistics on the begin of the week @joro75 (#154)

πŸ“„ Documentation

  • Remove screenshot related question from issue template @joro75 (#140)

🧱 Dependency Updates

  • Reduce specific version of release-drafter to 5.*.* @joro75 (#137)

v0.7.7 🌈

29 Mar 13:23
53af335
Compare
Choose a tag to compare

Maintance release for the 0.7 branch. This is need for the Home Assistant integration because it hasn't fully transitioned to the new API structure in this library.

A huge thanks goes to @joro75 for creating all the needed PR's when I didn't have the time for it. Long live open source πŸ”₯

πŸ› Bug Fixes

Add additional X-TME-APP-VERSION header to v0.7 branch @joro75 (#156 )

v0.8.0 🌈

04 Feb 12:21
fd69153
Compare
Choose a tag to compare

⚠ Breaking changes

Below PR changes how you would access the vehicle object that you get when calling get_vehicle_status(). It was a mess before hand (Mostly do to me being a very inexperienced dev when I wrote most of this). Please see the models folder to understand how you now can access the data you need.

Also, get_vehicle_status_json() is now also removed. If there is a need, this can be implemented again, but I would recommend accessing data through the Vehicle object instead.

A huge thanks goes out to @joro75 for reviewing a rather big PR to make this change. This will be a big step onto releasing version 1.0. πŸš€

πŸ”§ Code enhancements

🧱 Dependency Updates

v0.7.6 🌈

15 Dec 08:35
ad6b934
Compare
Choose a tag to compare

πŸ› Bug Fixes

🧱 Dependency Updates

v0.7.5 🌈

21 Nov 16:28
c7d76bf
Compare
Choose a tag to compare

🧱 Dependency Updates

v0.7.4 🌈

14 Nov 09:33
130122e
Compare
Choose a tag to compare

πŸ› Bug Fixes

🧱 Dependency Updates

v0.7.3 🌈

06 Nov 11:53
fbdd42c
Compare
Choose a tag to compare

πŸ› Bug Fixes

🧱 Dependency Updates

v0.7.2 🌈

17 Oct 13:03
1eee49c
Compare
Choose a tag to compare

πŸ”§ Code enhancements

πŸ› Bug Fixes

πŸ“„ Documentation

  • Update README.md to reflect changes in retrieval of energy level @joro75 (#71)

🧱 Dependency Updates

v0.7.1 🌈

03 Oct 08:08
d94a405
Compare
Choose a tag to compare

πŸ› Bug Fixes

πŸ“„ Documentation

v0.7.0 🌈

27 Sep 11:41
5701d8a
Compare
Choose a tag to compare

πŸš€ Features

πŸ”§ Code enhancements

πŸ› Bug Fixes

  • Refactor code to support energy attributes with old odometer fallback @DurgNomis-drol (#62)

🧱 Dependency Updates