Skip to content

Releases: worthwhile/django-herald

0.3.0

19 Oct 00:06
Compare
Choose a tag to compare
  • 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

16 Aug 20:41
e38affc
Compare
Choose a tag to compare
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

09 Oct 14:31
Compare
Choose a tag to compare
  • Changed SentNotification.error_message to a TextField to fix issues when message is longer than 255 characters

0.1.8

05 Sep 19:28
Compare
Choose a tag to compare
  • Fix for migration bug introduced in 0.1.7

0.1.7

31 Aug 12:55
Compare
Choose a tag to compare
  • User disabled notifications support

0.1.6

30 Jun 15:00
Compare
Choose a tag to compare
  • Email attachments support

0.1.5

10 Feb 16:37
Compare
Choose a tag to compare
  • 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

06 Jan 20:09
Compare
Choose a tag to compare
  • Fixes an issue where sending TwilioTextNotifications would fail with an assertion error.

0.1.3

22 Dec 13:59
Compare
Choose a tag to compare
  • 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

22 Jul 20:22
Compare
Choose a tag to compare

Fixing bug finding template for front-end email viewer page.