aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 16 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b27a514..7cfcd4a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## next
+## v0.6.0
- Fixed a bug where the tag display was broken on detached HEADs.
- Fixed a bug where SVN detection sometimes failed.
@@ -10,6 +10,10 @@
- Added Github syntax highlighting to README.
- Various documentation cleanup.
+### New Font Option: nerd-fonts
+
+There is now an option to use [nerd-fonts](https://github.com/ryanoasis/nerd-fonts) with P9k. Simply configure the `nerdfont-fontconfig`, and you'll be set!
+
### `vcs` changes
The VCS segment can now display icons for remote repo hosting services, including Github, Gitlab, and 'other'.
@@ -20,28 +24,33 @@ Added an option to configure the path separator. If you want something
else than an ordinary slash, you could set
`POWERLEVEL9K_DIR_PATH_SEPARATOR` to whatever you want.
-### New segment 'command_execution_time' added
+#### `truncate_with_package_name` now searches for `composer.json` as well
+
+Now `composer.json` files are searched as well. By default `package.json` still takes
+precedence. If you want to change that, set `POWERLEVEL9K_DIR_PACKAGE_FILES=(composer.json package.json)`.
+
+### New segment `command_execution_time` added
Shows the duration a command needed to run. By default only durations over 3 seconds
are shown (can be adjusted by setting POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD).
-### New segment 'dir_writable' added
+### New segment `dir_writable` added
This segment displays a lock icon if your user has no write permissions in the current folder.
-### New segment 'disk_usage' added
+### New segment `disk_usage` added
This segment will show the usage level of your current partition.
-### New segment 'public_ip' added
+### New segment `public_ip` added
Fetches your Public IP (using ident.me) and displays it in your prompt.
-### New segment 'swift_version' added
+### New segment `swift_version` added
This segment displays the version of Swift that is installed / in your path.
-### New segment 'detect_virt' added
+### New segment `detect_virt` added
Detects and reports if you are in a virtualized session using `systemd`.