Skip to content

Releases: bigoulours/slskd-python-api

v0.1.5

11 Feb 10:57
Compare
Choose a tag to compare

Commits

  • e1878aa: quoting user and room names (Bertrand)

v0.1.4

31 Jan 20:22
Compare
Choose a tag to compare

Commits

  • dc156a1: Typos (Bertrand)
  • 38ee131: setting same search params as in webui (Bertrand)
  • 8728f59: adding session wide request tiemout (Bertrand)

v0.1.3

30 Dec 17:17
Compare
Choose a tag to compare

Commits

  • 511f735: updating .readthedocs.yaml (Bertrand)
  • 3059825: adding theme to reqs (Bertrand)
  • 05537df: adding kwarg to disable SSL cert verification (Bertrand)

v0.1.2

29 Dec 19:47
Compare
Choose a tag to compare

Commits

  • e9d9cc5: avoids raising Keyerror 'token' if usr/pwd is wrong (unknown)
  • a4c0623: switching to requests Session (unknown)

v0.1.1

24 Dec 15:11
Compare
Choose a tag to compare

Commits

  • caffcc6: Update README.md (bigoulours)
  • 40aa9e6: appending / to host address (bertrand)

v0.1.0

24 May 18:51
Compare
Choose a tag to compare

Commits

  • fa75d94: adding browsing_status (bigoulours)
  • bef1a84: adding license headers (bigoulours)
  • 0801ec4: adding token authentication (bigoulours)
  • a0a7233: removing search parameter token (bigoulours)

v0.0.7

20 May 08:16
Compare
Choose a tag to compare

Commits

  • ce7bd23: adding support for login with usr/pwd (bigoulours)
  • 77fe341: adding missing options methods (bigoulours)

v0.0.6

18 May 22:10
Compare
Choose a tag to compare

Commits

  • 654704e: adding project_urls
  • dfbf85e: adding publicChat and relay API
  • 7a86245: uuid can now be given as search parameter
  • 72d68c8: adding type hints
  • 11aae06: explaining search params/results
  • 110594a: adding license
  • fac83bf: added details to transfers methods
  • e46b0f2: workflows for tag-releases