Releases: vladimir-kotikov/clink-completions
Releases · vladimir-kotikov/clink-completions
v0.4.9
- [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
andping
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
- Add completions for
nmake
and GNUmake
(#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
- Add completions for
gsudo
(from gsudo). - Update quoting support in
winget
completions. - Improve completions when
sudo
from sudo-windows is used.
v0.4.6
- Add descriptions for
winget
flag and arg completions. - (internal) Add
arghelper.make_arg_hider_func()
helper function that argmatchers can use.
v0.4.5
v0.4.4
v0.4.3
v0.4.2
- Add completions for
code
(VSCode). - Fix
adb
andscrcpy
initialization (#159). - [git] Add
--staged
forgit diff
. - [git] Add
--no-index
,--cached
,--merge-base
forgit 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
- Fix
fastboot
andscrcpy
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
- [git] Add file match colors in
git add
andgit checkout
- Major enhancements and fixes (#156)
- Better display of
yarn
completions (#76). - Add completions for
adb
,fastboot
, andscrcpy
tools for Android devices. - Add completions for GNU
grep
andsed
. - Add completions for
msbuild
andpremake5
. - Add completions for
attrib
,dir
,doskey
,findstr
,less
,robocopy
, andxcopy
. - Add completions for
winget
(#131) - Smarter completions for
git add
andgit 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)
- Better display of
- [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.
- Major improvements to
- [git] Add
git revert
completions (#144) - [yarn] Completions for
yarn
scripts/bins when used withoutrun
(#143) - [git] Fast git prompt filter (#142)