aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-12-18 02:59:04 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-12-18 02:59:04 +0300
commit2a519ee2d7ed7bd2a70aabd42bba7e95baa8e714 (patch)
treeb4bf11a175d726b10e64a9b92c8891afeba9238e /CHANGELOG.md
parentbd5955221ed2b200853fe8da1aa2ba3b0dc4c5f3 (diff)
parent7ed0abebd690e4cf111582523f0279bbad6102bb (diff)
Merge branch 'status_color_fix' into battery_visual_identifier
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 a461d2d1..65a04de0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,18 @@
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".
+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.