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: CHANGELOG.md
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,34 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
-
---
7
-
8
6
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core.
9
7
8
+
## [2.10.0] - 2020-01-01
9
+
10
+
ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`.
11
+
12
+
### Added
13
+
- Timestamps in log output.
14
+
- Padding in dateheader mode of the calendar module.
15
+
- New upgrade script to help users consume regular updates installers/upgrade-script.sh.
16
+
- New script to help setup pm2, without install installers/fixuppm2.sh.
17
+
18
+
### Updated
19
+
- Updated lower bound of `lodash` and `helmet` dependencies for security patches.
20
+
- Updated compliments.js to handle newline in text, as textfields to not interpolate contents.
21
+
- Updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes.
22
+
- Improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option.
23
+
- Improved run-start.sh to handle for serveronly mode, by choice, or when electron not available.
24
+
- Only check for xwindows running if not on macOS.
25
+
26
+
### Fixed
27
+
- Fixed issue in weatherforecast module where predicted amount of rain was not using the decimal symbol specified in config.js.
28
+
- Module header now updates correctly, if a module need to dynamically show/hide its header based on a condition.
29
+
- Fix handling of config.js for serverOnly mode commented out.
30
+
- Fixed issue in calendar module where the debug script didn't work correctly with authentication
31
+
- Fixed issue that some full day events were not correctly recognized as such
32
+
- Display full day events lasting multiple days as happening today instead of some days ago if they are still ongoing
33
+
10
34
## [2.9.0] - 2019-10-01
11
35
12
36
ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues running Electron, make sure your [Raspbian is up to date](https://www.raspberrypi.org/documentation/raspbian/updating.md).
If there are changes you have made, they will be listed, and u will have the opportunity to save your work
187
190
191
+
The script will also update the dependencies of any active modules
192
+
If there are update issues, please come to the forums for help
188
193
## Community
189
194
190
195
The community around the MagicMirror² is constantly growing. We even have a [forum](https://forum.magicmirror.builders) now where you can share your ideas, ask questions, help others and get inspired by other builders. We would love to see you there!
@@ -222,7 +227,7 @@ A real Manifesto is still to be written. Till then, Michael's response on [one o
222
227
>
223
228
>Of course, a bundled version can be complimentary to the regular un-bundled version. And I'm sure a lot of (new) users will opt for the bundled version. But this means those users won't be motivated to take a peek under the hood. They will just remain 'users'. They won't become contributors, and worse: they won't be motivated to take their first steps in software development.
224
229
>
225
-
>And to be honest: motivating curious users to step out of their comfort zone and take those first steps is what drives me in this project. Therefor my ultimate goal is this project is to keep it as accessible as possible."
230
+
>And to be honest: motivating curious users to step out of their comfort zone and take those first steps is what drives me in this project. Therefore my ultimate goal is this project is to keep it as accessible as possible."
0 commit comments