diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a65ac..06234e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # MMM-RBB-Weather Change Log + All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +--- + +## [1.1.0] - 2018-10-26 + +- New minor version with new features (e.g. animated icons), bugfixes etc. +- For future merges this change log should be used consistently + -## [1.0.0] - Release +## [1.0.0] - 2018-09-21 -First public release +- First public release diff --git a/MMM-RBB-Weather.css b/MMM-RBB-Weather.css index d7c3a17..0739201 100644 --- a/MMM-RBB-Weather.css +++ b/MMM-RBB-Weather.css @@ -60,6 +60,6 @@ table.weather-table td.wind > span { */ div.white img.weather-icon, -table.weather-table td.weather-icon { +div.white td.weather-icon { filter: brightness(0) invert(1); } diff --git a/node_helper.js b/node_helper.js index 0d2f890..453489c 100644 --- a/node_helper.js +++ b/node_helper.js @@ -81,7 +81,7 @@ module.exports = NodeHelper.create({ * @return {Promise} Promise resolved with xml parsed as object */ fetchDayData: function(day) { - Logger.log(`Fetch data for day "${day} ..."`); + Logger.log(`Fetch data for day "${day}" ...`); return new Promise((resolve, reject) => {