You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I felt like adding a spell checker, but it's okay if you find it
superfluous. At least then we could fix the found spell issues.
What is still missing is an automatic integration so that the spell
checker does not have to be called manually. Would it perhaps make sense
to always do it before a release?
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ _This release is scheduled to be released on 2024-10-01._
11
11
12
12
### Added
13
13
14
+
-[core] Add spelling check (cspell): `npm run test:spelling` and handle spelling issues
15
+
14
16
### Removed
15
17
16
18
-[core] removed installer only files (#3492)
@@ -59,7 +61,7 @@ Thanks to: @btoconnor, @bugsounet, @JasonStieber, @khassel, @kleinmantara and @W
59
61
60
62
### Fixed
61
63
62
-
-[core] Fixed crash possibility if `module: <name>` is not defined and on `postion: <positon>` mistake (#3445)
64
+
-[core] Fixed crash possibility if `module: <name>` is not defined and on `position: <position>` mistake (#3445)
63
65
-[weather] Fixed precipitationProbability in forecast for provider openmeteo (#3446)
64
66
-[weather] Fixed type=daily for provider openmeteo having no data when running after 23:00 (#3449)
65
67
-[weather] Fixed type=daily for provider openmeteo showing nightly icons in forecast when current time is "nightly" (#3458)
@@ -98,7 +100,7 @@ For more info, please read the following post: [A New Chapter for MagicMirror: T
98
100
99
101
### Fixed
100
102
101
-
- Correct apibase of weathergov weatherprovider to match documentation (#2926)
103
+
- Correct apiBase of weathergov weatherProvider to match documentation (#2926)
102
104
- Worked around several issues in the RRULE library that were causing deleted calender events to still show, some
103
105
initial and recurring events to not show, and some event times to be off an hour. (#3291)
104
106
- Skip changelog requirement when running tests for dependency updates (#3320)
@@ -164,8 +166,8 @@ This release also marks the latest release by Michael Teeuw. For more info, plea
164
166
- Fix issue template (#3167)
165
167
- Fix #3256 filter out bad results from rrule.between
166
168
- Fix calendar events sometimes not respecting deleted events (#3250)
167
-
- Fix electron loadurl locally on Windows when address "0.0.0.0" (#2550)
168
-
- Fix updatanotification (update_helper.js): catch error if response is not an JSON format (check PM2)
169
+
- Fix electron loadURL locally on Windows when address "0.0.0.0" (#2550)
170
+
- Fix updatenotification (update_helper.js): catch error if response is not an JSON format (check PM2)
169
171
- Fix missing typeof in calendar module
170
172
- Fix style issues after prettier update
171
173
- Fix calendar test (#3291) by moving "Exdate check" from e2e to electron to run on a Thursday
@@ -423,7 +425,7 @@ Special thanks to the following contributors: @eouia, @khassel, @kolbyjack, @Kri
423
425
424
426
### Added
425
427
426
-
- 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).
428
+
- 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/defaults.js` which is useful e.g. if you want to embed MagicMirror into another website (solves #2847).
427
429
- Show endDate for calendar events when dateHeader is enabled and showEnd is set to true (#2192).
428
430
- Added the notification emitting from the weather module on information updated.
429
431
- Use recommended file extension for YAML files (#2864).
@@ -472,7 +474,7 @@ Special thanks to the following contributors: @10bias, @CFenner, @JHWelch, @k1rd
472
474
- Fix minor console output issue for loading translations (#2814).
473
475
- Don't adjust startDate for full day events if endDate is in the past.
474
476
- Fix windspeed conversion error in openweathermap provider. (#2812)
475
-
- Fix conflicting parms turning off showEnd for full day events. (#2629)
477
+
- Fix conflicting parameter turning off showEnd for full day events. (#2629)
476
478
- Fix regression, calendar.maximumEntries not used to filter calendar level entries (#2868)
477
479
478
480
## [2.18.0] - 2022-01-01
@@ -504,7 +506,7 @@ Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @j
504
506
### Fixed
505
507
506
508
- Fixed wrong file `kr.json` to `ko.json`. Use language code 'ko' instead of 'kr' for Korean language.
507
-
- Fixed `feels_like` data from openweathermaps current weather being ignored (#2678).
509
+
- Fixed `feels_like` data from openweathermap's current weather being ignored (#2678).
508
510
- Fixed chaotic newsfeed display after network connection loss thanks to @jalibu (#2638).
509
511
- Fixed incorrect time zone correction of recurring full day events (#2632 and #2634).
510
512
- Fixed e2e tests by increasing testTimeout.
@@ -541,7 +543,7 @@ Special thanks to the following contributors: @apiontek, @eouia, @jupadin, @khas
541
543
- Updated github templates.
542
544
- Actually test all js and css files when lint script is run.
543
545
- Updated jsdocs and print warnings during testing too.
544
-
- Updated weathergov provider to try fetching not just current, but also foreacst, when API URLs available.
546
+
- Updated weathergov provider to try fetching not just current, but also forecast, when API URLs available.
545
547
- Refactored clock layout.
546
548
- Refactored methods from weather-providers into weatherobject (isDaytime, updateSunTime).
547
549
- Use of `logger.js` in jest tests.
@@ -891,7 +893,7 @@ Special thanks to @sdetweil for all his great contributions!
891
893
### Updated
892
894
893
895
- Updated lower bound of `lodash` and `helmet` dependencies for security patches.
894
-
- Updated compliments.js to handle newline in text, as textfields to not interpolate contents.
896
+
- Updated compliments.js to handle newline in text, as text fields to not interpolate contents.
895
897
- Updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes.
896
898
- Improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option.
897
899
- Improved run-start.sh to handle for serveronly mode, by choice, or when electron not available.
@@ -1112,7 +1114,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
1112
1114
- Fixed close dates to be absolute, if no configured in the config.js - module Calendar
1113
1115
- Fixed the updatenotification module message about new commits in the repository, so they can be correctly localized in singular and plural form.
1114
1116
- Fix for weatherforecast rainfall rounding [#1374](https://github.com/MagicMirrorOrg/MagicMirror/issues/1374)
1115
-
- Fix calendar parsing issue for Midori on RasperryPi Zero w, related to issue #694.
1117
+
- Fix calendar parsing issue for Midori on Raspberry Pi Zero w, related to issue #694.
1116
1118
- Fix weather city ID link in sample config
1117
1119
- Fixed issue with clientonly not updating with IP address and port provided on command line.
1118
1120
@@ -1167,7 +1169,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
1167
1169
- Fixed weatherforecast to use dt_txt field instead of dt to handle timezones better
1168
1170
- Newsfeed now remembers to show the description when `"ARTICLE_LESS_DETAILS"` is called if the user wants to always show the description. [#1282](https://github.com/MagicMirrorOrg/MagicMirror/issues/1282)
1169
1171
-`clientonly/*.js` is now linted, and one linting error is fixed
1170
-
- Fix issue #1196 by changing underscore to hyphen in locale id, in align with momentjs.
1172
+
- Fix issue #1196 by changing underscore to hyphen in locale id, in align with moment.js.
1171
1173
- Fixed issue where heat index and wind chill were reporting incorrect values in Kelvin. [#1263](https://github.com/MagicMirrorOrg/MagicMirror/issues/1263)
1172
1174
1173
1175
### Updated
@@ -1192,7 +1194,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
1192
1194
- Implement Danger.js to notify contributors when CHANGELOG.md is missing in PR.
1193
1195
- Allow scrolling in full page article view of default newsfeed module with gesture events from [MMM-Gestures](https://github.com/thobach/MMM-Gestures)
1194
1196
- Changed 'compliments.js' - Updated DOM if remote compliments are loaded instead of waiting one updateInterval to show custom compliments
1195
-
- Automated unit tests utils, deprecated, translator, cloneObject(lockstrings)
1197
+
- Automated unit tests utils, deprecated, translator, cloneObject(lockStrings)
1196
1198
- Automated integration tests translations
1197
1199
- Add advanced filtering to the excludedEvents configuration of the default calendar module
1198
1200
- New currentweather module config option: `showFeelsLike`: Shows how it actually feels like. (wind chill or heat index)
@@ -1296,7 +1298,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
1296
1298
### Fixed
1297
1299
1298
1300
- Fixed issue with incorrect alignment of analog clock when displayed in the center column of the MM.
1299
-
- Fixed ipWhitelist behaviour to make empty whitelist ([]) allow any and all hosts access to the MM.
1301
+
- Fixed ipWhitelist behavior to make empty whitelist ([]) allow any and all hosts access to the MM.
1300
1302
- Fixed issue with calendar module where 'excludedEvents' count towards 'maximumEntries'.
1301
1303
- Fixed issue with calendar module where global configuration of maximumEntries was not overridden by calendar specific config (see module doc).
1302
1304
- Fixed issue where `this.file(filename)` returns a path with two hashes.
@@ -1401,7 +1403,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
1401
1403
- Added multiple calendar icon support.
1402
1404
- Added tests for Translations, dev argument, version, dev console.
1403
1405
- Added test anytime feature compliments module.
1404
-
- Added test ipwhitelist configuration directive.
1406
+
- Added test ipWhitelist configuration directive.
1405
1407
- Added test for calendar module: default, basic-auth, backward compatibility, fail-basic-auth.
1406
1408
- Added meta tags to support fullscreen mode on iOS (for server mode)
1407
1409
- Added `ignoreOldItems` and `ignoreOlderThan` options to the News Feed module
0 commit comments