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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
Hello and thank you for opening an issue.
2
+
3
+
**Please make sure that you have read the following lines before submitting your Issue:**
4
+
1
5
## I'm not sure if this is a bug
2
6
3
7
If you're not sure if it's a real bug or if it's just you, please open a topic on the forum: [https://forum.magicmirror.builders/category/15/bug-hunt](https://forum.magicmirror.builders/category/15/bug-hunt)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,61 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5
5
6
6
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
7
7
8
+
## [2.16.0] - 2021-07-01
9
+
10
+
Special thanks to the following contributors: @210954, @B1gG, @codac, @Crazylegstoo, @daniel, @earlman, @ezeholz, @FrancoisRmn, @jupadin, @khassel, @KristjanESPERANTO, @njwilliams, @oemel09, @r3wald, @rejas, @rico24, Faizan Ahmed.
11
+
12
+
### Added
13
+
14
+
- Added French translations for "MODULE_CONFIG_ERROR" and "PRECIP".
15
+
- Added German translation for "PRECIP".
16
+
- Added Dutch translation for "WEEK", "PRECIP", "MODULE_CONFIG_CHANGED" and "MODULE_CONFIG_ERROR".
17
+
- Added first test for Alert module.
18
+
- Added support for `dateFormat` when not using `timeFormat: "absolute"`.
19
+
- Added custom-properties for colors and fonts for improved styling experience, see `custom.css.sample` file.
20
+
- Added custom-properties for gaps around body and between modules.
21
+
- Added test case for recurring calendar events.
22
+
- Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only).
23
+
- Added list view for newsfeed module.
24
+
- Added dev dependency jest, switching from mocha to jest.
25
+
26
+
### Updated
27
+
28
+
- Bump node-ical to v0.13.0 (now last runtime dependency using deprecated `request` package is removed).
29
+
- Use codecov in informational mode.
30
+
- Refactor code into es6 where possible (e.g. var -> let/const).
31
+
- Use node v16 in github workflow (replacing node v10).
32
+
- Moved some files into better suited directories.
33
+
- Update dependencies in package.json, require node >= v12, remove `rrule-alt` and `rrule`.
34
+
- Update dependencies in package.json and migrate husky to v6, fix husky setup in prod environment.
35
+
- Cleaned up error handling in newsfeed and calendar modules for real.
36
+
- Updated default WEATHER module such that a provider can optionally set a custom unit-of-measure for precipitation (`weatherObject.precipitationUnits`).
37
+
- Update documentation.
38
+
- Update jest tests: Reset changes on js/logger.js, mock logger.js in global_vars tests.
39
+
- Update dependencies in package.json.
40
+
41
+
### Removed
42
+
43
+
- Switching from mocha to jest so removed following dev dependencies: chai, chai-as-promised, mocha, mocha-each, mocha-logger.
44
+
45
+
### Fixed
46
+
47
+
- Fix calendar start function logging inconsistency.
48
+
- Fix updatenotification start function logging inconsistency.
49
+
- Checks and applies the showDescription setting for the newsfeed module again.
50
+
- Fix issue with openweathermap not showing current or forecast info when using onecall API.
51
+
- Fix tests in weather module and add one for decimalPoint in forecast.
52
+
- Fix decimalSymbol in the forecast part of the new weather module (#2530).
53
+
- Fix wrong treatment of `appendLocationNameToHeader` when using `ukmetofficedatahub`.
54
+
- Fix alert not recognizing multiple alerts (#2522).
55
+
- Fix fetch option httpsAgent to agent in calendar module (#466).
56
+
- Fix module updatenotification which did not work for repos with many refs (#1907).
57
+
- Fix config check failing when encountering let syntax ("Parsing error: Unexpected token config").
58
+
- Fix calendar debug check.
59
+
- Really run prettier over all files.
60
+
- Fix logger.js after jest changes, use --forceExit running jest.
61
+
- Workaround for dev_console test using getWindowCount.
62
+
8
63
## [2.15.0] - 2021-04-01
9
64
10
65
Special thanks to the following contributors: @EdgardosReis, @MystaraTheGreat, @TheDuffman85, @ashishtank, @buxxi, @codac, @fewieden, @khassel, @klaernie, @qu1que, @rejas, @sdetweil & @thomasrockhu.
0 commit comments