mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
changelog
This commit is contained in:
parent
44a8bf5802
commit
7877d417f8
10
CHANGELOG.md
10
CHANGELOG.md
@ -2,10 +2,18 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.3.13](https://github.com/cmderdev/cmder/tree/v1.3.12) (2019-10-27)
|
## [1.3.13](https://github.com/cmderdev/cmder/tree/v1.3.12) (2019-11-3)
|
||||||
|
|
||||||
### Adds
|
### Adds
|
||||||
|
|
||||||
|
* #2197, #1364, #447 Add ability to disable git status either globally or for individual repos in `cmd::cmder*` sessions.
|
||||||
|
* To disable git status globally add the following to `~/.gitconfig` or locally for a single repo `[repo]/.git/config`:
|
||||||
|
|
||||||
|
```
|
||||||
|
[cmder]
|
||||||
|
status = false
|
||||||
|
```
|
||||||
|
|
||||||
* #2174 `--` Syntax to pass command line options to Conemu.
|
* #2174 `--` Syntax to pass command line options to Conemu.
|
||||||
* Disable Clink Logging
|
* Disable Clink Logging
|
||||||
* Add `~` tab completion.
|
* Add `~` tab completion.
|
||||||
|
Loading…
Reference in New Issue
Block a user