This feature release primarily contains updates for butlerd, the part of butler that services the itchio app. CLI updates below.
butlerd (daemon)
New Features
- Stdio transport mode (
--transport stdio) β reads JSON-RPC from stdin, writes to stdout, logs to stderr. No authentication required (inherently secure via parent process pipe). Supports single connection only. - `Install.Ge...