Releases: jwodder/ps1.py
Releases · jwodder/ps1.py
v0.7.2 — Fix crash when `$MAIL` is set but file is empty
v0.7.1 — Fix support for custom venv prompt prefixes
Version 0.7.1
v0.7.0 — Dark & light themes
- The branch name/
HEAD
description is now truncated if it gets too long. - Add
--theme
option for selecting between dark and light themes - Add
--no-hostname
option - Drop support for Python 3.8
v0.6.0 — Package for PyPI
- Always open text files in UTF-8
- If Git is not installed, the Git integration will now be automatically disabled instead of raising an error
- Require Python 3.8+
- Now available as a package on PyPI
v0.5.0 — Git status timeout
- Add a
--git-timeout
option for disabling the Git integration ifgit status
takes too long to run
v0.4.0 — Support custom virtualenv prompt prefixes
Version 0.4.0
v0.3.0 — Support Conda environment prompt prefixes
Version 0.3.0
v0.2.2 — Fix a crash
- When inside a
.git
directory, treat it like a bare repository, thereby fixing a crash
v0.2.1 — Fix Python 3.5 support
- Remove some Python 3.6 syntax that snuck in
Version 0.2.0 — Zsh support
- [#1] Added an
--ansi
option for outputting raw escape sequences without Bash's\[ ... \]
wrappers - [#2] When outputting for Bash, backslashes in strings are now escaped
- Added version, author, etc. variables to the top of the file
- Added a
--version
option - Added support for zsh
- Added a
-G
,--git-only
option for only outputting the Git status string