Skip to content

v1.3.0

Latest

Choose a tag to compare

@RobertoRoos RobertoRoos released this 18 Feb 07:16
· 29 commits to master since this release
cfe24d2

Date: 17.02.2026

  • migrated from setup.py + setup.cfg to pyproject.toml
  • dropped official support for Python 3.8 and added 3.13 and 3.14 (no code changes)
  • fixed issue with displaying syntax errors for Python 3.13
  • fixed issue with multibyte characters (emojis) breaking the input (#87)
  • added optional built-in method to clear all input (#58)
  • added optional escape character to execute system commands (e.g !ls -l) (#93)
  • added option to change the prompt placeholder strings (#68)
  • fixed issues in string highlighting (#69)