Date: 17.02.2026
- migrated from
setup.py+setup.cfgtopyproject.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)