All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Nothing yet
- "UserWarning: The parameter -j is used more than once" in Textualize#74
- Fixed generic blend text in Textualize#51
- Rich-CLI now assumes that the input file is encoded in UTF-8 Textualize#56
- The JSON display mode is now
-J/--json - Python >= 3.9 is now required, so no more support for 3.7 and 3.8
- Hard-code UTF-8 encoding for the input file in Textualize#56
- Updated pyproject.toml to PEP621 and Poetry 2.* in Textualize#103
- Bumped Rich for improved SVG export
- Added Jupyter Notebook support Textualize#47
- Added --export-svg option
- Added support for vi navigation to pager Textualize#44
- Fixed wrong version number reported
- Added space key to page down to pager
- Change how code blocks in markdown are rendered (remove border, adding padding)