All Versions
156
Latest Version
Avg Release Cycle
14 days
Latest Release
608 days ago

Changelog History
Page 13

  • v1.1.6 Changes

    May 17, 2020

    Β Added

    • βž• Added rich.align.Align class
    • βž• Added justify argument to Console.print and console.log
  • v1.1.5 Changes

    May 15, 2020

    [1.1.5] - 2020-05-15

    πŸ”„ Changed

    • πŸ”„ Changed progress bars to write to stdout on terminal and hide on non-terminal
  • v1.1.4 Changes

    May 15, 2020

    [1.1.4] - 2020-05-15

    πŸ›  Fixed

    • πŸ›  Fixed incorrect file and link in progress.log
    • πŸ›  Fixes for legacy windows: Bar, Panel, and Rule now use ASCII characters
    • 🏁 show_cursor is now a no-op on legacy windows

     Added

    • βž• Added Console.input

    πŸ”„ Changed

    • Disable progress bars when not writing to a terminal
  • v1.1.3 Changes

    May 15, 2020

    [1.1.3] - 2020-05-15

    πŸ›  Fixed

    • Issue with progress of one line
  • v1.1.2 Changes

    May 14, 2020

    [1.1.2] - 2020-05-14

    βž• Added

    • βž• Added -p switch to python -m rich.markdown to page output
    • βž• Added Console.control to output control codes

    πŸ”„ Changed

    • Changed Console log_time_format to no longer require a space at the end
    • βž• Added print and log to Progress to render terminal output when progress is active
  • v1.1.1 Changes

    May 12, 2020

    [1.1.1] - 2020-05-12

    πŸ”„ Changed

    • Stripped cursor moving control codes from text
  • v1.1.0 Changes

    May 10, 2020

    [1.1.0] - 2020-05-10

    βž• Added

    • βž• Added hyperlinks to Style and markup
    • βž• Added justify and code theme switches to markdown command

    [1.0.3] - 2020-05-08

    βž• Added

    • βž• Added python -m rich.syntax command
  • v1.0.3 Changes

    May 08, 2020

    [1.0.3] - 2020-05-08

    βž• Added

    • βž• Added python -m rich.syntax command
  • v1.0.2 Changes

    May 08, 2020

    [1.0.2] - 2020-05-08

    πŸ›  Fixed

    • 🏁 Issue with Windows legacy support #59
  • v1.0.1 Changes

    May 08, 2020

    [1.0.1] - 2020-05-08

    πŸ”„ Changed

    • Applied console markup after highlighting
    • Documented highlighting
    • πŸ’… Changed Markup parser to handle overlapping styles
    • 😌 Relaxed dependency on colorama
    • πŸ‘ Allowed Theme to accept values as style definitions (str) as well as Style instances
    • βž• Added a panel to emphasize code in Markdown

    βž• Added

    • βž• Added markup.escape
    • βž• Added python -m rich.theme command
    • βž• Added python -m rich.markdown command
    • βž• Added rendering of images in Readme (links only)

    πŸ›  Fixed

    • πŸ›  Fixed Text.assemble not working with strings #57
    • πŸ›  Fixed table when column widths must be compressed to fit