|
|
@ -1,5 +1,19 @@
|
|
|
|
## next
|
|
|
|
## 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
|
|
|
|
### `dir` changes
|
|
|
|
|
|
|
|
|
|
|
|
Added an option to configure the path separator. If you want something
|
|
|
|
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.
|
|
|
|
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
|
|
|
|
## v0.5.0
|
|
|
|
|
|
|
|
|
|
|
|
### `load` and `ram` changes
|
|
|
|
### `load` and `ram` changes
|
|
|
|