Navigation Menu

Skip to content

RC 3 - Bug fixes and some new features

Compare
Choose a tag to compare
@nklayman nklayman released this 08 Sep 17:27
· 643 commits to master since this release

12 issues have been closed since the last release 馃帀! This means a lot of small features/fixes.

A few new features

  • Electron's junk output is now stripped from the terminal (#60, da4033e)
  • --skipBundle only runs electron-builder, skipping all bundling (#70, 368a9e4)
  • --legacy disables modern mode while bundling the renderer process (#71, 368a9e4)
  • Add support for custom node_modules folder path when detecting externals (#75, 4cb6886)

And, the bug fixes

  • Support not having a css folder inside dist_electron/bundled (#64, e3cb7cb)
  • Fixes electron not detecting app's product name (#74, 6c76898)