|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | This project adheres to [Semantic Versioning](https://semver.org/). |
5 | 5 |
|
6 | | -❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² |
| 6 | +❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror². |
| 7 | + |
| 8 | +## [2.18.0] - 2022-01-01 |
| 9 | + |
| 10 | +Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @jupadin, @khassel, @kolbyjack, @KristjanESPERANTO, @MariusVaice, @rejas, @rico24 and @sdetweil. |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Added test for calendar recurring event with checks the correct date displayed (related to #2752). |
| 15 | + |
| 16 | +### Updated |
| 17 | + |
| 18 | +- ESLint version supports now ECMAScript 2018. |
| 19 | +- Cleaned up `updatenotification` module and switched to nunjuck template. |
| 20 | +- Moved calendar tests from category `electron` to `e2e`. |
| 21 | +- Update missed translations for Korean language (ko.json). |
| 22 | +- Update missed translations for Dutch language (nl.json). |
| 23 | +- Cleaned up `alert` module and switched to nunjuck template. |
| 24 | +- Moved weather tests from category `electron` to `e2e`. |
| 25 | +- Updated github actions. |
| 26 | +- Replace spectron with playwright, update dependencies including electron update to v16. |
| 27 | +- Added lithuanian language to translations.js. |
| 28 | +- Show info message if newsfeed is empty (fixes #2731). |
| 29 | +- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712). |
| 30 | +- Added missing shebang to `installers/mm.sh`. |
| 31 | +- Node versions in templates and github workflows. |
| 32 | + |
| 33 | +### Fixed |
| 34 | + |
| 35 | +- Fixed wrong file `kr.json` to `ko.json`. Use language code 'ko' instead of 'kr' for Korean language. |
| 36 | +- Fixed `feels_like` data from openweathermaps current weather being ignored (#2678). |
| 37 | +- Fixed chaotic newsfeed display after network connection loss thanks to @jalibu (#2638). |
| 38 | +- Fixed incorrect time zone correction of recurring full day events (#2632 and #2634). |
| 39 | +- Fixed e2e tests by increasing testTimeout. |
| 40 | +- Revert node-ical update due to missing luxon package. |
| 41 | +- Fixed User-Agent-Header for newsfeed and calendar module (#2729). |
| 42 | +- Replace broken shields in Readme and use https for links. |
| 43 | +- Fixed electron tests with retry. |
| 44 | +- Fixed Calendar recurring cross timezone error (add/subtract a day, not just offset hours) (#2632). |
| 45 | +- Fixed Calendar showEnd and Full Date overlay (#2629). |
| 46 | +- Fixed regression on #2632, #2752. |
| 47 | +- Broadcast custom symbols in CALENDAR_EVENTS. |
7 | 48 |
|
8 | 49 | ## [2.17.1] - 2021-10-01 |
9 | 50 |
|
10 | 51 | ### Fixed |
11 | 52 |
|
12 | 53 | - Fixed error when accessing letsencrypt certificates |
| 54 | +- Fixed Calendar module enhancement: displaying full events without time (#2424) |
13 | 55 |
|
14 | 56 | ## [2.17.0] - 2021-10-01 |
15 | 57 |
|
|
0 commit comments