From 69b7c96284f2287393a5700d8a7afd797feb914a Mon Sep 17 00:00:00 2001 From: Adrian Kumpf Date: Tue, 26 Nov 2019 17:30:38 +0100 Subject: [PATCH] Bump version to 1.13.1 --- CHANGELOG.md | 19 ++++++++++++++++++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1704d13b..46d11856fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.13.1] - 2019-11-26 + +### Enhancements + +Add a database column that will allow tracking charge costs: + +- Merge 20191117042320_add_cost_field_to_charges.exs (Charge Cost field) ([#258](https://github.com/adriankumpf/teslamate/pull/258) by [@ngardiner](https://github.com/ngardiner)) +- Grafana Dashboard Integration for Charge Cost ([#273](https://github.com/adriankumpf/teslamate/pull/273) by [@ngardiner](https://github.com/ngardiner)) + +Note: There is no charging cost interface either manual or automatic at this point but there will be in the future. + +### Bug Fixes + +- Downgrade the Grafana docker image to v6.3.7 because there are still issues with ARM-compatible images +- Fix an issue where the selected car was not displayed when opening the drive or charging details + ## [1.13.0] - 2019-11-25 ### New Features @@ -573,7 +589,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.13.0...HEAD +[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.13.1...HEAD +[1.13.1]: https://github.com/adriankumpf/teslamate/compare/v1.13.0...v1.13.1 [1.13.0]: https://github.com/adriankumpf/teslamate/compare/v1.12.2...v1.13.0 [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 diff --git a/README.md b/README.md index c0cd14217a..2b27b3a50a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A powerful, self-hosted data logger for your Tesla. ## Quick Start -The recommended way to install and run TeslaMate is to use Docker. Create a file called `docker-compose.yml` with the following content: +The recommended way to install and run TeslaMate is to use [Docker](https://dev.to/rohansawant/installing-docker-and-docker-compose-on-the-raspberry-pi-in-5-simple-steps-3mgl). Create a file called `docker-compose.yml` with the following content: **docker-compose.yml** diff --git a/mix.exs b/mix.exs index fb4680262f..f268afc206 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TeslaMate.MixProject do def project do [ app: :teslamate, - version: "1.13.0", + version: "1.13.1", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),