mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-17 18:20:07 +00:00
Updating CHANGELOG for v0.6.4
This commit is contained in:
parent
a4c3fbd76b
commit
348178fd8d
1 changed files with 14 additions and 6 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,11 +1,24 @@
|
|||
## Next
|
||||
## v0.6.4
|
||||
|
||||
- `load` segment now has configurable averages.
|
||||
- Update to `dir` segment to add `dir_writable` feature.
|
||||
- `status` segment can now display POSIX signal name of exit code.
|
||||
- Added `teardown` command to turn off P9k prompt.
|
||||
- Fixes for P9k in Cygwin and 32-bit systems.
|
||||
- Better colors in virtualization segments.
|
||||
- Added 'Gopher' icon to the `go_version` segment.
|
||||
- Improved detection in `nvm`
|
||||
- Added option to support command status reading from piped command sequences.
|
||||
- Fixed issue with visual artifacts with quick consecutive commands.
|
||||
- Updated 'ananconda' segment for more uniform styling.
|
||||
- `rvm` segment can now support usernames with dashes.
|
||||
- Fixed Python icon reference in some font configurations.
|
||||
- Vi mode indicator fixed.
|
||||
- Fixes for Docker segment.
|
||||
- Added new Docker-based testing system.
|
||||
- Significant enhancements to the `battery` segment. Check out the README to
|
||||
read more!
|
||||
- New truncation strategy that truncates until the path becomes unique.
|
||||
|
||||
### New Segments: `host` and `user`
|
||||
|
||||
|
@ -24,11 +37,6 @@ Shows the current context of your `kubectl` configuration.
|
|||
|
||||
Shows current `vpn` interface.
|
||||
|
||||
## v0.6.4
|
||||
|
||||
- Significant enhancements to the `battery` segment. Check out the README to
|
||||
read more!
|
||||
|
||||
## v0.6.3
|
||||
|
||||
- Fixed susceptibility to [pw3nage exploit](https://github.com/njhartwell/pw3nage).
|
||||
|
|
Loading…
Reference in a new issue