rich v9.3.0 Release Notes

Release Date: 2020-12-01 // over 3 years ago
  • [9.3.0] - 2020-12-1

     Added

    • ➕ Added get_datetime parameter to Console, to allow for repeatable tests
    • ➕ Added get_time parameter to Console
    • ➕ Added rich.abc.RichRenderable
    • ➕ Added expand_all to rich.pretty.install()
    • Added locals_max_length, and locals_max_string to Traceback and logging.RichHandler
    • Set defaults of max_length and max_string for Traceback to 10 and 80
    • ➕ Added disable argument to Progress

    🔄 Changed

    • ✅ Reformatted test card (python -m rich)

    🛠 Fixed

    • 🛠 Fixed redirecting of stderr in Progress
    • 🛠 Fixed broken expanded tuple of one #445
    • 🛠 Fixed justify argument not working in console.log #460