Skip to content

v0.2.0

Choose a tag to compare

@twlite twlite released this 20 Jun 06:47
· 62 commits to main since this release
Immutable release. Only release title and notes can be modified.

What's Changed

  • Migrate to winit from tao for window management
  • Support for custom protocols
  • app.run() no longer blocks the nodejs event loop
  • Fix CI build and add Linux builds (x86, aarch64, armv7) by @nglmercer in #25
  • fix webview implementation in linux by @nglmercer in #26
  • Adds menu and fix high cpu usage by @abner in #32
  • feat: add BrowserWindow.setSize() method for dynamic window resizing by @zhuxiaojt in #35
  • Add "open_file_dialog()" function to browser window class by @Lawtro37 in #36
  • Implemented a way to choose logical or physical sizing/position by @Lawtro37 in #38

New Contributors

Full Changelog: v0.1.4...v0.2.0