Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Oct 13, 2024
1 parent 902f687 commit 43edc5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## 0.6.0 (Oct 13, 2024)

* [git] Added support for git aliases that include flags or `!`.
* [git] Added support for input hints during `git` commands (input hints are new in Clink v1.7.0).
* [pip] Update to use the newer sysconfig since the older distutils.sysconfig has been deprecated for many years.
* [pip] Fixed some long standing bugs in the pip completions.
* Added completions for [Cloud Foundry CLI](https://github.com/cloudfoundry/cli).
* Added completions for `where`.
* Added support in various completion scripts for one-letter flags that can be concatenated together.
* Updated several completion scripts to be consistent about suppressing stderr output to avoid contaminating the prompt display.
* Updated to coexist better with .clinkprompt files (new in Clink v1.7.0).
* Fixed completions after `git checkout branchname -- `.

## 0.5.4 (Jul 3, 2024)

* [git] Fix `git` completions for local branches to include packed refs.
Expand Down

0 comments on commit 43edc5f

Please sign in to comment.