Skip to content

Releases: wasi-master/rich-rst

Version 1.3.2

14 Oct 16:36

Choose a tag to compare

What's Changed

  • Convert to pyproject.toml, use setuptools_scm to manage version. by @BrianPugh in #15
  • Add support for common sphinx roles. by @BrianPugh in #18
  • [maintenance] update expected test vectors by @BrianPugh in #19
  • Update the test expectations for Docutils 0.22 by @mitya57 in #17

New Contributors

Full Changelog: v1.3.1...v1.3.2

Version 1.3.1

30 Apr 04:41

Choose a tag to compare

What's Changed

  • Remove trailing empty Text() objects that get displayed as newlines. by @BrianPugh in #14

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

25 Apr 18:56
ec1130b

Choose a tag to compare

🐛 Bug Fixes

⭐ New Features

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

26 Jan 19:09

Choose a tag to compare

🐛 Bug Fixes

⭐ New Features

🧑‍🦰 New Contributors

Full Changelog: v1.1.7...v1.2.0

Version 1.1.7

08 Mar 04:21
00032d8

Choose a tag to compare

🐛 Bug Fixes

  • Fix the entire text being shown as an inline code-block when only the first text is
  • Fix Textualize/rich-cli#31

Version 1.1.6

08 Mar 04:19
6f0127c

Choose a tag to compare

🐛 Bug Fixes

  • Fix an issue where if a document started with bare text (not headers) then it would crash

Version 1.1.5

11 Feb 03:53

Choose a tag to compare

🐛 Bug Fixes

  • Fix a debug print message showing up
  • Fix paragraphs not having adequate separation
  • Fix code blocks having too much separation

Version 1.1.4

11 Feb 03:51

Choose a tag to compare

🐛 Bug Fixes

  • Fix text being truncated (#1)
  • Doctest blocks now use the pycon lexer rather than the default python lexer since the pycon lexer is specially made for console sessions

Version 1.1.3

08 Feb 08:49

Choose a tag to compare

🐛 Bug Fixes

  • Change caution style from white on red to just red
  • Fix line breaks for enumerated lists and bullet lists

⭐ New Features

  • Add a filename parameter to the RestructuredText class
  • Add another alias reST

⌨️ CLI

  • Add new parameter for setting custom html width for word wrapping
  • Add custom html layout for custom selection color, max width and font
  • System messages now use the file name instead of <string>