aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 557f977b..064f5283 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,11 @@ POWERLEVEL9K_VCS_CLEAN_FOREGROUND='cyan'
POWERLEVEL9K_VCS_CLEAN_BACKGROUND='white'
```
+The foreground color of actionformat is now configurable via:
+```zsh
+POWERLEVEL9K_VCS_ACTIONFORMAT_FOREGROUND='green'
+```
+
### `aws_eb_env` added
This segment displays the current Elastic Beanstalk environment.
@@ -19,6 +24,22 @@ This segment displays the current Elastic Beanstalk environment.
The `ram` segment was split up into `ram` and `swap`. The `POWERLEVEL9K_RAM_ELEMENTS`
variable is void.
+### `dir` Shortening Strategies
+
+There is now a path shortening strategy that will use the `package.json` file to shorten your directory path. See the documentation for the `dir` segment for more details.
+
+### `chruby` Segment
+
+Added new `chruby` segment to support this version manager.
+
+### `node`, `nvm` Segments
+
+Improvements to speed / reliability.
+
+### `docker` Segment
+
+Added new `docker` segment that will show your Docker machine.
+
## v0.3.2
### `vcs` changes