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
- Rich-CLI now assumes that the input file is encoded in UTF-8 #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 #56
- Updated pyproject.toml to PEP621 and Poetry 2.* in #103
- Bumped Rich for improved SVG export
- Added Jupyter Notebook support #47
- Added --export-svg option
- Added support for vi navigation to pager #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)