Changelog: Add a note about swap segment

This commit is contained in:
Dominik Ritter 2016-04-21 01:34:31 +02:00
parent f2e31fd59a
commit f5fe890df4

View file

@ -21,11 +21,6 @@ That said, the variables `POWERLEVEL9K_VCS_FOREGROUND` and
the proper variable `POWERLEVEL9K_VCS_<STATE>_FOREGROUND` to change the proper variable `POWERLEVEL9K_VCS_<STATE>_FOREGROUND` to change
foreground color. foreground color.
### `ram` changes
The `ram` segment was split up into `ram` and `swap`. The `POWERLEVEL9K_RAM_ELEMENTS`
variable is void.
### `dir` Shortening Strategies ### `dir` Shortening Strategies
There is now a path shortening strategy that will use the `package.json` file to There is now a path shortening strategy that will use the `package.json` file to
@ -39,6 +34,16 @@ via `POWERLEVEL9K_SHORTEN_DELIMITER`.
Improvements to speed / reliability. Improvements to speed / reliability.
### `ram` changes
The `ram` segment was split up into `ram` and `swap`. The
`POWERLEVEL9K_RAM_ELEMENTS` variable is obsolete.
### New segment `swap` added
Due to the split up of the ram segment, this one was created. It
shows the currently used swap size.
### New segment `nodeenv` added ### New segment `nodeenv` added
Added new `nodeenv` segment that shows the currently used node environment. Added new `nodeenv` segment that shows the currently used node environment.