Skip to content

Releases: torchbox/wagtailmedia

v0.15.2 - now with Wagtail 6.1, new Romanian and updated Russian translations

12 Jun 21:37
bdf0f29
Compare
Choose a tag to compare

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

Full Changelog: v0.15.1...v0.15.2

v0.15.1 - more Wagtail 6

11 Feb 18:39
849e8a4
Compare
Choose a tag to compare

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?

05 Feb 21:32
8afa9d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.5...v0.15.0

v0.14.5

01 Nov 22:21
29c75ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.4...v0.14.5

v0.14.4 - The silencing of `DeprecationWarning`s

01 Aug 16:31
8614c1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.3...v0.14.4

v0.14.3 - Keeping up with core

19 Jul 15:01
Compare
Choose a tag to compare

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

08 Jun 22:37
Compare
Choose a tag to compare

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

05 May 15:04
259ac02
Compare
Choose a tag to compare

This release keeps your logs clean(er) ♻️ with Wagtail 5+

What's Changed

  • Changed SearchField with partial_match to AutocompleteField by @jamesbiggs in #204

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14 - Wagtail 5.0, iconified

23 Apr 13:14
Compare
Choose a tag to compare

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 removed AdminChooser)
    • 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)

Relevant PRs: #199 and #201

Full Changelog: v0.13.0...v0.14.0

v0.13 - Wagtail 4.1 onwards and upwards

15 Feb 18:20
cafdf36
Compare
Choose a tag to compare

This release drops support for Wagtail < 4.1 and tidies up code

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.13.0