|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.1 |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +- CHG: Fix upgrade forcing to redeploy the key to the car |
| 8 | + |
3 | 9 | ## 0.1.0 |
4 | 10 |
|
5 | | -### BREAKING CHANGE |
| 11 | +### Changed |
6 | 12 |
|
7 | | -**!!! WARNING WARNING WARNING !!!** |
8 | | -**DO NOT UPGRADE PRIOR TO READ THE BELOW UPGRADE INSTRUCTIONS, SEE AFTER LIST OF CHANGES** |
9 | | -**!!! WARNING WARNING WARNING !!!** |
| 13 | +<p>WARNING WARNING WARNING<br> |
| 14 | +DO NOT UPGRADE PRIOR TO READ THE BELOW UPGRADE INSTRUCTIONS, SEE AFTER LIST OF CHANGES<br> |
| 15 | +WARNING WARNING WARNING</p> |
10 | 16 |
|
11 | | -#### Upgrade Instructions & ${\textsf{\color{red}BREAKING CHANGES}}$ |
| 17 | +- NEW Feature: Support for unlimited cars (VINs + MAC Addrs) |
| 18 | +- NEW Setting: BLE Proximity Detection TTL; helps reduce false negative presence with sporadic BLE advertisement (0 to disable) |
| 19 | +- NEW Feature: Added "debug" entity which sends only one charge amps command: Issue [#19](https://github.com/tesla-local-control/tesla_ble_mqtt_core/issues/19) |
| 20 | +- NEW Feature: Device's cards and buttons are made visible based on logic that takes into account the state of generated keys, sent and accepted public key by the vehicle. |
| 21 | +- NEW Setting: Presence Detection Loop Delay (how often to check the presence of your car(s)) |
| 22 | +- NEW Setting: Toggle to enable/disable Home Assistant Features (Standalone version only) |
| 23 | +- CHG: Improved presence detection reliability (using car's MAC addr and BLE Local Name) |
| 24 | +- CHG: Added retry functionality on MQTT publish failure (service/network issue) |
| 25 | +- CHG: Rename entities for consistency & better wording (see table below) |
| 26 | +- CHG: Code Quality Linting (shellcheck & shfmt) [ @epenet ] |
| 27 | +- CHG: Support bashio::log w/ timestamp (HA add-on) |
| 28 | +- CHG: Reduce logging; Improved colors consistency; More to be removed in next release |
| 29 | +- CHG: Add bluez-deprecated pkg (ciptool hciattach hciconfig hcidump hcitool meshctl rfcomm sdptool) |
| 30 | +- CHG: Refactor MQTT listener; removed blocking event |
| 31 | +- WARNING: [BLE device possible overheating](https://github.com/tesla-local-control/tesla-local-control-addon/issues/27) causing performance issues |
| 32 | + |
| 33 | +#### Upgrade Instructions & **BREAKING CHANGES** |
12 | 34 | - **Before update** save your configuration values (VIN, MAC address and MQTT values) |
13 | 35 | - You will need to adjust your configuration |
14 | 36 | - Now supports **list** of VINS and MAC addresses. |
|
30 | 52 | | heated_seat_right | heater-seat-front-right* | |
31 | 53 | | sw_heater | steering-wheel-heater | |
32 | 54 | \* in preparation "someday" for rear seats |
33 | | - |
34 | | -### Changed |
35 | | - |
36 | | -- NEW Feature: Support for unlimited cars (VINs + MAC Addrs) |
37 | | -- NEW Setting: BLE Proximity Detection TTL; helps reduce false negative presence with sporadic BLE advertisement (0 to disable) |
38 | | -- NEW Feature: Added "debug" entity which sends only one charge amps command: Issue [#19](https://github.com/tesla-local-control/tesla_ble_mqtt_core/issues/19) |
39 | | -- NEW Feature: Device's cards and buttons are made visible based on logic that takes into account the state of generated keys, sent and accepted public key by the vehicle. |
40 | | -- NEW Setting: Presence Detection Loop Delay (how often to check the presence of your car(s)) |
41 | | -- NEW Setting: Toggle to enable/disable Home Assistant Features (Standalone version only) |
42 | | -- CHG: Improved presence detection reliability (using car's MAC addr and BLE Local Name) |
43 | | -- CHG: Added retry functionality on MQTT publish failure (service/network issue) |
44 | | -- CHG: Rename entities for consistency & better wording (see table below) |
45 | | -- CHG: Code Quality Linting (shellcheck & shfmt) [ @epenet contribution TY ] |
46 | | -- CHG: Support bashio::log w/ timestamp (HA add-on) |
47 | | -- CHG: Reduce logging; Improved colors consistency; More to be removed in next release |
48 | | -- CHG: Add bluez-deprecated pkg (ciptool hciattach hciconfig hcidump hcitool meshctl rfcomm sdptool) |
49 | | -- CHG: Refactor MQTT listener; removed blocking event |
50 | | -- WARNING: [BLE device possible overheating](https://github.com/tesla-local-control/tesla-local-control-addon/issues/27) causing performance issues |
51 | 55 |
|
52 | 56 | #### Contributors - Thank you! |
53 | 57 | - @epenet Code Quality Linting |
|
0 commit comments