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

Releases: MollyMaclachlan/tadr

2.0.1

23 Apr 22:54
Compare
Choose a tag to compare

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)

2.0.0

12 Dec 14:47
Compare
Choose a tag to compare

Functionality

  • Added and enforced refresh token authentication.
  • Refactored Logger.

Cleanup/Optimisation

  • Optimised Static.define_paths().
  • General optimisations for the rest of the program.

Dependencies

  • Removed colored.
  • Updated praw to 7.5.0.

Documentation/Logs

  • Added docstrings.
  • Updated readthedocs documentation.
  • Changed name of core folder to tadrcore so pip installation doesn't explode. (#3)

1.0.2

06 Aug 13:31
bf6729b
Compare
Choose a tag to compare

Cleanup/Optimisation

  • General small cleanup and readability improvements.

Bug Fixes

  • #1: Import error: cannot import getTime() (fixed in #2).

1.0.1

25 Jul 15:15
13c1141
Compare
Choose a tag to compare

Documentation

  • TADR now logs a full link to messages it replies to, allowing them to be opened by clicking on them in many consoles.

1.0.0

13 Jun 15:23
eede6eb
Compare
Choose a tag to compare

Meta

Functionality

  • Created initial program.