Releases: glzr-io/glazewm-js
Releases · glzr-io/glazewm-js
v1.6.0
🎉 New features
- Add
scaleFactor
toMonitor
; fix incorrectMonitor
property names.
Big thanks to @lars-berger for contributing to this release 💛
v1.5.2
🐛 Bug fixes
- Correctly set current socket connection after a reconnect.
Big thanks to @lars-berger for contributing to this release 💛
v1.5.1
🐛 Bug fixes
- On client instantiation, attempt to connect.
Big thanks to @lars-berger for contributing to this release 💛
v1.5.0
🎉 New features
- Add automatic reconnection attempts every 5s (configurable via
WmClientOptions.reconnectInterval
).
Big thanks to @lars-berger for contributing to this release 💛
v1.4.3
🐛 Bug fixes
- Throw on connect failure while waiting for reply.
Big thanks to @lars-berger for contributing to this release 💛
v1.4.2
🐛 Bug fixes
- Throw when initial websocket connection times out.
Big thanks to @lars-berger for contributing to this release 💛
v1.4.1
🐛 Bug fixes
- Correct
type
->eventType
rename on WM events.
Big thanks to @lars-berger for contributing to this release 💛
v1.4.0
🎉 New features
- Add support for tiling direction query.
- Add query response types.
🐛 Bug fixes
- Check subscription ID on incoming events.
- Fix various mismatches in types.
Big thanks to @lars-berger for contributing to this release 💛
v1.3.1
🐛 Bug fixes
- Add missing
WorkspaceUpdatedEvent
.
Big thanks to @lars-berger for contributing to this release 💛
v1.3.0
🎉 New features
🛠️️ Internal changes
- Remove
prepublishOnly
command.
Big thanks to @ehellman and @lars-berger for contributing to this release 💛