Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 1.03 KB

changelog.md

File metadata and controls

36 lines (25 loc) · 1.03 KB

Gluon Changelog

v0.13.1

  • Fixed IPC exposing sometimes not working when ran early due to timing issue
  • Fixed IPC expose Proxy setter return values

v0.13.2

  • Fixed Local not resolving custom indexes

v0.10.1 - 2023-01-07

  • Fixed IPC exposed functions being called with arguments incorrectly
  • Fixed onLoad causing errors in Node

v0.8.0 [2022-12-30]

  • Rewrote browser detection to support more setups
  • Added Window.close() API to close Gluon windows gracefully

0.7.0 [2022-12-20]

  • Added typedef
  • Added async IPC listener support
  • Added Idle API (WIP)
  • Changed default IPC replies to null instead of {}
  • Fixed misnamed IPC binding handler
  • Fixed some IPC parsing
  • Cleaned up some IPC internals