Releases: flosoft/TeslaETA
0.6.0
Multi Car support
TeslaETA now supports multiple cars!
By default, this is disabled, but you can enable it by setting the following environment variables:
BACKEND_PROVIDER_MULTICAR="{1:'New Model S', 2:'Evee'}"
Disabling Authentication
You can now disable the built in authentication if you'd like. Please be careful when doing this, as it will result in your location data to be accessible publicly. So only use this if you either have TeslaETA running locally or if you handle authentication via your proxy.
The environment variable to disable authentication is: DISABLE_AUTH=False
What's Changed
- Basic support for multiple cars. by @flosoft in #39
- Fix carid in link creation by @flosoft in #40
- Fix where eta_waypoint_lat/lng were carried over from historical trips by @flosoft in #41
- Bump werkzeug from 3.0.3 to 3.0.6 by @dependabot in #42
- Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #43
Full Changelog: 0.5.1...0.6.0
v0.5.1
- Fixing bugs relating to icons on map page not accurately changing
- Bump mapbox version
- Change map theme to one with traffic information
If you're updating from a version prior to 0.5.0, please note that you will need to change your .env file! See README for details.
Full Changelog: 0.5.0...0.5.1
v0.5.0
Upgrade Notes
Warning
Please note that the .env file changed between versions 0.3.7 and 0.5.0! See the README for details!
TeslaETA now supports TeslaMate as backend on top of TeslaLogger! You will need to use TeslaMateApi for this to work.
Big thanks to @Zegorax for this work!
What's Changed
- Bump setuptools from 65.6.3 to 70.0.0 by @dependabot in #34
- [CORE] Add Teslamate integration by @Zegorax in #35
- [DB] Add ORM for database management by @Zegorax in #36
New Contributors
Full Changelog: 0.3.7...0.5.0
v0.3.7
v0.3.6
Full Changelog: 0.3.5...0.3.6
v0.3.5
Full Changelog: 0.3.4...0.3.5
v0.3.4
What's Changed
- Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #32
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #30
- Bump idna from 3.4 to 3.7 by @dependabot in #26
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #28
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #29
- Bump docker/build-push-action from 5 to 6 by @dependabot in #31
- Bump werkzeug from 2.3.8 to 3.0.3 by @dependabot in #27
Full Changelog: 0.3.3...0.3.4
v0.3.3
What's Changed
- Bump pip from 22.3.1 to 23.3 by @dependabot in #23
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #21
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #24
- Bump werkzeug from 2.3.3 to 2.3.8 by @dependabot in #25
Full Changelog: 0.3.2...0.3.3
v0.3.2
What's Changed
- Bump docker/metadata-action from 4 to 5 by @dependabot in #15
- Bump docker/login-action from 2 to 3 by @dependabot in #16
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #17
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #18
- Bump docker/build-push-action from 4 to 5 by @dependabot in #19
- Bump urllib3 from 1.26.13 to 1.26.17 by @dependabot in #20
Full Changelog: 0.3.1...0.3.2
v0.3.1
Fixing waypoint routing to not have double route.
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #14
Full Changelog: 0.3...0.3.1