Skip to content

v0.3.0

Choose a tag to compare

@error311 error311 released this 15 May 04:15
· 1 commit to main since this release

v0.3.0 - 05/15/2026

  • Added runglass run --review -- <command> for a guided post-run flow that summarizes impact and offers keep, revert preview, supported file revert, export, or open-UI actions.
  • Added runglass review [latest|receipt-id] to reopen the guided review flow for an existing receipt.
  • Added --non-interactive summary for review mode so scripts and redirected terminals can print the review summary without hanging for input.
  • Added generated man pages for runglass and subcommands, with release archives packaging them under share/man/man1/.
  • Review mode preserves the wrapped command's non-zero exit status after review actions complete.
  • Documented the review workflow and reiterated that supported file revert does not undo Docker changes, network calls, database writes, global package-manager changes, external service mutations, or commands outside the watched working directory.

Full Changelog: v0.2.4...v0.3.0