Added feels like and kmph wind for currentweather module

This commit is contained in:
Pranav Sethi
2018-03-12 05:06:16 -04:00
parent b9b9773df9
commit 7285ada9dd
3 changed files with 12 additions and 2 deletions

View File

@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.4.0] - Unreleased
### Added
- Add two new configuration options for currentweather module.
- `showFeelsLike`: Shows how it actually feels like (wind chill or heat index)
- `useKMPHwind`: adds an option to see wind speed in Kmph instead of just m/s or Beaufort
## [2.3.0] - Unreleased
### Added