aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-12-22 21:21:14 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-12-22 21:21:14 +0300
commite8c477235c4d0e29ce32f5f93274ee4a6b768e8c (patch)
treec6e4937065287bdc0925d60a86b119881e1254da /CHANGELOG.md
parent0059f9a0668b21ae358c7e8bdce6c3905f70152b (diff)
parent7ed0abebd690e4cf111582523f0279bbad6102bb (diff)
Merge pull request #164 from dritter/status_color_fix
Split up the `status` segment
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c21ea0e..846cd221 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
## v0.3.0 (next)
+### Added ability for "joined" segments
+
+You can now merge segments together by suffixing the segment name with "_joined".
+For Developers: Be aware that the order of parameters in left/right_prompt_segment
+has changed. Now a boolean parameter must be set as second parameter (true if joined).
+
+### `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.