Releases: worthwhile/django-herald
Releases · worthwhile/django-herald
0.3.0
- Added support for automatic HTML2text support for plain text emails
- Added auto-complete for user in admin
- #74 - Added support for conditional enable/disable to raise error for missing templates
HERALD_RAISE_MISSING_TEMPLATES
- Updated to use GitHub Actions for CI
- Switched to Black for code formatting
0.2
- Drop official support for django < 1.11 and python 3.2-3.3
- Changed Notification.notification_class and Notification.verbose_name fields to have less restrictive
max_length
- Added support for django 2.1
- Added support for python 3.7
0.1.9
- Changed SentNotification.error_message to a TextField to fix issues when message is longer than 255 characters
0.1.8
- Fix for migration bug introduced in 0.1.7
0.1.7
- User disabled notifications support
0.1.6
- Email attachments support
0.1.5
- Added decorator to register notifications
- Fixed issue where an extra migration would get created in django 1.10
- Initial support for django 1.11
0.1.4
- Fixes an issue where sending
TwilioTextNotification
s would fail with an assertion error.
0.1.3
- Added a management command to delete old saved notifications
- Fixed an issue when installing herald without django already being installed
- Added django.contrib.auth for sending django's password reset email through herald
- Improved the herald email preview list
0.1.2
Fixing bug finding template for front-end email viewer page.