Skip to content

Releases: vladimir-kotikov/clink-completions

v0.4.9

10 Jul 17:00
Compare
Choose a tag to compare
  • [git] Add --no-optional-locks when invoking git.
  • [git] Add completions for gitk.
  • [git] Fix git add completions to not list staged files (#173).
  • Add completions for ping.
  • Update ssh and ping completions (#175).
  • Add completions for signtool.
  • [git] Fix script error when directory name in a git repo contains a % character.
  • [git] Add a global DISABLE_GIT_REMOTE_IN_PROMPT variable that can disable adding " -> {remote}" after a branch name.
  • [git] Small performance improvement in repos with very large git config files.

v0.4.8

15 May 16:40
Compare
Choose a tag to compare
  • Add completions for nmake and GNU make (#172).
  • (internal) Add "directory" keyword in GNU help parser.
  • [git] Fix git add completions to be relative to cwd (#171).
  • [scoop] Add commands "cat", "download", and "import" (#167).
  • [common] Clarify installation steps in the README.
  • [git] Add missing description for git add -A.

v0.4.7

15 Feb 21:32
Compare
Choose a tag to compare
  • Add completions for gsudo (from gsudo).
  • Update quoting support in winget completions.
  • Improve completions when sudo from sudo-windows is used.

v0.4.6

01 Feb 18:47
Compare
Choose a tag to compare
  • Add descriptions for winget flag and arg completions.
  • (internal) Add arghelper.make_arg_hider_func() helper function that argmatchers can use.

v0.4.5

29 Jan 02:48
Compare
Choose a tag to compare
  • Fix error in openssl completions (#165).
  • Improve winget completions (#164).

v0.4.4

15 Jan 03:23
Compare
Choose a tag to compare
  • Fix error in ssh completions (#163).

v0.4.3

14 Jan 17:58
Compare
Choose a tag to compare
  • Add completions for wireless devices for adb and scrcpy (#162).
  • Add completions for openssl and enhance completions for ssh.
  • Fix chocolatey completion script when chocolatey is not installed.
  • Add another flag for code completions (VSCode).

v0.4.2

01 Dec 21:33
Compare
Choose a tag to compare
  • Add completions for code (VSCode).
  • Fix adb and scrcpy initialization (#159).
  • [git] Add --staged for git diff.
  • [git] Add --no-index, --cached, --merge-base for git diff.
  • [common] Fix completions after a sub-parser (e.g. git show --diff-merges=1 -Tab).
  • [git] Add git rev-parse completions.
  • Add completions for colortool.
  • [git] Add git tag completions.
  • [git] Add descriptions for some git command flags.

0.4.1

30 Aug 14:47
Compare
Choose a tag to compare
  • Fix fastboot and scrcpy script errors (#158)
  • Fix abd script errors (#157)
  • [git] Complete tags for git checkout (#61)

See RELEASENOTES.md for full release notes of recent versions; e.g. 0.4.0 is a major update.

0.4.0

26 Aug 05:16
Compare
Choose a tag to compare
  • [git] Add file match colors in git add and git checkout
  • Major enhancements and fixes (#156)
    • Better display of yarn completions (#76).
    • Add completions for adb, fastboot, and scrcpy tools for Android devices.
    • Add completions for GNU grep and sed.
    • Add completions for msbuild and premake5.
    • Add completions for attrib, dir, doskey, findstr, less, robocopy, and xcopy.
    • Add completions for winget (#131)
    • Smarter completions for git add and git checkout.
    • Add completions for sudo (#145)
    • Add completions for curl (#16)
    • .init.lua isn't copied by some file sync tools (#117)
    • Show remote remote branches in git merge (#103)
  • [common] Add matchers.ext_files(wildcard) helper function (#122)
  • Many improvements (#149)
    • Major improvements to git completions.
    • scoop completions get the HOME directory optimally.
    • Enhanced support for newer versions of Clink.
  • [git] Add git revert completions (#144)
  • [yarn] Completions for yarn scripts/bins when used without run (#143)
  • [git] Fast git prompt filter (#142)