Skip to content

v4.1.0: Fix crashes and hangs, allow big API responses

Latest
Compare
Choose a tag to compare
@anko anko released this 03 May 01:38
· 23 commits to master since this release

No breaking changes.

Features:

  • The JS API can now handle data of arbitrary size. Just in case you have 500 monitors or something.

Fixes:

  • Patched many potential sources of crashes or memory corruption. I got inspired by #11 to use GLib data structures instead of directly handling memory, because programming is hard, and I am bad at it. 👏