Skip to content

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 09 Aug 08:55
· 10 commits to master since this release
v0.3.4
7ffa732

v0.3.4

  • Removed X-Worker-Spooler, since we do not need it anymore from the server-level.
  • Removed encryption for X-Worker-Ident, it now passes a raw UUID (v4) every time a new worker instance boots up.
  • Added support for inhibitor FD locks using the --inhibit flag to disable sleeping on Linux machines while the program is running. The org.freedesktop.login1* D-Bus interfaces are used for this function.
  • Minor code optimizations have been done.