Skip to content

0.5.0

Compare
Choose a tag to compare
@texpatnyc texpatnyc released this 16 Jul 02:21
· 2918 commits to master since this release
1dac9c7

Release Notes

Security Overhaul

  • Sandboxed the app to behave as browser
  • Updated Webpack to use CSP
  • Implemented Preload/Context Bridge to eliminate use of Electron ipcRenderer/remote

Testing

  • Implemented end-to-end Spectron testing
  • Implemented React-Testing-Library for unit/integration testing

Typescript

  • Set up Typescript configuration using Babel & started converting files/adding types

Additional Updates

  • Updated Electron to v7.3.2
  • Swapped out gRPC library to newer/more supported version @grpc/grpc-js
  • Debugging/Clean-up
  • Implemented style guide using eslint/prettier
  • Added package builder for Windows