Skip to content

Releases: jwodder/ps1.py

v0.7.2 — Fix crash when `$MAIL` is set but file is empty

11 Jul 10:52
v0.7.2
Compare
Choose a tag to compare

v0.7.1 — Fix support for custom venv prompt prefixes

23 May 11:41
v0.7.1
Compare
Choose a tag to compare

v0.7.0 — Dark & light themes

13 May 13:58
v0.7.0
Compare
Choose a tag to compare
  • 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

12 May 21:36
v0.6.0
Compare
Choose a tag to compare
  • 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

03 Jul 14:31
v0.5.0
Compare
Choose a tag to compare
  • Add a --git-timeout option for disabling the Git integration if git status takes too long to run

v0.4.0 — Support custom virtualenv prompt prefixes

15 Feb 00:12
v0.4.0
Compare
Choose a tag to compare

v0.3.0 — Support Conda environment prompt prefixes

13 Oct 19:42
v0.3.0
Compare
Choose a tag to compare

v0.2.2 — Fix a crash

12 Jul 01:56
v0.2.2
Compare
Choose a tag to compare
  • When inside a .git directory, treat it like a bare repository, thereby fixing a crash

v0.2.1 — Fix Python 3.5 support

03 Jun 22:57
v0.2.1
Compare
Choose a tag to compare
  • Remove some Python 3.6 syntax that snuck in

Version 0.2.0 — Zsh support

24 Jul 17:49
v0.2.0
Compare
Choose a tag to compare
  • [#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