Skip to content

Releases: oe4dns/tootgroup.py

v1.5

11 Oct 22:22
Compare
Choose a tag to compare

ADDED

  • Compatibility with GoToSocial (tested) and possibly other Fediverse services (untested).
  • OAuth support for registering the tootgroup.py application with servers (needed for GoToSocial but also works with other services)

CHANGED

  • There are no more retries while registering the application with username/password. Instead an OAuth fallback is invoked. If this also fails, you have to retry manually.

FIXED

Full Changelog: v1.4.3...v1.5

v1.4.3

18 Dec 00:27
Compare
Choose a tag to compare

Modernised build setup and switched from setup.py to pyproject.toml (still using setuptools as its backend) Also create and provide a wheel distribution.

Full Changelog: v1.4.2...v1.4.3

v1.4.2

17 Dec 01:41
Compare
Choose a tag to compare

Switched from appdirs to platformdirs because the former is apparently no longer maintained.

What's Changed

  • Updates for deprecated appdirs by @justdaj in #9

New Contributors

Full Changelog: v1.4.1...v1.4.2