Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.46 KB

File metadata and controls

55 lines (32 loc) · 1.46 KB

Changelog

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.

[Unreleased]

  • Nothing yet

[1.8.1] - 2025-07-04

Fixed

  • "UserWarning: The parameter -j is used more than once" in #74
  • Fixed generic blend text in #51

Changed

  • 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

[1.8.0] - 2022-05-07

Changed

  • Bumped Rich for improved SVG export

[1.7.0] - 2022-05-1

Added

  • Added Jupyter Notebook support #47
  • Added --export-svg option
  • Added support for vi navigation to pager #44

[1.6.1] - 2022-04-23

Fixed

  • Fixed wrong version number reported

[1.6.0] - 2022-04-23

Added

  • Added space key to page down to pager

Changed

  • Change how code blocks in markdown are rendered (remove border, adding padding)