* 2024/11/07 * Add ability to use plain text in Insert and Append actions * Fix bug where "none" lexer was adding an extra newline * Add support for Python 3.13 * Remove support for Python 3.8
1.13.3
======
* Fix bug where HighlightChain wasn't turning off * Changed tox tests to cover 3.8-3.12 (drop 3.7, add 3.12)
1.13.2
======
* Add ability to include a header when using the Code.python_portion() method * Update requirements bounds to avoid a breaking change from colored==2.0.0
1.13.1
======
* The "none" lexer added in 1.11 used Pygment's TextLexer which returns all text as a single blob, rather than splitting it by lines. Added a new internal lexer that lexes on newlines and switched the "none" parser to use it
1.13
====
* Add new action that simulates a prompt and a response
1.12
====
* Add ability to add pauses during console output for Insert, Append, and their typewriter equivalents