Skip to content

v0.9.3

Compare
Choose a tag to compare
@LGFae LGFae released this 14 Apr 15:43
· 209 commits to main since this release
132bde3

Quick release to fix a scaling error that might affect a lot of people.

Fixes

  • fix wrong scale calculation

Internal Improvements

  • deleted leftover /proc traversal code in the client
  • no longer setting nonblocking mode for daemon socket, since we are already polling it
  • better IPC structs between client and daemon

EDIT:

REGRESSIONS

Note this release has a regression where fractional scaling does not work properly: #279. I am working on implementing the fractional scaling protocol to fix it.