gluon/changelog.md
2023-01-07 01:33:25 +00:00

22 lines
652 B
Markdown

# Gluon Changelog
## v0.10.1
- Fixed IPC exposed functions being called with arguments incorrectly
- Fixed onLoad causing errors in Node
## [v0.10.0 - 2023-01-05](https://gluonjs.org/blog/gluon-v0.10/)
## [v0.9.0 - 2023-01-03](https://gluonjs.org/blog/gluon-v0.9/)
## 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