Skip to content

Commit

Permalink
Merge pull request #8 from nkl-kst/dev
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
nkl-kst authored Oct 26, 2018
2 parents 7e3b7ba + 820c749 commit 9865f38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion MMM-RBB-Weather.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
2 changes: 1 addition & 1 deletion node_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {

Expand Down

0 comments on commit 9865f38

Please sign in to comment.