Skip to content

Releases: vladimir-kotikov/clink-completions

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

0.3.2

06 Nov 20:56
Compare
Choose a tag to compare

Yarn completions

This release adds completions for yarn package manager and a bunch of minor improvements and bugfixes

  • 9789bc8 [npm] Improve prompt output in some situations
  • 795f6a9 [npm] Resolve lua error when package.json is empty
  • fea1e21 [git] Add completions for 'git difftool'
  • f840079 Add completions for Yarn v0.14
  • 8400a8b [git] Add basic completions for cherry-pick
  • f411878 [git] Complete branches in git reset
  • 83c71e1 [vagrant] Fix help parser for Vagrant completions
  • 2845966 [npm] Add version flag
  • 1e3931f [git] '--prune' option for 'fetch'
  • cc51616 [cordova] Add statusbar to core plugins

0.3.1

10 Jun 22:06
Compare
Choose a tag to compare

NPM fixes

This release adds a few fixes and small improvements for npm prompt and completions

  • f2e335d [npm] Do not query global modules when completing FS paths in 'npm link'
  • c59c0d9 [npm] Improve package.json handling for npm prompt
  • 6edf054 [npm] Do not fetch package name and version for private packages
  • 23d7599 [npm] Improve package.json parsing

0.3.0

07 May 23:33
Compare
Choose a tag to compare

Git submodules, ssh and nvm

This release adds support for completions inside of git submodules and a completions for a couple of new commands (ssh and nvm)

  • 21464d1 [ssh] Refactor hosts search logic
  • 26f4f99 [ssh] Add ssh completion from known_hosts file
  • 9a4d308 [nvm] Add basic nvm completions
  • 3c25f96 [git] Housekeeping
  • b39e617 [git] Fix fetch --tags completion
  • 99140d1 [git] Allow multiple branches for git branch -d
  • 087874b [cordova] Add a couple of new completions for coho
  • e4cf69d [cordova] Remove old core plugin IDs from 'plugin add/rm'
  • a14af9c [git] Adds basic support for submodules
  • e2467f6 [choco] Fix chocolatey non-meta packages listing
  • 9540aa6 [npm] Adds 'npm outdated' flags
  • 91cef45 [ssh] Adds ssh autocomplete script

0.2.2

10 Dec 19:04
Compare
Choose a tag to compare

Another bugfix release

Another bugfix release. Multiple small fixes for git included.

  • 83ef129 [git] Fixes failure when trying to complete git commmands outside of repo
  • 7f4c223 [git] add merge strategies and options parsers to pull/rebase/checkout
  • faf92f2 [git] Distinguish real and suggestes branch names
  • ad24a7f [git] Adds "core.trustctime" to available options
  • e6921a3 [npm] Query npm config lazily (only when required by completions)
  • 03bec42 [git] Adds completions for git remote update
  • 2ea5f33 [git] Close packed-refs after reading
  • e92d5a2 [git] Complete non-checked local branches based on remote ones.
  • a68ed47 [git] List remote branches based on packed-refs file.

0.2.1

10 Dec 19:05
Compare
Choose a tag to compare

Minor bugfix release for 0.2.0

Minor bugfix release for 0.2.0. This release mostly fixes various bugs, found after 0.2.0 is out.

  • 1cea322 [npm] Fix npm prompt failure when parsing malformed package.json
  • cfaf17d [git] Remove ugly error message when trying to complete git aliases without git in PATH
  • d2ac838 [git] Fixes broken 'git add'. This closes #34
  • e09a9b0 [git] Adds user.name and user.email to known options
  • 6999fdf [npm] Fixes issue with completing 'npm run' in non-npm directory. This fixes #33
  • 46fd830 [npm] Handle package scripts with quotes properly
  • c20e421 [common] Merge npm prompt into regular 'npm' module
  • 4050dc9 [npm] Complete global packages and local dirs for npm link