Skip to content

Changelog

0.5.15 (2026-07-29)

Features

  • add 14 new tool patterns to registry (#88) (4ad153b)

0.5.14 (2026-07-29)

Features

  • registry: merge a user registry over the built-in one (#131) (e62224f)
  • registry: support tools shipping completion files (#136) (d51283b), closes #101

Bug Fixes

  • registry: correct entries the audit found broken (#141) (07e7a55)

Documentation Updates

  • describe bundled entries in the registry reference (#139) (3140829)

CI/CD Changes

  • audit the whole registry on a schedule (#138) (087e01d)

0.5.13 (2026-07-29)

Features

Bug Fixes

  • registry: correct mdbook and drop tools without completions (#134) (07ef18d)

CI/CD Changes

  • publish to crates.io via OIDC trusted publishing (#135) (cdbb476)

0.5.12 (2026-07-28)

Features

  • add ipython, patool, ratarmount (#108) (5ceda4e)
  • registry: support companion binaries (#119) (663e8a1)
  • sync-with-flags: Allow flags --global --local --current (#103) (469e900)

Code Refactoring

  • sync: fail loudly on empty completion output (#114) (b663a7b)

Miscellaneous Chores

  • deps: update rust crate toml to v1.1.4 (#128) (04d81d2)
  • remove unused release-please config (#129) (7467e04)

0.5.11 (2026-07-28)

Features

  • add new tools to completion registry (#112) (4310554)
  • add support for ast-grep (#100) (ed10974)
  • registry: add requires for tools needing a helper binary (#126) (476e5e9)

Bug Fixes

  • registry: correct xh completion command (#113) (38401b7)
  • registry: generate fnox completions via usage (#124) (8c821b1)
  • registry: use right name for flux (#121) (4a0f671)
  • sync: report stderr from commands that succeed (#127) (1d6e7d7)

Miscellaneous Chores

  • deps: update actions/checkout action to v7 (#110) (4b58e6f)
  • deps: update astral-sh/setup-uv action to v9 (#120) (1c77676)
  • deps: update houseabsolute/actions-rust-cross action to v1.0.8 (#111) (b6cd8b0)
  • deps: update rust dependencies (#116) (1f7c534)

CI/CD Changes

  • check docs/tools.md lists the same tools as registry.toml (#125) (3b66c7d)
  • run claude review on renovate PRs and skip forks (#123) (f67fdad)

0.5.10 (2026-06-09)

Features

Bug Fixes

Miscellaneous Chores

  • deps: update astral-sh/setup-uv action to v8.2.0 (#102) (8d3d29a)

0.5.9 (2026-05-27)

Bug Fixes

0.5.8 (2026-05-27)

Features

Bug Fixes

  • ci: restore x86_64-unknown-linux-musl release binary (#90) (0dccee5), closes #89
  • use standard pattern for lefthook (closes #86) (#91) (48b5a51)

Miscellaneous Chores

  • deps: update rust crate serde_json to v1.0.150 (#87) (2581de9)

0.5.7 (2026-05-12)

Features

  • add support for tree-sitter (#77) (afd6605)
  • allow overriding output dirs with ENV vars (#52) (fc423c9)
  • support tools from alternative backends (#41) (6e39bc0)

Bug Fixes

  • merge duplicate tests module in sync.rs (#82) (c469875)
  • rename installed binary to misecompsync (closes #79) (#81) (bd235ff)

0.5.6 (2026-05-04)

Documentation Updates

  • standardize README to alltuner brand structure (#73) (2057074)

0.5.5 (2026-05-03)

Miscellaneous Chores

0.5.4 (2026-05-03)

Build System

  • track Cargo.lock so release builds with --locked succeed (#69) (78a9a78)

0.5.3 (2026-05-03)

CI/CD Changes

  • align PR title check with org canonical workflow (#67) (73a1093)

0.5.2 (2026-05-03)

Miscellaneous Chores

  • deps: update amannn/action-semantic-pull-request action to v6 (#66) (be5454f)

CI/CD Changes

  • validate PR titles as conventional commits (#64) (f27297d)

0.5.1 (2026-05-02)

Bug Fixes

  • bundle dependency and registry updates from recent merges (#59) (98e9409)
  • registry: remove mkcert (closes #50) (#61) (b588589)

0.5.0 (2026-04-01)

Features

Bug Fixes

  • deps: update rust crate toml to v1 (#35) (ea3241f)
  • generate-registry: migrate from mise registry.toml to API endpoint (#42) (329a9b9)
  • remove unused json import in generate-registry (#47) (d3e7c29)

0.4.4 (2026-02-11)

Bug Fixes

0.4.3 (2026-01-16)

Bug Fixes

  • ci: remove auto-generation of tools docs from workflow (#29) (25d873b)

0.4.2 (2026-01-15)

Bug Fixes

  • ci: remove auto-generation of tools docs from workflow (#28) (9cdc1af)
  • scripts: handle missing mise in CI gracefully (#26) (70651da)

0.4.1 (2026-01-15)

Bug Fixes

  • docs: trigger rebuild on CHANGELOG changes and include in site (#24) (d1a5bd1)

0.4.0 (2026-01-15)

Features

  • docs: enhance tool documentation with metadata and status tracking (#23) (8159951)

Bug Fixes

  • registry: remove tools without completion support (#21) (4d5e7ba)

0.3.0 (2026-01-15)

Features

  • add worktrees directory to gitignore (#15) (c43f8ae)
  • docs: convert from mdBook to MkDocs with Material theme (#18) (1075920)
  • registry: pattern-based format with schema versioning (#17) (e7e72cc)

0.2.2 (2026-01-15)

Bug Fixes

  • registry: remove tools without completion support (#14) (7f3a0b5)
  • wrap completion commands with mise x for tool availability (#12) (32f58c5)

0.2.1 (2026-01-15)

Bug Fixes

  • ci: chain release workflows and always bump patch (#9) (415f670)

0.2.0 (2026-01-15)

Features

  • add release infrastructure and expand registry (#5) (e36dd40)