Skip to content

Commit 9865f38

Browse files
author
nkl-kst
authored
Merge pull request #8 from nkl-kst/dev
Version 1.1.0
2 parents 7e3b7ba + 820c749 commit 9865f38

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# MMM-RBB-Weather Change Log
2+
23
All notable changes to this project will be documented in this file.
34
This project adheres to [Semantic Versioning](http://semver.org/).
45

6+
---
7+
8+
## [1.1.0] - 2018-10-26
9+
10+
- New minor version with new features (e.g. animated icons), bugfixes etc.
11+
- For future merges this change log should be used consistently
12+
513

6-
## [1.0.0] - Release
14+
## [1.0.0] - 2018-09-21
715

8-
First public release
16+
- First public release

MMM-RBB-Weather.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ table.weather-table td.wind > span {
6060
*/
6161

6262
div.white img.weather-icon,
63-
table.weather-table td.weather-icon {
63+
div.white td.weather-icon {
6464
filter: brightness(0) invert(1);
6565
}

node_helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = NodeHelper.create({
8181
* @return {Promise} Promise resolved with xml parsed as object
8282
*/
8383
fetchDayData: function(day) {
84-
Logger.log(`Fetch data for day "${day} ..."`);
84+
Logger.log(`Fetch data for day "${day}" ...`);
8585

8686
return new Promise((resolve, reject) => {
8787

0 commit comments

Comments
 (0)