From 45e56002495b8bcdfcffdb043944f36813694ef1 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Thu, 26 Sep 2019 18:07:25 -0400 Subject: [PATCH] update Changelog, clink 0.3.4, fix ps fg color --- CHANGELOG.md | 15 ++++++++++----- vendor/profile.ps1 | 1 + vendor/sources.json | 4 ++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97759c0..7b98630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,10 @@ ## [Unreleased] -* Question issue: [#2094](https://github.com/cmderdev/cmder/issues/2094) -* Pull Request : [#2096](https://github.com/cmderdev/cmder/pull/2096) - * New argument created to ConEmu forwarding arguments. - * Syntax: `/x [ConEmu extras arguments]` - * e.g.: `Cmder.exe /x "-min -tsa"` +* Update Clink to 0.3.4 +* Fix powershell foreground color changingf to green + +## [1.3.12](https://github.com/cmderdev/cmder/tree/v1.3.11) (2019-08-18) ### Fixes @@ -35,6 +34,12 @@ ### Adds +* Pull Request : [#2096](https://github.com/cmderdev/cmder/pull/2096) + * Question issue: [#2094](https://github.com/cmderdev/cmder/issues/2094) + * New argument created to ConEmu forwarding arguments. + * 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) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index b9ac89d..aa90974 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -177,6 +177,7 @@ if ( $(get-command prompt).Definition -match 'PS \$\(\$executionContext.SessionS [ScriptBlock]$PostPrompt = {} [ScriptBlock]$CmderPrompt = { $Host.UI.RawUI.ForegroundColor = "White" + Write-Host -NoNewline "$([char]0x200B)" Microsoft.PowerShell.Utility\Write-Host $pwd.ProviderPath -NoNewLine -ForegroundColor Green if (get-command git -erroraction silentlycontinue) { checkGit($pwd.ProviderPath) diff --git a/vendor/sources.json b/vendor/sources.json index b8f3f8a..bd864e7 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -16,7 +16,7 @@ }, { "name": "clink-completions", - "version": "0.3.3", - "url": "https://github.com/vladimir-kotikov/clink-completions/archive/0.3.3.zip" + "version": "0.3.4", + "url": "https://github.com/vladimir-kotikov/clink-completions/archive/0.3.4.zip" } ]