Releases: ThijsRay/podimo
Releases · ThijsRay/podimo
v0.4.5
What's Changed
- Optimise Docker build caching by @jhogervorst in #39
- Episode metadata improvements by @jhogervorst in #41
- Fetch all episodes to get full history by @jhogervorst in #40
New Contributors
- @jhogervorst made their first contribution in #39
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
Full Changelog: v0.4.3...v0.4.4
v0.4.3
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
- @Pentelikon made their first contribution in #31
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
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
What's Changed
- BREAKING CHANGE:
diskcache
andpython-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
- @sauerhosen made their first contribution in #30
Full Changelog: v0.3.7...v0.4.0
v0.3.7
What's Changed
- Add optional forwarding through ScraperAPI by @luuktimmermans in #29
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- Added optional forwarding through Zenrows by @luuktimmermans in #28
New Contributors
- @luuktimmermans made their first contribution in #28
Full Changelog: v0.3.5...v0.3.6
v0.3.5
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
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