Skip to content

Releases: ephes/django-cast

0.2.40 (2024-11-03)

03 Nov 17:27
Compare
Choose a tag to compare
0.2.40 (2024-11-03) Pre-release
Pre-release

Support for Wagtail 6.3

Improved the performance of the web player by

  • #167 Waiting for the load event before initializing the player (instead of using DOMContentLoaded)
  • #167 Only initializing the player once the player is visible in the viewport
  • #167 Save space for the player in the layout, even if it's not visible
  • #167 New podlove player web component

Python 3.13

13 Oct 08:55
Compare
Choose a tag to compare
Python 3.13 Pre-release
Pre-release

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

08 Sep 19:27
Compare
Choose a tag to compare
0.2.38 Pre-release
Pre-release

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)

20 Jul 07:33
Compare
Choose a tag to compare
0.2.37 (2024-07-20) Pre-release
Pre-release

Bugfixes - squashing migrations didn't work.

  • #159 Fixed author name in post detail page header for bs4 and base templates
  • #160 Squash migrations

0.2.36 (2024-07-07)

07 Jul 19:46
Compare
Choose a tag to compare
0.2.36 (2024-07-07) Pre-release
Pre-release

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 and cover_image_alt
  • #158 Fixed a no reverse match error when trying to render the podlove player during preview

0.2.35

30 Jun 14:47
Compare
Choose a tag to compare
0.2.35 Pre-release
Pre-release

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

16 Jun 08:31
Compare
Choose a tag to compare
0.2.34 Pre-release
Pre-release

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.

  • #136 Added cover image for Blog, too
  • #145 Surprisingly simple fix for the audio and video choosers in Wagtail 6.1
  • #147 Fixed podlovePlayer not working after htmx pagination
  • #148 Fixed remove null bytes in api request query parameters
  • #149 Removed some unused dependencies

Some Fixes

26 May 08:57
Compare
Choose a tag to compare
Some Fixes Pre-release
Pre-release

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

12 May 20:02
Compare
Choose a tag to compare
Cover Images Pre-release
Pre-release

0.2.32 (2024-05-12)

Added an optional cover image to post. For podcasts the iTunes artwork will be used
as a fallback.

  • #56 Added some documentation for post and related models
  • #136 Added cover image to post
  • #139 Fixed codecov upload

Podlove Player 5

05 May 05:58
Compare
Choose a tag to compare
Podlove Player 5 Pre-release
Pre-release

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.

  • #65 Use podlove web player 5
  • #132 Create the feed repository from cachable data, too
  • #133 Test for each post whether it is a podcast episode
  • #135 Support for wagtail 6.1
  • #137 Make audio.html template themeable via template_base_dir
  • #138 Small mypy fix