Skip to content

Releases: django-helpdesk/django-helpdesk

0.3.1 bugfix release

19 Nov 05:41
Compare
Choose a tag to compare

Fixes a few small but important bugs:

  • Fix issue with file validator for email attachments
  • Clean html entities in new ticket fields
  • Fix minutes representation in time spent on tickets
  • Updated Celery syntax for latest version of celery

0.3.0 major release

18 Oct 05:09
Compare
Choose a tag to compare

This is a major feature release of django-helpdesk and so has a lot of changes! Many bugfixes, an overhauled web user interface, now targets Python 3 only and Django 3 (but still supports Django 2.2 to allow smooth upgrading).

0.3.0 beta 3

04 Jan 22:54
Compare
Choose a tag to compare
0.3.0 beta 3 Pre-release
Pre-release

Fixes a few bugs, most notably in the login screen, but also a double translation bug

0.3.0b1

12 Nov 07:21
Compare
Choose a tag to compare
0.3.0b1 Pre-release
Pre-release

The first beta of the new 0.3.0 series!

Many many bugfixes and changes, but short story:

  • Now supports Django 3 (meaning we now support only Python 3)
  • Overhaul of user interface
  • New features like merging tickets

As a beta release, do not use in important production! But we do appreciate if you can use it and give us feedback. Please file a new ticket with feedback, whether bugfixes or suggestions.

0.2.23

12 Nov 07:10
Compare
Choose a tag to compare

Updates some documentation, fixes some bugs in displaying knowledge base records, and fix some bugs with assigning tickets and sending mail.

This is very likely going to be the last release of the 0.2 series unless there's some super critical bug. Users are encouraged to try out the 0.3.0 beta and give us feedback for a real release before the end of the year.

0.2.22

30 Jul 07:57
Compare
Choose a tag to compare

Several helpful bugfixes:

  • Fix issue with parsing email headers with comma in the name
  • Closed ticket pagination
  • Prevent tickets from depending on themselves
  • Fix keyword query box in ticket list, bulk ticket handling buttons, javascript improvements
  • Fix knowledgebase score handling error
  • Documented previously undocumented HELPDESK_MAX_EMAIL_ATTACHMENT_SIZE setting
  • Better default permissions for attachments
  • French translation updates, fix bug in fixtures

This release shouldn't break anything as there was no new features added, so recommended for all users of the 0.2.x branch to upgrade ASAP.

0.2.21

15 Apr 11:03
Compare
Choose a tag to compare

Bugfix release

  • Fill the follow-up field when authenticated (#805)

0.2.20

15 Apr 09:44
Compare
Choose a tag to compare

Bugfix release

  • fixes an NonType error (#808)
  • add pytz UTC configuration for testing (#813)

0.2.19

24 Dec 09:37
Compare
Choose a tag to compare

Fixes a circular redirect in the login screen

0.2.18

24 Dec 09:38
Compare
Choose a tag to compare

Improve ticket search