summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-01-21 05:01:16 +0300
committerBen Hilburn <bhilburn@gmail.com>2017-01-21 05:01:16 +0300
commit126b991b942b340f977bdb0d6d96345cae75fdb5 (patch)
tree20f593eb4f2c5077a3be5394eec0294559c49060 /CHANGELOG.md
parente2b2e8e173af682c2a326f15f885ede68151b896 (diff)
parent5f41b5e17e52a7eb34216173b4bc7dd82361cd76 (diff)
Merge branch 'master' into next
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 91a897ee..8060e0fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,22 @@ Added an option to configure the path separator. If you want something
else than an ordinary slash, you could set
`POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want.
+## v0.5.0
+
+### `load` and `ram` changes
+
+These two segments now support BSD.
+
+### `vcs` changes
+
+- We implemented a huge speed improvement for this segment.
+- Now this segment supports Subversion repositories.
+- Add ability to hide tags by setting `POWERLEVEL9K_VCS_HIDE_TAGS` to true.
+
+## `anaconda` changes
+
+Speed improvements for `anaconda` segment.
+
## v0.4.0
### Development changes
@@ -85,6 +101,11 @@ Added new `docker_machine` segment that will show your Docker machine.
A new segment `anaconda` was added that shows the current used
anaconda environment.
+## New segment `pyenv` added
+
+This segment shows your active python version as reported by `pyenv`.
+
+
## v0.3.2
### `vcs` changes