Skip to content

Releases: mkb79/Audible

v0.3.1

15 Jun 21:12
fcaa626
Compare
Choose a tag to compare
  1. Add return_raw param to get, post and delete method for AudibleAPI class.

  2. Bugfixes

  3. Some internal changes

v0.3.1a0

15 Jun 13:53
02c8dd3
Compare
Choose a tag to compare
v0.3.1a0 Pre-release
Pre-release

Add a return_raw param to get, post and delete class method for AudibleAPI class.

Some internal changes

v0.3.0

04 Jun 12:34
d9e6e9f
Compare
Choose a tag to compare

Changelog

  • switch from requests/aiohttp to httpx
  • rebuild auth flow
  • add access token auth flow
  • add function to refresh website cookies
  • some style recodings
  • bugfixes

v0.3.0a1

02 Jun 12:39
673618d
Compare
Choose a tag to compare
v0.3.0a1 Pre-release
Pre-release

add access token auth flow and other changes.

v0.3.0a0

02 Jun 06:04
fa76752
Compare
Choose a tag to compare
v0.3.0a0 Pre-release
Pre-release
  • Switch from requests/aiohttp to httpx
  • rebuild auth flow

v0.2.3

01 Jun 09:26
cc1b57b
Compare
Choose a tag to compare

Add functions to switch user, get user profile/name and get country code of actually set marketplace

v0.2.3a0

31 May 19:45
ad16f92
Compare
Choose a tag to compare
v0.2.3a0 Pre-release
Pre-release

add function to switch user and get user profile/name

v0.2.2

31 May 14:34
05fbfa6
Compare
Choose a tag to compare
  • fix some issues
  • add more marketplaces
  • add switch_marketplace method to AudibleAPI (Client) class
  • add callback for cvf verifiziert code

v0.2.1

22 Sep 10:52
44b162a
Compare
Choose a tag to compare
prepare for v0.2.1 release

v0.2.1a3: switch from pycrypto to pyaes

14 Aug 21:46
b07bae9
Compare
Choose a tag to compare
Pre-release
There are problems to install pycrypto on some machines. Switches to
pyaes who is a pure python package. It's slower than
pycrypto/pycryptodome but it's okay. It's only needed on load/save
credentials.