Skip to content

Release 5.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 02:03
· 1676 commits to main since this release

New:

  • Improved build tool config handling (#245) (b0fadd3)
    • Support for electron-builder.json
    • Support for forge.config.js
    • Custom JS config file support (Electron Forge)
    • More error cases handled - multiple build tools, no build tools, no app name
    • App name read from Forge config

Fixed:

  • Detected app existence check returning false positives (8cb8159)
  • CI: unnecessary recursive install on release (676cdfc)

Documentation:

  • Removed reference to getBinaryPath util (6217116)
  • Minor tweaks

Developer:

  • Electron Forge now used in example-cjs (#243) (107d4f1)
  • CI: Added auto update action for dependabot (6c8f329)
  • CI: Updated PNPM in actions (48933da), (f334c63)
  • Updated dependencies

Full Changelog