All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adjust test matrix to use Wagtail 6 @katdom13
- Drop Wagtail < 5.2 from the test matrix @katdom13
- Add Python 3.12 to test matrix @katdom13
- Update minimum Wagtail version to 5.2 in setup.py @katdom13
- Adjust test matrix to use Wagtail 5.2 @nickmoreton
- Drop wagtail 5.0 from the test matrix @nickmoreton
- Update tox.ini envlist to consider that Django 3.2 does not support Python 3.11 @katdom13
- Update minimum Wagtail version to 4.1 in setup.py @katdom13
- Add USE_TZ to avoid removal warnings from Django @katdom13
- Adapt tox-gh-actions @katdom13
- Run updatemodulepaths @katdom13
- Update gitignore @katdom13
- Add GitHub Actions @engineervix
- Add staticfiles/ to .gitignore @engineervix
- Add test suite @engineervix
- Update setup.py to include testing deps @engineervix
- Add testing dependencies @engineervix
- Add tox configuration @engineervix
New maintainers! This release is identical to 0.2.1, but is the first release to follow semantic versioning, and is the first release by the new maintainers.
- Support Django 3 @tomdyson
- Upgrade to latest tota11y (#9) @seb-b
- Fixes #3 Added override kwarg to use tota11y outside of preview mode (#5) @seb-b
- Fixes #4 use getattr to check for is_preview (#5) @seb-b
- Add jinja2 tag (#1) @LiamBrenner
- Work with static files correctly, fixes (#2) @LiamBrenner
First release - @LiamBrenner