summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-12-22 23:40:53 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-12-22 23:40:53 +0300
commit4437e539e9541251746b0917bfd0aea1ffa3493a (patch)
treee160eb65468f40d82aed6148f7fec9060c12ec49 /CHANGELOG.md
parente8c477235c4d0e29ce32f5f93274ee4a6b768e8c (diff)
parent4e751e9771555fd65aae94849091427b94463818 (diff)
Merge pull request #165 from dritter/battery_visual_identifier
Adding ability for segments to be combined.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 846cd221..65a04de0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## v0.3.0 (next)
+### Introduced "visual identifiers" to the segments
+
+Now almost every segment can have a visual identifier, which is an
+icon whose color could be adjusted by users.
+
### Added ability for "joined" segments
You can now merge segments together by suffixing the segment name with "_joined".
@@ -18,7 +23,7 @@ A new segment that allows users to define a custom command was added.
### `virtualenv` changes
-This segment now respects `VIRTUAL_ENV_DISABLE_PROMPT`. If this variable is set
+This segment now respects `VIRTUAL_ENV_DISABLE_PROMPT`. If this variable is set
to `true`, the segments does not get rendered.
### `load` changes
@@ -29,7 +34,7 @@ segment is able to show the free ram and used swap.
### `vcs` changes
This prompt uses the `VCS_INFO` subsystem by ZSH. From now on this subsystem
-is only invoked if a `vcs` segment was configured.
+is only invoked if a `vcs` segment was configured.
### `rvm` changes