Version 3.4.12

Tue, Jul 28, 2020

Version 3.4.12

Released: July 28, 2020

Changes

Dependencies

The Django version used was updated from 2.2.13 to 2.2.14 (https://docs.djangoproject.com/en/3.0/releases/2.2.14/)

Tags

The buttons of the tag deletion view confirmation box were updated to match the appearance of the rest of the deletion views.

Task manager

New Celery settings were expose. These were the CELERY_BROKER_LOGIN_METHOD and CELERY_BROKER_USE_SSL. These default to AMQPLAIN and None respectively.

User interface

The code that downloads fonts during the initial setup was updated to decode the response and correctly save fonts that are served in a compressed format.

Removals

  • None

Backward incompatible changes

  • None

Issues closed