Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@rsnitsch rsnitsch released this 08 Jun 11:35
· 1 commit to develop since this release

Changes:

  • Fix support for Python 3.7 and earlier. Users have to install the typing-extensions module, though.
  • Attempt to fix the UnicodeEncodeErrors (or similar) that occur when printing files/paths with rare characters that are not
    compatible with the console's codec. See #33.