Skip to content

Releases: ThijsRay/podimo

v0.4.5

13 May 20:12
7c98c69
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

07 Mar 11:21
8b9036e
Compare
Choose a tag to compare

v0.4.3

29 Feb 12:59
5640b32
Compare
Choose a tag to compare

What's Changed

  • Created a tutorial.md that walks through the installation steps on a Raspberry Pi by @Pentelikon in #31
  • Added an option to define the credentials in a configuration file instead of having to provide it in the URL by @sauerhosen in #34
  • By default, generated RSS feeds don't show up in public podcast catalogues anymore. This can be configured with the PUBLIC_FEEDS configuration variable.

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

23 Dec 22:42
3a16dbd
Compare
Choose a tag to compare

What's Changed

  • Proxy / API config inladen moet niet naar string gecast worden by @midasvo in #33

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 Dec 09:05
3a24ee5
Compare
Choose a tag to compare

What's Changed

  • Fixed the update procedure as it didn't actually work as intended. Update to this release by manually doing git fetch --tags && git checkout v0.4.1 && bash -c "source venv/bin/activate && pip install -r requirements.txt"

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Dec 12:01
aa9d41b
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: diskcache and python-dotenv are now mandatory dependencies.
  • Cache podcast information to disk and improve logging by @sauerhosen in #30
  • Automatically read configuration from .env file
  • Added Makefile that enables easier managing, updating and installation.
  • Simplified installation instructions in README.md
  • Simplified update procedure in README.md
  • Made more variables configurable through environment variables
  • Add .env.example file which contains all configuration values and an explanation

New Contributors

Full Changelog: v0.3.7...v0.4.0

v0.3.7

13 Dec 14:22
a5aebae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

20 Nov 20:00
db58c75
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

02 Oct 12:18
3c589ee
Compare
Choose a tag to compare

Changes

  • Ensure that the proxy settings work on the GRAPHQL_URL
  • Make proxy settings session wide instead of applying them on a per request basis
  • Provide a traceback when an error occurred to assist in debugging issues

Full Changelog: v0.3.4...v0.3.5

v0.3.4

01 Oct 19:44
2474fec
Compare
Choose a tag to compare

Changes

  • Add timeouts to the HEAD and POST request to avoid opening too many files when requests start failing
  • Use a context manager to automatically close sockets on completion

Full Changelog: v0.3.2...v0.3.4