Update CHANGELOG

This commit is contained in:
veeck 2022-03-22 20:49:07 +01:00
parent b72cb52a71
commit af5eb3447f

View File

@ -34,6 +34,7 @@ _This release is scheduled to be released on 2022-04-01._
- Using a consistent spelling of MagicMirror². - Using a consistent spelling of MagicMirror².
- Fix minor console output issue for loading translations (#2814). - Fix minor console output issue for loading translations (#2814).
- Don't adjust startDate for full day events if endDate is in the past - Don't adjust startDate for full day events if endDate is in the past
- Fix windspeed conversion error in openweathermap provider. (#2812)
## [2.18.0] - 2022-01-01 ## [2.18.0] - 2022-01-01
@ -283,7 +284,7 @@ Special thanks to the following contributors: @Alvinger, @AndyPoms, @ashishtank,
- Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155) - Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155)
- Add a space after icons of sunrise and sunset. (#2169) - Add a space after icons of sunrise and sunset. (#2169)
- Fix calendar when no DTEND record found in event, startDate overlay when endDate set. (#2177) - Fix calendar when no DTEND record found in event, startDate overlay when endDate set. (#2177)
- Fix windspeed convertion error in ukmetoffice weather provider. (#2189) - Fix windspeed conversion error in ukmetoffice weather provider. (#2189)
- Fix console.debug not having timestamps. (#2199) - Fix console.debug not having timestamps. (#2199)
- Fix calendar full day event east of UTC start time. (#2200) - Fix calendar full day event east of UTC start time. (#2200)
- Fix non-fullday recurring rule processing. (#2216) - Fix non-fullday recurring rule processing. (#2216)