mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 20:30:07 +00:00
update CHANGELOG re new UNTRACKED state in vcs segment
This commit is contained in:
parent
d7c26513c8
commit
177bfc9602
1 changed files with 19 additions and 0 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,3 +1,22 @@
|
||||||
|
## v0.3.2
|
||||||
|
|
||||||
|
### `vcs` changes
|
||||||
|
|
||||||
|
A new state `UNTRACKED` was added to the `vcs` segment. So we now
|
||||||
|
have 3 states for repositories: `UNTRACKED`, `MODIFIED`, and the
|
||||||
|
default state. The `UNTRACKED` state is active when there are files
|
||||||
|
in the repository directory which have not been added to the repo
|
||||||
|
(the same as when the `+` icon appears). The default color for the
|
||||||
|
`UNTRACKED` state is now yellow, and the default color for the
|
||||||
|
`MODIFIED` state is now read, but those colors can be changed by
|
||||||
|
setting these variables, for example:
|
||||||
|
```zsh
|
||||||
|
POWERLEVEL9K_VCS_MODIFIED_FOREGROUND='black'
|
||||||
|
POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='white'
|
||||||
|
POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND='green'
|
||||||
|
POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='blue'
|
||||||
|
```
|
||||||
|
|
||||||
## v0.3.1
|
## v0.3.1
|
||||||
|
|
||||||
### `dir` changes
|
### `dir` changes
|
||||||
|
|
Loading…
Reference in a new issue