Skip to content

1.12.4

Latest
Compare
Choose a tag to compare
@avylove avylove released this 25 Dec 21:42
· 4 commits to main since this release

Bug Fixes

  • Resize handler crashes when window height is reduced and manager has no counters #64

Changes

  • Resize handler now does line feeds when height is increased when not threaded
    • Previously only did when threaded
  • A warning is raised when closing a previously closed counter
    • Previously raised a non-specific error in some conditions
    • If the counter would normally be refreshed before closing, it will only refresh if still attached to manager, i.e. leave=True

Housekeeping

  • Pin Pip version in Tox to support older Python versions