Skip to content

Releases: reZach/secure-electron-template

v12.0.0

02 Jun 03:28
Compare
Choose a tag to compare

Changes

  • Bumped many packages (Electron to v13)
  • Fixed French translations #81

v11.0.0

12 May 03:40
Compare
Choose a tag to compare

Changes

  • Bumped deps
  • Minified .css files in output
  • Removed source map (.js.map) files from bundle as we don't need the devtools in prod
  • Changed files packaged in asar directory (src/ files gone) may be breaking change for some
  • Unit tests run before dist- commands now
  • Webpack output directory is cleaned before each build

v10.1.3

11 May 23:59
Compare
Choose a tag to compare

Changes

  • Bumped deps

v10.1.2

04 May 04:29
Compare
Choose a tag to compare

Changes

  • Sonarcube suggestions

v10.1.1

04 May 03:55
Compare
Choose a tag to compare

Changes

  • Some minor sonarcube fixes

v10.1.0

04 May 03:42
Compare
Choose a tag to compare

Changes

  • Bumped deps
  • Enhanced some documentation
  • Added E2E unit tests

v10.0.1

29 Apr 01:20
Compare
Choose a tag to compare

Changes

  • bumped dependencies

v10.0.0

22 Apr 04:08
Compare
Choose a tag to compare

Changes

  • MIT license again thanks @moloch--!
  • Bumped deps, many major dep bumps
  • Electron errors now log to console
  • Update Electron to v12

v9.6.0

21 Apr 05:28
Compare
Choose a tag to compare

Fixes

  • Template now has support for license keys

v9.5.1

21 Apr 00:45
Compare
Choose a tag to compare

Fixes

  • Fixes i18n translations not working on the Mac OS build (ie. #36)