Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

58 lines (39 loc) · 5.31 KB

0.5.1

  • chore: tighten dependencies (#96)

0.5.0

  • chore: fix issue tracker on pubspec (#82)
  • chore: update code owners (#83)
  • feat: add command runner constructor arguments (#84)

0.4.0

  • docs: update readme with a troubleshooting section (#63)
  • feat: included CompletionConfiguration class (#71)
  • feat: include uninstallation logic (#70)
  • feat: include UninstallCompletionFilesCommand (#72)
  • feat: avoid auto-installing manually uninstalled commands (#73)
  • feat: avoid auto-installing when already installed (#74)

0.3.0 (2023-02-27)

Bug Fixes

Features

  • store completions in $XDG_CONFIG_HOME instead of $HOME (#50) (d2d7459)

0.2.0 (2023-01-13)

Features

  • restrict non multi options (#44) (32dfc23)
  • suggest negatable flags (#45) (8e0049a)
  • Tell the user to source the config file when installation is done (#41) (53d1f08)

0.1.0+1 (2022-12-09)

0.1.0 (2022-12-08)

Bug Fixes

  • add system shell identification by heuristics (#31) (d30f59e)

Features