Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 952 Bytes

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 952 Bytes

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]

Changed

  • Rich-CLI now assumes that the input file is encoded in UTF-8 #56

[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)