Releases: oleq/nodeprompt
Releases · oleq/nodeprompt
v2.0.2
2.0.1
v2.0.0
New features
-
Nodeprompt has been redesigned and since this version, it renders as a powerline–like prompt.
Note: Special (powerline) symbols must be supported by the terminal font for the prompt to render properly. Check out the requirements section of the readme to learn more.
-
A support for Zsh. Refer to the documentation to learn more.
Other changes
- The
promptChar
property in the configuration has been deprecated.
v1.0.0
New features
- Nodeprompt can be used as a library to get the status of the Git repository.
- Added experimental support for fish shell.
Improvements
- A massive code refactoring.
- Moved the data collection logic from bash to node, which made testing easier and more precise.
- 100% test coverage.