fdiff
fdiff copied to clipboard
Bump rich from 12.5.1 to 13.3.2
Bumps rich from 12.5.1 to 13.3.2.
Release notes
Sourced from rich's releases.
Fixes and maintenance
Mixed bag, mostly fixes
[13.3.2] - 2023-02-04
Fixed
- Reversed
preandcodetags in base HTML format Textualize/rich#2642- Fix syntax error when building with nuitka Textualize/rich#2635
- Fixed pretty printing of empty dataclass Textualize/rich#2819
- Use
Console(stderr=True)inrich.traceback.installto support io redirection.- Fixes superfluous spaces in html output Textualize/rich#2832
- Fixed duplicate output in Jupyter Textualize/rich#2804
- Filter ANSI character-encoding-change codes in
Text.from_ansiparser- Fixes traceback failing when a frame filename is unreadable Textualize/rich#2821
- Fix for live update rendering console markup Textualize/rich#2726
Added
- Added Polish README
Changed
rich.progress.track()will now show the elapsed time after finishing the task Textualize/rich#2659My math was wrong
This release contains a fix for truecolor to eight bit color conversion, which results in more accurate colors.
[13.3.1] - 2023-01-28
Fixed
- Fixed truecolor to eight bit color conversion Textualize/rich#2785
Dependency update
[13.3.0] - 2023-01-27
Fixed
- Fixed failing tests due to Pygments dependency Textualize/rich#2757
- Relaxed ipywidgets Textualize/rich#2767
Added
- Added
encodingparameter inTheme.readNew Markdown parser
v13.2.0 replaces the unmaintained
commonmarklibrary withmarkdown-it-py. This new parser has a lot more capabilities and will allow us to implement a number of additional Markdown features in the future.The output from the
Markdownrenderable may change a little from previous versions.
... (truncated)
Changelog
Sourced from rich's changelog.
[13.3.2] - 2023-02-04
Fixed
- Reversed
preandcodetags in base HTML format Textualize/rich#2642- Fix syntax error when building with nuitka Textualize/rich#2635
- Fixed pretty printing of empty dataclass Textualize/rich#2819
- Use
Console(stderr=True)inrich.traceback.installto support io redirection.- Fixes superfluous spaces in html output Textualize/rich#2832
- Fixed duplicate output in Jupyter Textualize/rich#2804
- Filter ANSI character-encoding-change codes in
Text.from_ansiparser- Fixes traceback failing when a frame filename is unreadable Textualize/rich#2821
- Fix for live update rendering console markup Textualize/rich#2726
Added
- Added Polish README
Changed
rich.progress.track()will now show the elapsed time after finishing the task Textualize/rich#2659[13.3.1] - 2023-01-28
Fixed
- Fixed truecolor to eight bit color conversion Textualize/rich#2785
[13.3.0] - 2023-01-27
Fixed
- Fixed failing tests due to Pygments dependency Textualize/rich#2757
- Relaxed ipywidgets Textualize/rich#2767
Added
- Added
encodingparameter inTheme.read[13.2.0] - 2023-01-19
Changed
- Switch Markdown parsing from commonmark to markdown-it-py Textualize/rich#2439
[13.1.0] - 2023-01-14
Fixed
... (truncated)
Commits
2eb5cbfMerge pull request #2853 from Textualize/bump13-3-247d8567version bump2f502c2Merge pull request #2852 from Textualize/fix-console-markup-live6796675fix markup in console livec5f0890Merge pull request #2613 from xadrianzetx/fix-spinner-style-type81bb9abMerge branch 'master' into fix-spinner-style-type3588894Merge pull request #2786 from andrehora/master465d0aeMerge pull request #2787 from Textualize/dependabot/pip/sphinx-copybutton-0.5.1ed5c41eMerge pull request #2659 from jankatins/progress_track_show_elapsed_on_finish196bbc7Merge branch 'master' into progress_track_show_elapsed_on_finish- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)