aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-01-22 21:22:55 +0300
committerBen Hilburn <bhilburn@gmail.com>2017-01-22 21:22:55 +0300
commita95b4740a6226ed4d1e82305a6f05e59a03ae65e (patch)
tree7ac0166a78c33797715115eafbcf4a7115b53caa /CHANGELOG.md
parenteb67fb5c0c0b504fbbcc6c56433ffe09393dfe7a (diff)
CHANGELOG: Updating to reflect work on `next`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff0fd890..defc1dd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
## next
+- Fixed a bug where the tag display was broken on detached HEADs.
+- Fixed a bug where SVN detection sometimes failed.
+- Fixed the `load` and `ram` segments for BSD.
+- Fixed code-points that changed in Awesome fonts.
+- Fixed display of "OK_ICON" in `status` segment in non-verbose mode.
+- Fixed an issue where dir name truncation that was very short sometimes failed.
+- Speed & accuracy improvements to the battery segment.
+- Added Github syntax highlighting to README.
+- Various documentation cleanup.
+
+### `vcs` changes
+
+The VCS segment can now display icons for remote repo hosting services, including Github, Gitlab, and 'other'.
+
### `dir` changes
Added an option to configure the path separator. If you want something
@@ -10,6 +24,18 @@ else than an ordinary slash, you could set
This segment will show the usage level of your current partition.
+### New segment 'public_ip' added
+
+Fetches your Public IP (using ident.me) and displays it in your prompt.
+
+### New segment 'swift_version' added
+
+This segment displays the version of Swift that is installed / in your path.
+
+### New segment 'detect_virt' added
+
+Detects and reports if you are in a virtualized session using `systemd`.
+
## v0.5.0
### `load` and `ram` changes