Skip to content

Latest commit

 

History

History
173 lines (107 loc) · 14.5 KB

File metadata and controls

173 lines (107 loc) · 14.5 KB

Changelog

1.5.0 (2026-06-06)

Features

Bug Fixes

  • resolve P0 bugs in update, discovery, and alias safety (#171) (279626c)

1.4.0 (2026-05-14)

Features

Bug Fixes

1.3.0 (2026-05-10)

Features

Bug Fixes

  • bash: use substring matching for key binding detection across bash versions (9d58869)
  • optimize existing reliability issues (#157) (228d93c)
  • reduce update command binary size (#152) (214b6f5)
  • tighten cli validation and bash exit trap (#158) (771c738)

1.2.0 (2026-05-05)

Features

Bug Fixes

Performance Improvements

1.1.0 (2026-04-23)

Features

Bug Fixes

  • enginee: correct transposed nested subcommands (#119) (7ce978c)

1.0.0 (2026-04-18)

⚠ BREAKING CHANGES

  • docs: Establishes the v1.x stability contract. All CLI subcommands, flags, config keys, and shell integration behaviors documented in docs/reference/stability.md are now subject to semantic versioning guarantees.

Features

  • add type pkg (#107) (aa76bde)
  • add utils pkg (#108) (bc673ef)
  • cloud: add more cloud cli support (#85) (2034415)
  • command: add typo command fix (#34) (dbb3d5d)
  • commands: add common IaC tools to DiscoverCommon (#55) (0e5c9e7)
  • doctor: update typo doctor command (#87) (e360552)
  • fish: add fish integration (#86) (40db08b)
  • install: add brew install support (#90) (6bcf273)
  • migrate utility functions to internal/utils package (#116) (a884838)
  • move Rule and HistoryEntry to internal/types as stable data contracts (#115) (10549cb)
  • optimize shell & history (#114) (5cf8136)
  • optimize subcommanf logic (d0d48f8)
  • optimize subcommanf logic (21085cf)
  • support multi-level subcommand (#105) (e3ed58c)
  • win: add windows download scripts and update related docs (#72) (180dca7)

Bug Fixes

  • bash: fix bash 4.x integration error (#79) (fbda5e2)
  • ci: reduce benchmark false positives with 10% threshold and rolling baseline (#83) (1768b78)
  • lint: fix code lint error (b8a3652)
  • make: fix repeat makefile target (c665d74)
  • windows: fix windows install script bug (#113) (094b054)

Performance Improvements

  • engine: eliminate redundant distance computations on hot path (#74) (16f7ef4), closes #44
  • optimize command tree performance (#111) (d8458ce)

Miscellaneous Chores

  • docs: define v1.x stability and compatibility contract (#89) (287eecd)

0.2.0 (2026-04-06)

Features

  • command: adapt windows powershell (#42) (d742c4f)
  • command: add cloud provider CLIs to common commands list, for aws gcloud az (#23) (e5b6987)
  • config: add typo config file (#24) (e77167d)
  • config: support rule enable and disable config (#33) (21797e6)
  • install: add bash shell integration (#26) (6363eaa)
  • release: add windows platform binary (#40) (57109d4)

Bug Fixes

  • ci: fix golanglint not run bug (#45) (5070c0c)
  • ci: gate release upload on release tag output (73270f8)
  • ci: remove check in release-please action (e5af183)

0.1.1 (2026-03-31)

Bug Fixes

  • release: update release-please to include build phase (39ca46a)
  • release: update release-please to include build phase (a202c2b)

0.1.0 (2026-03-31)

Features

  • release: integrate semver release automation (c7ee665)

Bug Fixes

  • increase default help timeout to 1s to stabilize CI (2ebcb10)
  • parse comma-separated subcommands for npm v6-v11 help formats (b1b4d5d)
  • parse comma-separated subcommands for npm v6-v11 help formats (d1e043c)
  • release: add bootstrap sha so release-please has a commit baseline (69c5182)
  • release: add bootstrap sha so release-please has a commit baseline (6d11ae8)
  • release: security enhancement in ci to pin SHA-256 image tag (0a6b2ab)
  • release: update release-please to include config location (ca66bad)
  • release: update release-please to include config location (bf950ab)