link issues to changelog

This commit is contained in:
fewieden 2019-01-05 10:32:09 +01:00
parent 5d22dbd99e
commit b79b48baac

View File

@ -22,10 +22,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Weather forecast now works with openweathermap in new weather module. Daily data are displayed, see issue [#1504](https://github.com/MichMich/MagicMirror/issues/1504). - 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 ### New weather module
- Fixed weather forecast table display. - Fixed weather forecast table display [#1499](https://github.com/MichMich/MagicMirror/issues/1499).
- Dimmed loading indicator for weather forecast. - Dimmed loading indicator for weather forecast.
- Implemented config option `decimalSymbol`. - Implemented config option `decimalSymbol` [#1499](https://github.com/MichMich/MagicMirror/issues/1499).
- Aligned indoor values in current weather vertical. - Aligned indoor values in current weather vertical [#1499](https://github.com/MichMich/MagicMirror/issues/1499).
- Added humidity support to nunjuck unit filter. - Added humidity support to nunjuck unit filter.
- Do not display degree symbol for temperature in Kelvin. - Do not display degree symbol for temperature in Kelvin.