Skip to content

Releases: ThijsRay/podimo

v0.3.2

30 Sep 16:19
a4fdc5c
Compare
Choose a tag to compare

Changes

  • Pin the dependencies to a specific version, so that breaking changes in downstream dependencies will not break it (see #22)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

30 Sep 14:14
d06a376
Compare
Choose a tag to compare

Changes

  • Add other region codes to the drop down menu (d06a376)

v0.3.0

30 Sep 13:40
fcee9cf
Compare
Choose a tag to compare

What's Changed

  • Fix for Cloudflare anti-bot using cloudscraper by @GLJS in #21
  • Replace custom proxy server implementation with system supported by the requests package (fcee9cf)
  • Make calls with Cloudscraper asynchronous (473b2d1)

New Contributors

  • @GLJS made their first contribution in #21

Full Changelog: v0.2.2...v0.3.0

v0.2.2

18 Sep 12:18
b776f87
Compare
Choose a tag to compare

Changes

v0.2.1

26 Aug 12:26
49daea4
Compare
Choose a tag to compare
  • Add a random garbage suffix to the generated URL. This can be used to bypass the cache of podcast players when a new URL is requested.
  • Change the URL where the podcast ID can be found

v0.2.0

25 Aug 00:08
f2bf0bd
Compare
Choose a tag to compare

This release adds the option to pass all traffic directed to the GraphQL API endpoint via an HTTP proxy. This can be used to bypass IP blockades that are enforced by Podimo. This can be enabled by setting the HTTP_PROXY environmental variable to an appropriate value.