From 7d58eb718eeab7be8b35031a847229b8a3ab36ae Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Mon, 1 Jul 2019 19:06:26 +0200 Subject: [PATCH] Prepare release 2.8.0 --- CHANGELOG.md | 23 +++++++++++------------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 203e4655..7539e104 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). --- -### Updated installer -- give non-pi2+ users (pi0, odroid, jetson nano, mac, windows, ...) option to continue install -- use current username vs hardcoded 'pi' to support non-pi install -- check for npm installed. node install doesn't do npm anymore -- check for mac as part of PM2 install, add install option string -- update pm2 config with current username instead of hard coded 'pi' -- check for screen saver config, "/etc/xdg/lxsession", bypass if not setup ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. -## [2.8.0] - Unreleased - -*This release is scheduled to be released on 2019-07-01.* +## [2.8.0] - 2019-07-01 ### Added - Option to show event location in calendar @@ -45,8 +36,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Only update clock once per minute when seconds aren't shown ### Fixed -- fixed uncaught exception, race condition on module update -- fixed issue [#1696](https://github.com/MichMich/MagicMirror/issues/1696), some ical files start date to not parse to date type +- Fixed uncaught exception, race condition on module update +- Fixed issue [#1696](https://github.com/MichMich/MagicMirror/issues/1696), some ical files start date to not parse to date type - Allowance HTML5 autoplay-policy (policy is changed from Chrome 66 updates) - Handle SIGTERM messages - Fixes sliceMultiDayEvents so it respects maximumNumberOfDays @@ -55,6 +46,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed issues with calendar not displaying one-time changes to repeating events - Updated the fetchedLocationName variable in currentweather.js so that city shows up in the header +### Updated installer +- give non-pi2+ users (pi0, odroid, jetson nano, mac, windows, ...) option to continue install +- use current username vs hardcoded 'pi' to support non-pi install +- check for npm installed. node install doesn't do npm anymore +- check for mac as part of PM2 install, add install option string +- update pm2 config with current username instead of hard coded 'pi' +- check for screen saver config, "/etc/xdg/lxsession", bypass if not setup + ## [2.7.1] - 2019-04-02 Fixed `package.json` version number. diff --git a/package-lock.json b/package-lock.json index e392545f..d812656a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.8.0-develop", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53bb66cb..e6efee6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.8.0-develop", + "version": "2.8.0", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {