Skip to content

Release v0.9.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 01:32
· 87 commits to main since this release

Highlights

  • Wildcard topic filtering: .last now supports wildcard topics (e.g., user.*)
  • New .cat flags: --last <n> returns the most recent N events; --from <id> starts from a specific frame ID (inclusive)
  • xs.threshold fix: now emitted with --follow regardless of --limit or --last
  • Breaking: .eval in xs.nu now mirrors the CLI signature with --commands (-c) and file arguments, replacing the old positional script parameter

Changelog

  • fix!: align .eval wrapper and docs with CLI signature
  • fix: emit xs.threshold with --follow regardless of --limit or --last
  • feat: add --last and --from flags to nu .cat commands
  • feat: support wildcard topics in .last command
  • docs: add cargo binstall to installation guide