Clink Completions 0.3.4 (#2177)

* update Changelog, clink-completions 0.3.4, fix ps fg color

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
Dax T Games
2019-09-27 20:21:47 -04:00
committed by Benjamin Staneck
parent feee4eaed2
commit 19a2fd11e3
3 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,11 @@
# Change Log
## [1.3.12](https://github.com/cmderdev/cmder/tree/v1.3.12) (2019-08-18)
## [Unreleased]
* Update Clink Completions to 0.3.4
* Fix powershell foreground color changing to green
## [1.3.12](https://github.com/cmderdev/cmder/tree/v1.3.11) (2019-08-18)
### Fixes
@ -33,6 +38,11 @@
* Syntax: `/x [ConEmu extras arguments]`
* e.g.: `Cmder.exe /x "-min -tsa"`
* Pull Request: [#2072](https://github.com/cmderdev/cmder/pull/2072)
* New alias create [alias] [alias command] syntax
* Based on [#1750](https://github.com/cmderdev/cmder/pull/1750)
* Syntax: `alias create [alias] [alias command]`
## [1.3.11](https://github.com/cmderdev/cmder/tree/v1.3.11) (2018-12-22)
### Fixes