Skip to content

Commit 0b21a22

Browse files
committed
Prepare 2.19.0
1 parent 111d75b commit 0b21a22

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55

66
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².
77

8-
## [2.19.0] - Unreleased (Develop Branch)
8+
## [2.19.0] - 2022-04-01
99

10-
_This release is scheduled to be released on 2022-04-01._
10+
Special thanks to the following contributors: @10bias, @CFenner, @JHWelch, @k1rd3rf, @khassel, @kolbyjack, @krekos, @KristjanESPERANTO, @Nerfzooka, @oraclesean, @oscarb, @philnagel, @rejas, @sdetweil, @shin10 and @SiderealArt.
1111

1212
### Added
1313

14-
- Added a config option under the weather module, absoluteDates, providing an option to format weather forecast date output with either absolute or relative dates.
15-
- Added test for new weather forecast absoluteDates porperty.
14+
- Added a config option under the weather module, `absoluteDates`, providing an option to format weather forecast date output with either absolute or relative dates.
15+
- Added test for new weather forecast `absoluteDates` porperty.
1616
- The modules get a class hidden added/removed if they get hidden/shown which will also toggle pointer-events.
1717
- Added new config option `showTitleAsUrl` to newsfeed module. If set, the diplayed title is a link to the article which is useful when running in a browser and you want to read this article.
1818
- Added internal cors proxy to get weather providers working without public proxies (fixes #2714). The new url `http(s)://address:port/cors?url=https://whatever-to-proxy` can be used in other modules too.
@@ -36,7 +36,7 @@ _This release is scheduled to be released on 2022-04-01._
3636
- Improved husky setup not blocking `git commit` if `husky` or `npm` is not installed.
3737
- Using a consistent spelling of MagicMirror².
3838
- Fix minor console output issue for loading translations (#2814).
39-
- Don't adjust startDate for full day events if endDate is in the past
39+
- Don't adjust startDate for full day events if endDate is in the past.
4040
- Fix windspeed conversion error in openweathermap provider. (#2812)
4141
- Fix conflicting parms turning off showEnd for full day events. (#2629)
4242

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.19.0-develop",
3+
"version": "2.19.0",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {

0 commit comments

Comments
 (0)