Skip to content

Releases: vladimir-kotikov/clink-completions

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)

0.3.7

09 Apr 07:45
Compare
Choose a tag to compare
  • 0a9ea6b [ssh] Allow - in known hosts (#139)
  • e2784e0 [cmder] Check for global cmderGitStatusOptIn var (#141)
  • dc590e8 [git] Colored completions for git checkout ... with Clink v1.1.12 popup list (#135)
  • a9b3134 [common] Update JSON.lua (#137)
  • 4cf49eb [scoop] Fix scoop config discovery (#134)

0.3.6

16 Dec 09:55
8b0b338
Compare
Choose a tag to compare
  • c9ed54d [git] Fix stash completions (0 based). (#133)
  • 82a0311 [git] Fix stash completion to work west of GMT. (#132)
  • a63cbca [git] Add completions for git-worktree (#130)
  • b6a521f [scoop] added commands "hold" and "unhold" (#129)
  • f639287 [npm] Extend completions (#125)
  • 04541ff [git] Add support for git remote get-url ... (#124)

0.3.5

05 Dec 07:45
68f06bc
Compare
Choose a tag to compare

0.3.4

19 Aug 19:15
Compare
Choose a tag to compare

Improvements/bugfixes for git completions/prompt

  • f85c7a1 [git] fix gsub branch (#114)
  • bf114aa [git] Add support for detecting branch names in worktrees (#96)
  • 5d33037 [git] Add missing clone options for git (#106)
  • b2d207d [net] Add three remaining help topics (#107)
  • 781c0bf Don't default to origin if no remote is configured (#102)

0.3.3

24 Oct 18:53
Compare
Choose a tag to compare

A lot of improvements for vagrant completions (thanks to @Andegawen) and a few bugfixes for yarn, ssh and git.

  • af5f6d1 [git] Fix git main worktree detection (#95)
  • 032ff0c [vagrant] Close Vagrantfile after usage (#93)
  • 757c096 [vagrant] Enhance regex for finding provision names (#91)
  • 84884db [vagrant] Vagrant list provisions on --provision-with (#88)
  • 59055f7 [vagrant] add global-status and snapshot commands (#86)
  • e4d562a [ssh] Improves pattern matching for searching hosts (#85)
  • 34d3c0c [common] Make luacheck happy (#83)
  • f1898a0 [git] Support completing files for git diff (#82)
  • c288656 [yarn] Suggest installed executables for yarn run
  • 162d402 [common] Fix arguments clobbering 'table' class
  • a552d8c [chore] Remove trailing whitespace to pass CI (#70)
  • 3f635f9 [yarn] Upgrade commands for Yarn v0.17.8 (#69)
  • b76867a [git] Add support for fetch --all (#68)
  • 8edbf28 Add completions for angular-cli (#67)
  • 9cc940c [common] Enable luacheck
  • a369227 [common] Configure CI
  • 0714e67 [common] Add tests for funclib and color modules
  • a4c83df [test] Add test harness and instructions
  • 834dbf3 [git] Display git push destination in prompt