Releases: torchbox/wagtailmedia
Releases · torchbox/wagtailmedia
v0.15.2 - now with Wagtail 6.1, new Romanian and updated Russian translations
What's Changed
- Wagtail Space blurb. by @FlipperPA in #239
- Fix collections import for latest Wagtail main by @zerolab in #240
- Update Russian translation by @ACK1D in #242
- Add Wagtail 6.1 fixes by @katdom13 in #243
- Minimum supported versions: Wagtail 5.2, Django 4.2
New Contributors
- @FlipperPA made their first contribution in #239
Full Changelog: v0.15.1...v0.15.2
v0.15.1 - more Wagtail 6
This release fixes the action buttons on the media index page. For simplicity, they are moving to show separately, rather than the dropdown
Full Changelog: v0.15.0...v0.15.1
v0.15 - Did you say Wagtail 6?
What's Changed
- Allow overriding the edit form action by @davidwtbuxton in #229
- Prep for Wagtail 6.0 by @zerolab in #232
- [chore] tooling updates by @zerolab in #233
New Contributors
- @davidwtbuxton made their first contribution in #229
Full Changelog: v0.14.5...v0.15.0
v0.14.5
What's Changed
- Clean up static files by @kiranrokkam09 in #221
- Fix use of deprecated
classnames
by @jamesbiggs @zerolab in #225 and follow ups - Add Wagtail 5.2/ Python 3.12 by @zerolab in #226
New Contributors
- @kiranrokkam09 made their first contribution in #221
Full Changelog: v0.14.4...v0.14.5
v0.14.4 - The silencing of `DeprecationWarning`s
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #211
- Updated
insert_editor_css
toinsert_global_admin_css
by @jamesbiggs in #218
Full Changelog: v0.14.3...v0.14.4
v0.14.3 - Keeping up with core
What's Changed
- PyPI trusted publishing and tooling tweaks by @zerolab in #215
- Wagtail 5.1 compatibility by @zerolab in #216
- Adjust header search, chooser modal initialisation for Wagtail 5.1
- Fix title generation and tag widget initialisation
Full Changelog: v0.14.2...v0.14.3
v0.14.2 - chooser edit button
This release fixes a regression from switching to modern chooser base classes.
And expands the ruff linting rules to be more opinionated
What's Changed
Full Changelog: v0.14.1...v0.14.2
v0.14.1 - The silence of the Wagtail 5+ partial_matches
This release keeps your logs clean(er) ♻️ with Wagtail 5+
What's Changed
- Changed
SearchField
withpartial_match
toAutocompleteField
by @jamesbiggs in #204
New Contributors
- @jamesbiggs made their first contribution in #204
Full Changelog: v0.14.0...v0.14.1
v0.14 - Wagtail 5.0, iconified
This release:
- 🚀 switches to using ruff instead of isort/flake8
- 📦 switches to flit for packaging
- 🛠️ adds support for for Wagtail 5.0 (chiefly by switching to using
BaseChoose
instead of the now removedAdminChooser
)- also tests against Python 3.11, and Django 4.2 with Wagtail 5.0
- 🎨 adds audio/video icons (usable via their ids:
wagtailmedia-audio
,wagtailmedia-video
)
Full Changelog: v0.13.0...v0.14.0