mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-01 01:42:17 +08:00 
			
		
		
		
	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:
		
				
					committed by
					
						 Benjamin Staneck
						Benjamin Staneck
					
				
			
			
				
	
			
			
			
						parent
						
							feee4eaed2
						
					
				
				
					commit
					19a2fd11e3
				
			
							
								
								
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,6 +1,11 @@ | |||||||
| # Change Log | # 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 | ### Fixes | ||||||
|  |  | ||||||
| @@ -33,6 +38,11 @@ | |||||||
|     * Syntax: `/x [ConEmu extras arguments]` |     * Syntax: `/x [ConEmu extras arguments]` | ||||||
|     *   e.g.: `Cmder.exe /x "-min -tsa"` |     *   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) | ## [1.3.11](https://github.com/cmderdev/cmder/tree/v1.3.11) (2018-12-22) | ||||||
|  |  | ||||||
| ### Fixes | ### Fixes | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								vendor/profile.ps1
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/profile.ps1
									
									
									
									
										vendored
									
									
								
							| @@ -177,6 +177,7 @@ if ( $(get-command prompt).Definition -match 'PS \$\(\$executionContext.SessionS | |||||||
|   [ScriptBlock]$PostPrompt = {} |   [ScriptBlock]$PostPrompt = {} | ||||||
|   [ScriptBlock]$CmderPrompt = { |   [ScriptBlock]$CmderPrompt = { | ||||||
|       $Host.UI.RawUI.ForegroundColor = "White" |       $Host.UI.RawUI.ForegroundColor = "White" | ||||||
|  |       Write-Host -NoNewline "$([char]0x200B)" | ||||||
|       Microsoft.PowerShell.Utility\Write-Host $pwd.ProviderPath -NoNewLine -ForegroundColor Green |       Microsoft.PowerShell.Utility\Write-Host $pwd.ProviderPath -NoNewLine -ForegroundColor Green | ||||||
|       if (get-command git -erroraction silentlycontinue) { |       if (get-command git -erroraction silentlycontinue) { | ||||||
|           checkGit($pwd.ProviderPath) |           checkGit($pwd.ProviderPath) | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								vendor/sources.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/sources.json
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,7 @@ | |||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|         "name": "clink-completions", |         "name": "clink-completions", | ||||||
|         "version": "0.3.3", |         "version": "0.3.4", | ||||||
|         "url": "https://github.com/vladimir-kotikov/clink-completions/archive/0.3.3.zip" |         "url": "https://github.com/vladimir-kotikov/clink-completions/archive/0.3.4.zip" | ||||||
|     } |     } | ||||||
| ] | ] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user