Skip to content

v0.4.2

Compare
Choose a tag to compare
@urz9999 urz9999 released this 25 Jan 13:38
· 3308 commits to master since this release

Changelog:

  • Added Content-Security-Policy meta in index.html which prevent malicious URL to be called, and limit execution of, js, css, font loading to those contained in the solution
  • Updated to electron 10.0.3
  • Added worldSafeExecuteJavaScript: true in main.ts to adhere to https://www.electronjs.org/docs/tutorial/security
  • Corrected a bug which prevented correct credential refresh in some cases
  • Fixed typo in logger in aws sso strategy
  • Added alphabetical order in AWS SSO when adding accounts for the first time #58
  • Added an isolation context for sessions when opening a new Browser Window for both AWS SSO and Google login screens #65
  • Removed unused comments