Releases: Mairu/meteor-electrify
Releases · Mairu/meteor-electrify
v4.0.0: Release 4.0.0
- BREAKING CHANGE remove electron as direct dependency to allow using a self chosen version
- use binaries of meteor project version instead of meteor tool version
- update electron-packager
- kill hanging mongo process when closing in development mode on linux/osx
- add port config option / read PORT env in dev mode
- add config option to use external mongodb
- add support for electrify.local.json in development
- use mongo mmapv1 storage engine on windows only for mongo 3.2 (32 bit)
v3.0.0: 3.0.0 / 2017-07-31
- Removed the atmosphere part of electrify -> created new meteor-electrify-client npm package
- Updated to use current versions of Electron (1.6.11) and electron-packager
- Fix mongodb problems in Windows for mongo >= 3.2 used by Meteor >= 1.4
- Fix problem in Windows when no active network is present (use 127.0.0.1 instead of localhost)
- Add argument to set the temporary folder
- Add arguments to set the arch and platform