diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7075219d..728f3578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.4.0 (next) + +### `aws_eb_env` added + +This segment displays the current Elastic Beanstalk environment. + +### `ram` changes + +The `ram` segment was split up into `ram` and `swap`. The `POWERLEVEL9K_RAM_ELEMENTS` +variable is void. + ## v0.3.2 ### `vcs` changes @@ -10,6 +21,7 @@ in the repository directory which have not been added to the repo `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' |