Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 22:06
· 132 commits to main since this release
561569a
  • Upgraded Electron to v13
  • Moved all generated code out of the src directory
  • Moved src/package.json, src/yarn.lock, and src/node_modules to build/app
  • Moved release directory to build/release
  • Created src/main and src/render used by each context and moved the relevant source files
  • Added HtmlWebpackPlugin, which will inject the required js/css into index.html
  • Added clean.js to ./erb/scripts to replace rm -rf when running yarn package
  • Removed delete-source-maps.js
  • Migrated to memory router from hash router