Releases: ephes/django-cast
0.2.40 (2024-11-03)
Support for Wagtail 6.3
Improved the performance of the web player by
Python 3.13
0.2.39 (2024-10-13)
Support for Python 3.13 has been added. Support for Python 3.10 has been dropped.
0.2.38
0.2.38 (2024-09-08)
Support for Wagtail 6.2. Had to deactivate the mypy pre-commit hook because of
it no longer being able to infer types of model fields.
- #162 return a default template base dir name ("does_not_exist") instead of raising an exception when there are no wagtail sites
0.2.37 (2024-07-20)
0.2.36 (2024-07-07)
Bugfixes and new subtitle field for blog and podcast.
- #140 Fixed the
page_ptr
stuff again. This time for real. - #157 Fixed the
get_prep_value
getting called with weird values again. This time for real. - #134 Added subtitle to blog / podcast
- #136 Added some more documentation for
cover_image
andcover_image_alt
- #158 Fixed a no reverse match error when trying to render the podlove player during preview
0.2.35
0.2.35 (2024-06-30)
A lot of small improvements and bugfixes in this release.
- Add defer to loading the javascript for the podlove web player
- #56 removed old documentation
- #136 Only use blog cover image as a fallback for episode cover images, not the iTunes artwork
- #140 Workaround for the page_ptr ValueError in preview serving (ignore it)
- #150 Make cover image alt text work by passing it through repositories
- #152 Add a canonical link to the blog / podcast index page
- #153 JavaScript dependency updates and new bundle
- #154 Output all relative file paths + file contents to be able to pass it to the llm command
- #155 Update theme endpoint breaks on integer json payloads
- #156 Image IDs for galleries have to be integer
- #157 Fix some chooser blocks breaking on integer values for get_prep_value
0.2.34
0.2.34 (2024-06-16)
Cover image for Blogs do also make sense. Removed the
pin to Wagtail 6.1
since the audio and video choosers
are working again.
Some Fixes
Some fixes.
- #141 Fixed rendering the API version of an episode
- #142 Fixed internal server error on post to facet counts list endpoint
- #143 Fixed serving posts from blog A in feed of blog B
- #144 Updated htmx to 2.0.0 beta 4
- #145 Pin wagtail to < 6.1 because of broken audio and video choosers
- #146 Fixed missing get_cover_image method on Post model -> audio player now works again for non-Episodes
Cover Images
Podlove Player 5
0.2.31 (2024-05-05)
Podlove web player 5 is now used by default. Version 4 will still continue
to work, but it'is not officially supported anymore. This is important because adding a
transcript feature depends on this player version. It is now also possible to
overwrite the template that is used for an audio block in a theme. This is useful
if you want to heavily customize the appearance of the player.