Releases: ephes/django-cast
Releases · ephes/django-cast
0.2.41 (2025-01-05)
Started adding transcripts to the audio model. This is a work in progress and
not yet finished. Switched from flit
to uv
because I started to use uv
for all new projects and now gradually switch old ones over.
- #167 Fixed the styling of the audio player
- #168 Add transcript model
- Better icons for audio, video and transcript MenuItems
- Order the audio models by default by -created for forms with audio foreign key like TranscriptForm
- #172 Switch from flit to uv
- #173 Mypy fixes
- #161 Release process order
- Updated Javascript dependencies
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