1212
1313#### Documentation
1414
15+ ## [ 1.28.3] - 2024-02-02
16+
17+ ### New features
18+
19+ - Support listening on unix domain socket (#3328 - @PhracturedBlue )
20+ - Added expected finish charging localtime to teslamate overview in web (#3646 - @NirKli )
21+
22+ ### Improvements and bug fixes
23+
24+ - CI: Remove deprecated probot-no-response and update to stale workflow (#3525 - @JakobLichterfeld )
25+ - Fix an issue when car is could enter sleep mode while dog mode is enabled (#3538 - @NirKli )
26+ - Handle stream getting the message "Vehicle is offline" and change the state to offline in vehicle (#3508 - @micves )
27+ - fix: use product api endpoint to fetch vehicles (#3630 - @brianmay and @JakobLichterfeld )
28+
29+ #### Dashboards
30+
31+ - Update locations.json with car selector (@DrMichael )
32+ - Fix Odometer_mi charger dashboard (#3534 - @mechoriet )
33+ - Update charges.json: reenable cost per kWh re added (#3544 - @DrMichael )
34+ - Improve Battery health derived efficiency estimations and Fix error divided by zero (#3593 - @jheredianet )
35+ - Battery Health - Improve performance & adjust queries to handle empty or null data (#3627 - @jheredianet )
36+ - charging-stats: map - add charges count and move label (#3625 - @fmossott )
37+
38+ #### Translations
39+
40+ - fix: translation Update default.po for simplified chinese (#3600 - @ycjcl868 )
41+ - Improvements for Spanish translations (#3610 - @jheredianet )
42+
43+ #### Documentation
44+
45+ - Node-RED required modules should be saved under /data (#3623 - @ToniA )
46+ - Use recommended format for Home Assistant MQTT sensor configuration (#3344 )
47+ - Update projects.md with TeslaBox (#3542 - @mluggy )
48+ - update tesla-youq project (#3547 - @brchri )
49+ - doc: Fix TPMS sensor names to match binary_sensor.yaml (#3613 - @kenni )
50+ - update docker-compose.yml for Docker Compose version v2.24.1 (#3626 - @realJustinLee )
51+
1552## [ 1.28.2] - 2023-11-27
1653
1754### New features
@@ -58,7 +95,7 @@ Note: First release as @teslamate-org organization.
5895- Linting in dashboard links (#3443 - @jlestel )
5996- Update Grafana to 10.1.2 (#3455 - @swiffer )
6097- CI: Build PR images on GHCR, so every PR will have a dedicated dockerfile for testing purpose (#3445 , #3480 , #3481 , #3491 -@jlestel )
61- - Update to Nodejs 20 (#3477 - @PhilThurston )
98+ - Update to Node.js 20 (#3477 - @PhilThurston )
6299- Add credo lint support for static code analysis (#3452 - @brianmay )
63100
64101#### Dashboards
@@ -231,7 +268,7 @@ If no `ENCRYPTION_KEY` environment variable is provided when running the databas
231268- Drive Details: Add elevation summary (#2449 - @coreGreenberet )
232269- Drive Details: Record the tire pressure which was made available by Tesla in the 2022.4 SW release (#2706 - @NirKli )
233270- Drive Details: Set elevation units on axis
234- - Drive Stats: Optimize query to estimate mileage calculation (#2464 - @coreGreenberet )
271+ - Drive Stats: Optimize query to estimate mileage calculation (#2464 - @coreGreenberet )
235272- Locations: Let the gauge scale up to the maximum value (#2647 - @DrMichael )
236273- States: Update States top row panels height (#2487 - @cwanja )
237274- Timeline: Fix links (#2601 - @DrMichael )
@@ -1517,7 +1554,7 @@ superuser rights (temporarily):
15171554- Rollback the " Time to Try Sleeping" setting to previous pre v1.5 value (21 min) to play it safe
15181555
15191556 ** Note to Model 3 owners and everyone who likes to tweak things a bit** : most
1520- cars seem to handle a value of 12min just fine. Doing so reduces the
1557+ cars seem to handle a value of 12 min just fine. Doing so reduces the
15211558 likelihood of potential data gaps. Just keep an eye on your car afterwards to
15221559 see if it still goes into sleep mode.
15231560
@@ -1692,7 +1729,7 @@ New users need to sign in via the web interface.
16921729
16931730# # [1.3.0] - 2019-07-29
16941731
1695- # ### Changed
1732+ # ## Changed
16961733
16971734- Fix / inverse efficiency calculation: if distance traveled is less than the
16981735 ideal rated distance the efficiency will now be lower than 100% and vice-versa.
@@ -1701,25 +1738,25 @@ New users need to sign in via the web interface.
17011738
17021739# # [1.2.0] - 2019-07-29
17031740
1704- # ### Added
1741+ # ## Added
17051742
17061743- Add psql conversion helper functions (** via database migration** )
17071744- Report imperial metrics
17081745
17091746 ** Important: please re-import the Grafana Dashboards after restarting TeslaMate**
17101747
1711- # ### Fixed
1748+ # ## Fixed
17121749
17131750- Remove TZ environment variable from Dockerfile
17141751
17151752# # [1.1.1] - 2019-07-27
17161753
1717- # ### Changed
1754+ # ## Changed
17181755
17191756- Upgrade tesla_api
17201757- Upgrade Phoenix LiveView
17211758
1722- # ### Fixed
1759+ # ## Fixed
17231760
17241761- Fix a few english translations in the en dashboards
17251762- Remove ` DATABASE_PORT` from docker-compose example
@@ -1728,22 +1765,22 @@ New users need to sign in via the web interface.
17281765
17291766# # [1.1.0] - 2019-07-27
17301767
1731- # ### Added
1768+ # ## Added
17321769
17331770- Support custom database port through ` DATABASE_PORT` environment variable
17341771- Add entrypoint to handle db migration
17351772
1736- # ### Changed
1773+ # ## Changed
17371774
17381775- Replace ` node-sass` with ` sass` to speed up compilation
17391776
1740- # ### Fixed
1777+ # ## Fixed
17411778
17421779- Update README.md to fix resume and suspend logging PUT requests.
17431780
17441781# # [1.0.1] - 2019-07-26
17451782
1746- # ### Changed
1783+ # ## Changed
17471784
17481785- Set unique :id to support multiple vehicles
17491786- Reduce default pool size to 5
@@ -1752,9 +1789,10 @@ New users need to sign in via the web interface.
17521789
17531790# # [1.0.0] - 2019-07-25
17541791
1755- [unreleased]: https://github.com/teslamate-org/teslamate/compare/v1.28.2...HEAD
1756- [unreleased]: https://github.com/teslamate-org/teslamate/compare/v1.28.1...v1.28.2
1757- [1.28.0]: https://github.com/teslamate-org/teslamate/compare/v1.28.0...v1.28.1
1792+ [unreleased]: https://github.com/teslamate-org/teslamate/compare/v1.28.3...HEAD
1793+ [1.28.3]: https://github.com/teslamate-org/teslamate/compare/v1.28.2...v1.28.3
1794+ [1.28.2]: https://github.com/teslamate-org/teslamate/compare/v1.28.1...v1.28.2
1795+ [1.28.1]: https://github.com/teslamate-org/teslamate/compare/v1.28.0...v1.28.1
17581796[1.28.0]: https://github.com/teslamate-org/teslamate/compare/v1.27.4...v1.28.0
17591797[1.27.4]: https://github.com/adriankumpf/teslamate/compare/v1.27.3...v1.27.4
17601798[1.27.3]: https://github.com/adriankumpf/teslamate/compare/v1.27.2...v1.27.3
0 commit comments