|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- # MMM DynamicWeather Control Change Log
-
- All notable changes to this project will be documented in this file.
-
- The format is based on [Keep a Changelog](http://keepachangelog.com/)
- and this project adheres to [Semantic Versioning](http://semver.org/).
-
- ## [2.14.1] - 2021-04-10
-
- ### Fixed
-
- - Fixed issue #40 with weather animation not changing after API code is different
-
- ## [2.14.0] - 2021-03-22
-
- ### Added
-
- - Removed zIndex option and added opacity as a substitue.
-
- ## [2.13.0] - 2021-03-22
-
- ### Added
-
- - Added sunny effect with multiple images. (added to configuration)
-
- ## [2.12.2] - 2021-02-23
-
- ### Changed
-
- - Applied more logging info and try/catch for error handling.
-
- ## [2.12.1] - 2021-02-19
-
- ### Fixed
-
- - Fixed issue with false value for hideSnowman and hideFlower not working
-
- ## [2.12.0] - 2021-02-19
-
- ### Added
-
- - Added a flower growing animation during rain and a snowman being built during snow
- - Added hideSnowman and hideFlower option (added to configuration)
-
- ## [2.11.0] - 2021-02-19
-
- ### Added
-
- - Winter mix weather effect to show snow and rain at sametime based on current weather
- - Added realisticClouds option (added to configuration)
- - Added particleCount for each effect (added to configuration)
-
- ## [2.10.0] - 2021-02-19
-
- ### Added
-
- - Added lightning effect for weather conditions. Added to alwaysDisplay option and hideLightning option. (added to configuration)
-
- ## [2.9.0] - 2021-02-18
-
- ### Added
-
- - Add min and max speed to effects
-
- ## [2.8.0] - 2021-02-18
-
- ### Added
-
- - Adding effect-one option for sequential
-
- ## [2.7.2] - 2021-02-18
-
- ### Fixed
-
- - Fixed issue with sequential taking twice as long and holiday not being removed the next day
-
- ## [2.7.1] - 2021-02-05
-
- ### Changes
-
- - Cleaned up code, removed unncessary comments and logs, formats, renamed example files
- - Updated module description
-
- ## [2.7.0] - 2021-02-05
-
- ### Added
-
- - Added fog weather effect (added to configuration)
-
- ## [2.6.1] - 2021-02-05
-
- ### Fixed
-
- - Issue with larger images getting cut off has been resovled by changing background to "contain", which will not keep ratio of image
-
- ## [2.6.0] - 2021-02-05
-
- ### Added
-
- - Adding fade duration to slowing hide effects (added to configuration)
-
- ## [2.5.0] - 2021-02-05
-
- ### Added
-
- - Adding recurrence option for effects (added to effect configuration)
-
- ## [2.4.1] - 2021-02-04
-
- ### Added
-
- - Adding sequential option (added to configuration)
-
- ## [2.3.0] - 2021-02-04
-
- ### Added
-
- - Adding min and max weatherCode for effects (added to effect configuration)
-
- ## [2.2.1] - 2021-02-04
-
- ### Added
-
- - Adding Right-Left and Left-Right Directions (added to effect configuration)
-
- ## [2.1.3] - 2021-02-04
-
- ### Fixed
-
- - Minor bugfix where effects don't show with no year and no holidays
-
- ## [2.1.0] - 2021-02-04
-
- ### Added
-
- - Holidays to effects so that they display on a specific holiday date (added to effect configuration)
-
- ### Changed
-
- - Forced weather and holiday requests to finish before display effects
-
- ### Fixed
-
- - Issue with effectDelay not working
- - Issue with weather API being called multiple times
- - Failed requests from weather will no longer break module
-
- ## [2.0.2] - 2021-02-04
-
- ### Fixed
-
- - Minor issue with effects not being displayed on their date
-
- ## [2.0.1] - 2021-02-03
-
- ### Fixed
-
- - Minor issue with effects not having weather code causing them to always display despite having a date
-
- ## [2.0.0] - 2021-02-03
-
- ### Added
-
- - Changelog
- - Custom effects
- - Configuration changes:
- - `locationID` - to work with OpenWeatherMap city IDs
- - `effectDuration` - to display effects for X time
- - `effectDelay` - to wait X time for effects to restart
- - `hideSnow`, `hideRain`, `hideClouds` - to never display certain weather effects
- - Added TypeScript
-
- ### Changed
-
- - Configuration changes:
- - `interval` renamed to `weatherInterval`
- - Weather API changed to use Open Weather Map
-
- ## [1.0.0] - 2021-02-02
-
- ### Initial release of the DynamicWeather module
|