From 5c4d1c025924755c20da29e0b08c97bbf17eee8d Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Sat, 14 Jan 2017 15:37:32 -0500 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c1d13d..4fc72060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Installer: Use init config.js from config.js.sample. - Switched out `rrule` package for `rrule-alt` in order to improve calendar issues. (Experimental: [#565](https://github.com/MichMich/MagicMirror/issues/565)) -- Make mouse events pass through the region fullscreen_above to modules below. +- Make mouse events pass through the region fullscreen\_above to modules below. ### Added - Add loaded function to modules, providing an async callback. @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add use pm2 for manager process into Installer RaspberryPi script - Russian Translation - Afrikaans Translation +- Add postinstall script to notify user that MagicMirror installed successfully despite warnings from NPM. ### Fixed - Update .gitignore to not ignore default modules folder.