nmoran / pymarkable

Python tools for use with remarkable readers
MIT License
0 stars 0 forks source link

:arrow_up: Bump rich from 8.0.0 to 9.11.0 #22

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps rich from 8.0.0 to 9.11.0.

Release notes

Sourced from rich's releases.

Now with Rich Layout system

The highlight of this release is the new Layout system which can be used to produce htop like terminal dashboards.

[9.11.0] - 2021-02-15

Fixed

### Added

  • Added cheeky sponsorship request to test card
  • Added quiet argument to Console constructor
  • Added support for a callback function to format timestamps (allows presentation of milliseconds)
  • Added Console.set_alt_screen and Console.screen
  • Added height to ConsoleOptions
  • Added vertical parameter to Align
  • Added Layout class

Changed

  • Pretty.overflow now defaults to None
  • Panel now respects options.height
  • Traceback lexer defaults to Python if no extension on source
  • Added ConsoleDimensions size attribute to ConsoleOptions so that size can't change mid-render

Optimizations and faster tracebacks

[9.10.0] - 2021-01-27

Changed

  • Some optimizations for Text
  • Further optimized Tracebacks by not tokenizing code more that necessary
  • Table Column.header_style and Column.footer_style are now added to Table header/footer style

Traceback optimizations and fixes

[9.9.0] - 2021-01-23

Changed

  • Extended Windows palette to 16 colors
  • Modified windows palette to Windows 10 colors
  • Change regex for attrib_name to be more performant
  • Optimized traceback generation

... (truncated)

Changelog

Sourced from rich's changelog.

[9.11.0] - 2021-02-15

Fixed

### Added

  • Added cheeky sponsorship request to test card
  • Added quiet argument to Console constructor
  • Added support for a callback function to format timestamps (allows presentation of milliseconds)
  • Added Console.set_alt_screen and Console.screen
  • Added height to ConsoleOptions
  • Added vertical parameter to Align
  • Added Layout class

Changed

  • Pretty.overflow now defaults to None
  • Panel now respects options.height
  • Traceback lexer defaults to Python if no extension on source
  • Added ConsoleDimensions size attribute to ConsoleOptions so that size can't change mid-render

[9.10.0] - 2021-01-27

Changed

  • Some optimizations for Text
  • Further optimized Tracebacks by not tokenizing code more that necessary
  • Table Column.header_style and Column.footer_style are now added to Table header/footer style

[9.9.0] - 2021-01-23

Changed

  • Extended Windows palette to 16 colors
  • Modified windows palette to Windows 10 colors
  • Change regex for attrib_name to be more performant
  • Optimized traceback generation

Fixed

  • Fix double line tree guides on Windows
  • Fixed Tracebacks ignoring initial blank lines
  • Partial fix for tracebacks not finding source after chdir
  • Fixed error message when code in tracebacks doesn't have an extension willmcgugan/rich#996

Added

... (truncated)

Commits
  • 44f54dd Merge pull request #998 from finnhughes/timestamp_miliseconds
  • 0f31a17 Merge branch 'master' into timestamp_miliseconds
  • 895d017 Merge pull request #1008 from willmcgugan/alt-screen
  • a7fa23d layout
  • d52c2a8 Allow timestamps to include milliseconds
  • ed5834e Merge pull request #2 from willmcgugan/master
  • 9a29b36 docs
  • 2c59d85 Merge pull request #1012 from willmcgugan/dependabot/pip/sphinx-3.5.0
  • 4161c56 Merge pull request #1013 from willmcgugan/dependabot/pip/pygments-2.8.0
  • 6110f20 Bump pygments from 2.7.4 to 2.8.0
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #24.