Skip to content

Releases: brchri/tesla-youq

Release v0.2.4

16 Oct 23:00
Compare
Choose a tag to compare
Release v0.2.4 Pre-release
Pre-release

What's Changed

  • chore: add more verbose debug logging, bump go version by @brchri in #25
  • feat: allow only open or close fences by @brchri in #26

Full Changelog: v0.2.3...v0.2.4

Release v0.2.3

11 Oct 23:54
8826a96
Compare
Choose a tag to compare
Release v0.2.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

08 Oct 06:16
490eef2
Compare
Choose a tag to compare
Release v0.2.2 Pre-release
Pre-release

What's Changed

  • feat: add lat lng to op output and thread safety by @brchri in #19
  • feat: add token caching by @brchri in #20

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

11 Aug 17:17
d3a3eab
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release

What's Changed

  • Fixing a spelling issue with the sample configs by @dhnoronha in #16
  • feat: support loading kml files by @brchri in #17

New Contributors

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

07 Aug 02:53
c0459fb
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

IMPORTANT CHANGES

v0.2.0 refactors the yaml schema of the config file to make more sense in the way the geofences are defined. If you are updating to this version from a previous version, you will need to update your config file according to the new schema. Please reference the config.example.yml and config.simple.example.yml files for reference.

What's Changed

  • feat: add support for polygon geofences by @brchri in #15
  • feat: cache myq auth token by @brchri in #15
    • there have recently been an increased number of 401 responses when trying to log in; this should reduce the number of login attempts, and successful login sessions will be used until the session expires

Full Changelog: v0.1.4...v0.2.0

Release v0.1.4

05 Aug 11:31
Compare
Choose a tag to compare
Release v0.1.4 Pre-release
Pre-release

Bug fix: Passing the -d flag to just fetch the MyQ device serials was not working. This has been resolved.

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

28 Jul 02:33
41db571
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

18 Jul 17:10
ac0f57b
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

What's Changed

  • feat: add mqtt auth and tls support by @brchri in #11
  • feat: add support for using teslamate geofences by @brchri in #12
  • chore: update config and readme for v0.1.2 release by @brchri in #13

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

17 Jul 03:10
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

App Changes

  • App has been renamed to Tesla-MyQ by @brchri in #9
  • Removed support for portable app; only Docker images will be supported going forward by @brchri in #4
  • feat: Add retry logic for MQTT connection by @brchri in #4
  • feat: Add version info to binary, accessible with -v,--version flags by @brchri in #4

All Changes

  • feat: Add dockerfile, mqtt retry, and binary version info by @brchri in #4
  • fix: enable docker buildkit to fix github action by @brchri in #5
  • fix: github actions deprecation warnings by @brchri in #6
  • fix: only release on version tag push by @brchri in #8
  • Bump golang.org/x/net from 0.0.0-20210917221730-978cfadd31cf to 0.7.0 by @dependabot in #7
  • chore: rename app to tesla-youq by @brchri in #9
  • feat: add armv7 and arm64 docker images by @brchri in #10

Full Changelog: release-v0.1.0...v0.1.1

Release v0.1.0

11 Jul 20:23
cb9d941
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

What's Included

This release refactors a few things, including how geofence crossing is determined, and also restructures the config.yml to make more sense, with garage doors at the top level and cars identified within them. This is because the myq settings should really be at the garage level, and each garage can house more than one vehicle, so structuring it this way makes more sense.

Because of these changes, THIS IS A BREAKING CHANGE as the app expects a different yaml schema in the config file.

Full Changelog: release-v0.0.3...release-v0.1.0