changelog

This commit is contained in:
Dax T. Games 2019-11-03 11:13:55 -05:00
parent 44a8bf5802
commit 7877d417f8

View File

@ -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.