diff --git a/python-HyperKitty.changes b/python-HyperKitty.changes index 1daeb88..2d7ad10 100644 --- a/python-HyperKitty.changes +++ b/python-HyperKitty.changes @@ -2,6 +2,14 @@ Tue Aug 4 01:35:17 UTC 2020 - Stasiek Michalski - Version update to 1.3.3 + * Allow SHOW_INACTIVE_LISTS_DEFAULT setting to be configurable. (Closes #276) + * Fix a bug where the user couldn’t chose the address to send reply or new post as. (Closes #288) + * Improve the Django admin command reference from hyperkitty_import. (Closes #281) + * Fix FILTER_VHOST to work with web hosts other than the email host. (Closes #254) + * Fixed a bug where export can fail if certain headers are wrapped. (Closes #292) + * Fixed hyperkitty_import to allow odd line endings in a folded message subject. (Closes #280) + * Fixed a bug that could throw an IndexError when exporting messages. (Closes #293) + * Use errors='replace' when encoding attachments. (Closes #294) ------------------------------------------------------------------- Thu May 14 12:57:07 UTC 2020 - pgajdos@suse.com