Releases: wasi-master/rich-rst
Releases · wasi-master/rich-rst
Version 1.3.2
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
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
🐛 Bug Fixes
- Fix docutils/optparse deprecation warnings by @BrianPugh in #10
- No trailing newline by @BrianPugh in #12
⭐ New Features
- initial unit testing infrastructure by @BrianPugh in #11
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
🐛 Bug Fixes
- Add rich dependency by @davidbrochart in #3
- Add UTF-8 header by @davidbrochart in #4
- Add python 3.11 and 3.12 classifiers by @BrianPugh in #6
- fix too many arguments to unpack when visiting block quote. by @BrianPugh in #7
- Refactor
__main__.pyby @wasi-master in 8f63f3a
⭐ New Features
- Add Hyperlink Support by @BrianPugh in #8
🧑🦰 New Contributors
- @davidbrochart made their first contribution in #3
- @BrianPugh made their first contribution in #6
Full Changelog: v1.1.7...v1.2.0
Version 1.1.7
🐛 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
🐛 Bug Fixes
- Fix an issue where if a document started with bare text (not headers) then it would crash
Version 1.1.5
🐛 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
🐛 Bug Fixes
- Fix text being truncated (#1)
- Doctest blocks now use the
pyconlexer rather than the defaultpythonlexer since thepyconlexer is specially made for console sessions
Version 1.1.3
🐛 Bug Fixes
- Change caution style from
white on redto justred - Fix line breaks for enumerated lists and bullet lists
⭐ New Features
- Add a filename parameter to the
RestructuredTextclass - 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>