summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-12-13 14:41:49 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-12-13 14:43:40 +0300
commit5a4de1d2742e6e19a1ffb7ea8c418a923599391e (patch)
tree44a9cd8fb80ae1048a76bc4017b66f5f16544c49 /CHANGELOG.md
parent0059f9a0668b21ae358c7e8bdce6c3905f70152b (diff)
Split up the `status` segment into a `background_jobs`, `root_indicator` and `status` segment.
This fixes #163
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c21ea0e..66520d21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
## v0.3.0 (next)
+### `status` changes
+
+The `status` segment was split up into three segments. `background_jobs` prints
+an icon if there are background jobs. `root_indicator` prints an icon if the user
+is root. The `status` segment focuses now on the status only.
+
### New segment `custom_command` added
A new segment that allows users to define a custom command was added.