Commit 9865f38 nkl-kst
authored
File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MMM-RBB-Weather Change Log
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
5
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
+
5
13
6
- ## [ 1.0.0] - Release
14
+ ## [ 1.0.0] - 2018-09-21
7
15
8
- First public release
16
+ - First public release
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ table.weather-table td.wind > span {
60
60
*/
61
61
62
62
div .white img .weather-icon ,
63
- table . weather-table td .weather-icon {
63
+ div . white td .weather-icon {
64
64
filter : brightness (0 ) invert (1 );
65
65
}
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ module.exports = NodeHelper.create({
81
81
* @return {Promise } Promise resolved with xml parsed as object
82
82
*/
83
83
fetchDayData : function ( day ) {
84
- Logger . log ( `Fetch data for day "${ day } ..." ` ) ;
84
+ Logger . log ( `Fetch data for day "${ day } " ...` ) ;
85
85
86
86
return new Promise ( ( resolve , reject ) => {
87
87
You can’t perform that action at this time.
0 commit comments