- Added "minimize" menu option to minimize the MM window if using electron
- Added "toggleFullscreen" menu option to toggle full screen mode
- Added "openDevTools" menu option to open the DevTools window.
- Changed method for restarting or stopping the PM2 instance from
exec
to use the PM2 NodeJS module. Note: you must runnpm install
on the module directory to update.
- Added the ability to add a "STOP" menu item to exit the MM process via PM2.
- Added dependency on PM2 NodeJS module for "native" control over the MM PM2 process.
- Added the ability to call menu items after a delay either via dedicated menu item for the delayed action or via notification from another module.
- Example uses: refresh the page after X seconds, or turn off the monitor after X seconds.
- Added the ability to control the menu itself via notifications from other modules. See README for additional details.
- Added support for multiple instances of the module (multiple menus) by setting the
menuName
property in the config for each menu.
First public release