Merge branch 'develop' into mm-install

This commit is contained in:
Michael Teeuw
2022-07-28 15:29:37 +02:00
committed by GitHub
5 changed files with 24 additions and 5 deletions

View File

@@ -11,13 +11,17 @@ _This release is scheduled to be released on 2022-10-01._
## Added
- new scripts `install-mm` (and `install-mm:dev`) for simplifying mm installation (now: `npm run install-mm`) and adding params `--no-audit --no-fund --no-update-notifier` for less noise.
- New scripts `install-mm` (and `install-mm:dev`) for simplifying mm installation (now: `npm run install-mm`) and adding params `--no-audit --no-fund --no-update-notifier` for less noise.
- New `showTimeToday` option in calendar module shows time for current-day events even if `timeFormat` is `"relative"`
## Updated
- Removed DAYAFTERTOMORROW from English
## Fixed
- Broadcast all calendar events while still honoring global and per-calendar maximumEntries.
- Respect rss ttl provided by newsfeed (#2883).
## [2.20.0] - 2022-07-02