Skip to content

v1.9.0

Compare
Choose a tag to compare
@chuanqisun chuanqisun released this 26 May 05:56
· 97 commits to master since this release
  • Added: experimental support for iTunes podcast feed: Demo | Source. With this new release, you can render an audio control to play the mp3 file and display iTunes episode duration. It is "experimental" due to these caveats:
    • This feature is currently only available through custom template.
    • iTunes has no strict format requirement for duration. The unit is most likely seconds but can be "hh:mm:ss" or "mm:ss" for some sources. A future version may expose a human readable string to the template.
    • No image support yet. Some shows might have disabled CORS or use a relative URL for image, which forces osmosfeed to download the image during build. A future version may support it.
    • You can't republish the podcast in the feed output. Supporting this goes beyond the scope of the project at the moment.
  • Fixed: the articles in template data were not sorted.
  • Thank you @Zenigata