changelog

This commit is contained in:
fewieden 2019-01-05 10:26:13 +01:00
parent 5759ed3728
commit 5d22dbd99e

View File

@ -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.