From 5d22dbd99e6fa008e8e41757f96640de48784f72 Mon Sep 17 00:00:00 2001 From: fewieden Date: Sat, 5 Jan 2019 10:26:13 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34cbf9f..07c92069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed unhandled error on bad git data in updatenotiifcation module [#1285](https://github.com/MichMich/MagicMirror/issues/1285). - Weather forecast now works with openweathermap in new weather module. Daily data are displayed, see issue [#1504](https://github.com/MichMich/MagicMirror/issues/1504). +### New weather module +- Fixed weather forecast table display. +- Dimmed loading indicator for weather forecast. +- Implemented config option `decimalSymbol`. +- Aligned indoor values in current weather vertical. +- Added humidity support to nunjuck unit filter. +- Do not display degree symbol for temperature in Kelvin. + ## [2.6.0] - 2019-01-01 ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues updating, make sure you are running the latest version of Node.