Skip to content

Commit e64870c

Browse files
committed
Prepare 2.10.0 release.
1 parent a40f8d5 commit e64870c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ This project adheres to [Semantic Versioning](http://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² core.
77

8-
## [2.10.0] - Unreleased (Develop Branch)
8+
## [2.10.0] - 2020-01-01
99

10-
*This release is scheduled to be released on 2020-01-01.*
11-
12-
ℹ️ **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).
10+
ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`.
1311

1412
### Added
1513
- Timestamps in log output.
16-
- Padding in dateheader mode of the calendar module .
14+
- Padding in dateheader mode of the calendar module.
1715
- New upgrade script to help users consume regular updates installers/upgrade-script.sh.
1816
- New script to help setup pm2, without install installers/fixuppm2.sh.
1917

@@ -23,7 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2321
- Updated raspberry.sh installer script to handle new platform issues, split node/npm, pm2, and screen saver changes.
2422
- Improve handling for armv6l devices, where electron support has gone away, add optional serveronly config option.
2523
- Improved run-start.sh to handle for serveronly mode, by choice, or when electron not available.
26-
- Change Electron version .
2724
- Only check for xwindows running if not on macOS.
2825

2926
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
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.10.0-develop",
3+
"version": "2.10.0",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {

0 commit comments

Comments
 (0)