Skip to content

Releases: oleq/nodeprompt

v2.0.2

12 Apr 09:44
5b24064
Compare
Choose a tag to compare

Code refactoring in the default configuration for better readability.

2.0.1

20 Mar 21:07
885222d
Compare
Choose a tag to compare
  • Fix: The prompt should not cause random line breaks when used with Zsh.

v2.0.0

26 Jan 20:14
71859c9
Compare
Choose a tag to compare

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

31 Oct 18:01
f074f0b
Compare
Choose a tag to compare

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.