Releases: amugofjava/podcast_search
Releases · amugofjava/podcast_search
v0.7.11
v0.7.9
- Add RSS date last modified (where available) to Podcast model and include on fetch.
v0.7.8
- BREAKING CHANGE: Feed processing has moved into Feed class. For example, Podcast.loadFeed() is now Feed.loadFeed().
- New feedLastUpdated() method to return the date & time the RSS was last updated (if available).
v0.7.3
- Additional exception handler for certificate issues which then throws PodcastCertificateException.
- Updated Dio dependency to 5.7.0.
v0.7.1
Enhacnements
- Add support for
<podcast:medium>
tag.
v0.7.0
- Add support for PC2.0
<podcast:remoteItem>
tag (at channel level).
v0.6.9
- Bug fix: handle empty fields from iTunes and PodcastIndex API call results.
v0.6.8
- BREAKING CHANGE: Language is now a text parameter (2-3 letter code) rather than enum. This is because iTunes largely ignores language, but PodcastIndex can use it for trending podcasts.
v0.6.7
- Update example to handle null feed.
- Default podcast image to take iTunes version if available and fallback to channel version to be consistent with episode image handling.
v0.6.6
- Minor fixes to SRT parser to avoid double spaces between words.