Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: teslamate-org/teslamate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: teslamate-org/teslamate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.2
Choose a head ref
  • 11 commits
  • 18 files changed
  • 1 contributor

Commits on Nov 3, 2019

  1. Remove duplicate

    adriankumpf committed Nov 3, 2019
    Copy the full SHA
    696a4df View commit details

Commits on Nov 4, 2019

  1. Provide docker images for more platforms

    Because why not?
    adriankumpf committed Nov 4, 2019
    2
    Copy the full SHA
    c2a0f93 View commit details

Commits on Nov 5, 2019

  1. Fix topic description

    adriankumpf committed Nov 5, 2019
    Copy the full SHA
    9a04321 View commit details
  2. Make api calls async

    adriankumpf committed Nov 5, 2019
    Copy the full SHA
    0d33b04 View commit details
  3. Update dependencies

    adriankumpf committed Nov 5, 2019
    Copy the full SHA
    84db244 View commit details
  4. Make vehicle fetch async

    adriankumpf committed Nov 5, 2019
    Copy the full SHA
    a23b5f2 View commit details
  5. Fix state inconsistency

    Fixes #226
    adriankumpf committed Nov 5, 2019
    Copy the full SHA
    0d5b211 View commit details
  6. Add screenshot

    adriankumpf committed Nov 5, 2019
    Copy the full SHA
    d36d5d3 View commit details
  7. Copy the full SHA
    0846a20 View commit details

Commits on Nov 6, 2019

  1. Copy the full SHA
    844619f View commit details
  2. Bump version to 1.12.2

    adriankumpf committed Nov 6, 2019
    Copy the full SHA
    0716569 View commit details
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.12.2] - 2019-11-06

### Bug Fixes

- Fix an issue where the "states" graph would not show every drive/charge
- Fix an issue where the application would not start if the vehicle was parked at a place with poor reception
- Remove duplicate table row "Remaining Time"

## [1.12.1] - 2019-11-03

### Enhancements
@@ -536,7 +544,8 @@ New users need to sign in via the web interface.

## [1.0.0] - 2019-07-25

[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.12.1...HEAD
[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.12.2...HEAD
[1.12.2]: https://github.com/adriankumpf/teslamate/compare/v1.12.1...v1.12.2
[1.12.1]: https://github.com/adriankumpf/teslamate/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/adriankumpf/teslamate/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/adriankumpf/teslamate/compare/v1.11.0...v1.11.1
4 changes: 2 additions & 2 deletions assets/package.json
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@
"phoenix_live_view": "file:../deps/phoenix_live_view"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"bulma": "^0.8.0",
"copy-webpack-plugin": "^5.0.4",
Loading