- Upgrade to Django 5.2 LTS and Python 3.13.
- Migrate from Vue 2 to Vue 3 with Pinia state management.
- Replace Webpack with RSBuild.
- Upgrade Bootstrap 4 to Bootstrap 5.
- Remove jQuery, Popper, and Axios dependencies.
- Add GitHub Actions workflows (quality, test, deploy).
- Add pre-commit hooks with black and isort.
- Modernize Docker setup with separate backend/frontend containers.
- Add this changelog file.
- Add GDPR module for quick development of privacy settings modals.
- Add Docker development setup for contenerized development environments.
- Lots of Webpack improvements.
- Improve cleaning of build directories.
- Implement own asset-to-production hash mapping library for Django and Webpack.
Initial release.