0.2.42 (2025-02-15)¶
Wagtail 6.4 compatibility. You might to have to add something like that to your Django settings to make sure that the fulltext search works:
TASKS = {
"default": {
"BACKEND": "django_tasks.backends.immediate.ImmediateBackend",
"ENQUEUE_ON_COMMIT": False,
}
}
#175 Wagtail 6.4 compatibility
#176 Fix tox.ini use of uv
#176 Fix pyproject.toml dev dependencies
#176 Fix github actions
#168 Tests for transcripts -> coverage back at 100%