mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Prepare release 2.8.0
This commit is contained in:
parent
651be76776
commit
7d58eb718e
23
CHANGELOG.md
23
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/).
|
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.
|
❤️ **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
|
## [2.8.0] - 2019-07-01
|
||||||
|
|
||||||
*This release is scheduled to be released on 2019-07-01.*
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Option to show event location in calendar
|
- 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
|
- Only update clock once per minute when seconds aren't shown
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- fixed uncaught exception, race condition on module update
|
- 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 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)
|
- Allowance HTML5 autoplay-policy (policy is changed from Chrome 66 updates)
|
||||||
- Handle SIGTERM messages
|
- Handle SIGTERM messages
|
||||||
- Fixes sliceMultiDayEvents so it respects maximumNumberOfDays
|
- 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
|
- 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 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
|
## [2.7.1] - 2019-04-02
|
||||||
|
|
||||||
Fixed `package.json` version number.
|
Fixed `package.json` version number.
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.8.0-develop",
|
"version": "2.8.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "magicmirror",
|
"name": "magicmirror",
|
||||||
"version": "2.8.0-develop",
|
"version": "2.8.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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user