Skip to content

Changelog

0.2.7

Compare the full difference

  • Bug fix: Ensures correct function signature is added to the task queue for refreshing feed.

0.2.6

Compare the full difference

  • Adds support for Django's messages framework. If detected in INSTALLED_APPS, it will add success and error messages to requests. Commit

0.2.5

Compare the full difference

  • Add description to AnalysisGroupForm. Commit

0.2.4

Compare the full difference

  • Adds a description field to AnalysisGroup so you add the reasoning behind why you created it. Commit

0.2.3

Compare the full difference

  • Add fix for cases with podcastparser doesn't split keywords correctly.

0.2.2

Compare the full difference

  • As it turns out, some podcasts don't even include an episode number. Adjusts primary sorting for episodes on release_datetime.

0.2.1

Compare the full difference

  • Fixes template links and link text.
  • Adds app level breadcrumb item.
  • Adds missing base entry view to app root.

0.2.0

Compare the full difference

  • Improved logic for getting distinct podcasts for Person records. Commit
  • If the actual mime type of Podcast cover art file is different from the reported type or file extension, update the file extension. Commit
  • Removes all the legacy css code in favor of somewhat more bare templates that would be easier to incorporate into a different project. Commit
  • Add views and templates for People records. Commit
  • Add views and templates for Episode records. Commit
  • Add initial analysis group templates. Commit
  • Adds analysis group calculations around durations, related object counts, feed data properties, iTunes categories, etc. Commit
  • Exposes Podcast tags to views and templates, and removes the unused Episode level tags. Commit

0.1.2

Compare the full difference

  • Minor documentation fix for PyPI

0.1.1

Compare the full difference

  • Rename seed_database to seed_database_itunes.

0.1.0

  • Initial release