Skip to content

Releases: reZach/secure-electron-template

v9.1.1

10 Feb 05:41
Compare
Choose a tag to compare

Fixes

  • Changes path since we do not have index-prod.html anymore

v9.1.0

10 Feb 05:36
ae8eb1f
Compare
Choose a tag to compare

Changes

  • The menu options are now translated when you change the language
  • There is a command, npm run translate that can automatically translate defined keys to all languages you have defined (more documentation coming soon)

v9.0.4

07 Feb 04:22
Compare
Choose a tag to compare

Fixes

  • Removing imports that are no longer necessary since the css files were removed

v9.0.1

07 Feb 03:58
Compare
Choose a tag to compare

#Fixes

  • Made sonarcube enhancements

v9.0.0

07 Feb 03:50
Compare
Choose a tag to compare

Fixes

  • Added contribution guidelines
  • Updated readme
  • Redux/react devtools extensions should now not throw errors in the console on startup (I do notice it only once and upon successful refresh it goes away)
  • Application title shows the app is initializing before it's set once the app is loaded
  • Added a few placeholders for valid origins for various BrowserWindow events in main.js
  • Added an about page
  • Added bulma css as an official framework to the app. Updated all pages to use bulma instead of my ugly css
  • Cleaned up the undo/redo example page
  • Bumped dependencies
  • Major dependency bump for html-webpack-plugin from 4.5.1 to 5.0.0

v8.0.1

06 Feb 21:53
Compare
Choose a tag to compare

Bumped version to merge the index.html so there does not need to be two copies in the solution.

v8.0.0

08 Jan 06:10
Compare
Choose a tag to compare

Bumped webpack to v5, react to v17, other packages as waell

v7.1.1

08 Jan 02:20
Compare
Choose a tag to compare

Update deps

v7.1.0

07 Jan 22:32
Compare
Choose a tag to compare

Supporting newer browsers, since electron runs off of Chromium.

v7.0.2

07 Jan 21:56
Compare
Choose a tag to compare

Fixing startup from hanging due to dev tools trying to load before the DOM loads.