Skip to content

Releases: reZach/secure-electron-template

v22.0.0

28 Jul 04:51
Compare
Choose a tag to compare

Changes

  • Bump dependencies

v21.0.0

27 Jul 03:48
Compare
Choose a tag to compare

Changes

  • Bumped the i18next-electron-fs-backend package to a major version. Please see here for steps on how to upgrade. Most users should not have an issue upgrading this package.

v20.0.0

20 Jul 05:40
ebc8bf1
Compare
Choose a tag to compare

Changes

  • Show an example how to load images in dev/prod environments
  • Breaking as the webpack.config.js was changed and that might break some apps

v19.0.1

05 Jul 20:12
Compare
Choose a tag to compare

Changes

  • Removed direct dependency as the dependency of history is implicit in the package-lock file

v19.0.0

05 Jul 04:33
Compare
Choose a tag to compare

Changes

  • Moved away from connected-react-router to redux-first-history so that we could upgrade to v6 of react-router. (connected-react-router doesn't look to be maintained/have support for react-router v6). This change may be breaking for those templates that make use of react-router. We also were able to upgrade to React v18 as part of this release.

v18.0.0

30 Jun 03:07
Compare
Choose a tag to compare

Changes

  • Partial Typescript support (only in the app/src folder). (See this discussion for a starting point if you'd like to convert your Electron files to Typescript). Thanks to tyler-hitzeman for his work here.

v17.0.0

29 Jun 20:58
Compare
Choose a tag to compare

Changes

v16.1.1

09 May 04:55
Compare
Choose a tag to compare

Changes

  • Bumped dependencies

v16.1.0

19 Jan 03:46
Compare
Choose a tag to compare

Changes

  • Bumped dependencies

v16.0.2

04 Jan 01:53
Compare
Choose a tag to compare

Changes

  • Use the i18next variable that tells us it is initialized; no need to use a variable of our own that does the same thing