Skip to content

Keyhole 0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 01:04
· 74 commits to main since this release

Removed

  • Headless mode: the keyhole record and keyhole export subcommands are
    gone. Keyhole is now TUI-only (the hidden gen packaging helper remains).
    CSV export — previously available only through keyhole export — is removed;
    recordings are still written to JSONL and browsable in the in-app recordings
    viewer.
  • The minimal static musl build. The musl release tarballs and the
    KEYHOLE_INSTALL_FLAVOR=musl installer option are no longer published; the
    glibc tarballs, .deb/.rpm, Nix, and cargo install channels remain.

Changed

  • Keyring, AMQP 1.0, and RabbitMQ are always built in. The optional keyring,
    amqp, and rabbitmq Cargo features (and the --no-default-features build)
    have been removed; only the integration test-gating feature remains.