Skip to content

The Missed Deadline Edition

Compare
Choose a tag to compare
@MichMich MichMich released this 02 Jul 11:08
· 294 commits to master since this release
30d5bfe

[2.20.0] - 2022-07-02

Special thanks to the following contributors: @eouia, @khassel, @kolbyjack, @KristjanESPERANTO, @nathannaveen, @naveensrinivasan, @rejas, @rohitdharavath and @sdetweil.

Added

  • Added a new config option httpHeaders used by helmet (see https://helmetjs.github.io/). You can now set own httpHeaders which will override the defaults in js/defauls.js which is useful e.g. if you want to embed MagicMirror into annother website (solves #2847).
  • Show endDate for calendar events when dateHeader is enabled and showEnd is set to true (#2192).
  • Added the notification emitting from the weather module on infromation updated.
  • Use recommended file extention for YAML files (#2864).

Updated

  • Use latest node 18 when running tests on github actions.
  • Update electron to v19 and other dependencies.
  • Use internal fetch function of node instead external node-fetch library if used node version >= v18.
  • Include duplicate events in broadcasts.

Fixed

  • Fix problems with non latin fonds caused by updating to fontsource (fixes #2835).