Prepare 2.10.0 release.

This commit is contained in:
Michael Teeuw 2020-01-01 21:50:02 +01:00
parent a40f8d5b3a
commit e64870ca58
3 changed files with 5 additions and 8 deletions

View File

@ -5,15 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core.
## [2.10.0] - Unreleased (Develop Branch) ## [2.10.0] - 2020-01-01
*This release is scheduled to be released on 2020-01-01.* **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`.
**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).
### Added ### Added
- Timestamps in log output. - Timestamps in log output.
- Padding in dateheader mode of the calendar module . - Padding in dateheader mode of the calendar module.
- New upgrade script to help users consume regular updates installers/upgrade-script.sh. - New upgrade script to help users consume regular updates installers/upgrade-script.sh.
- New script to help setup pm2, without install installers/fixuppm2.sh. - New script to help setup pm2, without install installers/fixuppm2.sh.
@ -23,7 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes. - Updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes.
- Improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option. - Improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option.
- Improved run-start.sh to handle for serveronly mode, by choice, or when electron not available. - Improved run-start.sh to handle for serveronly mode, by choice, or when electron not available.
- Change Electron version .
- Only check for xwindows running if not on macOS. - Only check for xwindows running if not on macOS.
### Fixed ### Fixed

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.10.0-develop", "version": "2.10.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "magicmirror", "name": "magicmirror",
"version": "2.10.0-develop", "version": "2.10.0",
"description": "The open source modular smart mirror platform.", "description": "The open source modular smart mirror platform.",
"main": "js/electron.js", "main": "js/electron.js",
"scripts": { "scripts": {