rich v0.7.1 Release Notes

Release Date: 2020-03-13 // about 4 years ago
  • [0.7.1] - 2020-03-13

    ๐Ÿ›  Fixed

    • Issue with control codes being used in length calculation

    ๐Ÿ”„ Changed

    • โœ‚ Remove current_style concept, which wasn't really used and was problematic for concurrency

    [0.7.0] - 2020-03-12

    ๐Ÿ”„ Changed

    • โž• Added width option to Panel
    • Change special method __render_width__ to __measure__
    • ๐Ÿ’… Dropped the "markdown style" syntax in console markup
    • ๐Ÿ’… Optimized style rendering

    โž• Added

    • โž• Added Console.show_cursor method
    • โž• Added Progress bars

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed wrapping when a single word was too large to fit in a line