Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

2.0.1

Latest
Compare
Choose a tag to compare
@MurdoMaclachlan MurdoMaclachlan released this 23 Apr 22:54

As of this version, setuptools 57.0.0+ and PyGObject 3.42+ are now explicitly required, having been implicit requirements before.

  • Moved Notify to the Logger, allowing easy catching of any errors originating from GLib. (@MurdoMaclachlan)
  • Switched to detecting u/transcribersofreddit's new failure message. (@MurdoMaclachlan)
  • Changed functions marked to NoReturn to return None instead, as per Python's type-hinting specifications. (@MurdoMaclachlan)
  • Changed camelCase variable names to snake_case. (@MurdoMaclachlan)
  • Changed docstrings to better reflect standards. (@MurdoMaclachlan)
  • Fixed alphabetical order of methods in the Logger. (@MurdoMaclachlan)