CHANGED: The Weather Forecast module by default displays the ° symbol after every numeric value to be consistent with the Current Weather module.

This commit is contained in:
György Balássy
2018-12-14 11:32:58 +01:00
parent f38203ef62
commit f0c516e82d
3 changed files with 11 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Screenshot for the weather forecast module
- Portuguese translation for "Feels"
- Fading for dateheaders timeFormat in Calendar [#1464](https://github.com/MichMich/MagicMirror/issues/1464)
- Documentation for the existing `scale` option in the Weather Forecast module.
### Fixed
- Allow to parse recurring calendar events where the start date is before 1900
@@ -30,6 +31,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Updated
- The default calendar setting `showEnd` is changed to `false`.
### Changed
- The Weather Forecast module by default displays the ° symbol after every numeric value to be consistent with the Current Weather module.
## [2.5.0] - 2018-10-01
### Added