Releases: leftouterjoins/podsumer
Releases · leftouterjoins/podsumer
v0.9.97
What's Changed
- Add pagination to episodes page by @leftouterjoins in #32
Full Changelog: v0.9.96...v0.9.97
v0.9.96
What's Changed
- Implement playback position recall by @leftouterjoins in #26
- Add configurable paging for feed page by @leftouterjoins in #30
- Add all episodes page by @leftouterjoins in #31
Full Changelog: v0.9.93...v0.9.96
v0.9.95
Full Changelog: v0.9.93...v0.9.95
v0.9.93
Full Changelog: v0.9.92...v0.9.93
v0.9.92
Full Changelog: v0.9.9...v0.9.92
v0.9.91
What's Changed
- Fix RSS format for podcast apps by @leftouterjoins in #24
- Fix RSS format for podcast apps by @leftouterjoins in #25
Full Changelog: v0.9.9...v0.9.91
v0.9.8 Fix OPML format and Don't Require Auth on Files
v0.9.7 DB Improvements, Delete Feed Fix
Fixes broken feed delete for large feeds
Updates SQLite setup for better performance
Full Changelog: v0.9.6...v0.9.7
v0.9.6: Two New Features
Added option to store media to file system and optional HTTP authentication.
Improve Performance When Importing Some Large Feeds
If a feed containing many items each with custom images associated it could take a long time for Podsumer to ingest the feed as it was pulling down the image file for every item. This release adds a new configuration setting where you can set the number of recent items to fetch custom items for. The rest of the items will get the default feed image.