Version 3.4.2

Thu, Apr 2, 2020

Version 3.4.2

Released: April 2, 2020

Changes

Appearance

Support was added to allow apps to inject their own head or foot templates to the root template. This allows integrators to add their own CSS files or JavaScript libraries from their custom app without having to modify the core templates.

Cabinets

The search results for cabinets now include the full path to the cabinet.

Support was added to search cabinets by the basic attributes of the documents they contain. The basic attributes are: label, description, MIME type, checksum, UUID, and document type.

Docker

When building the Docker images using a local PIP cache, the make file will now check if devpi-server is installed.

Documents

The message shown when deleting documents from the trash can has been updated to say that the documents were submitted for deletion and not actually deleted at the moment of the action.

A new setting was added to provide full control over the width of the document thumbnails when using the list view mode. The setting is called DOCUMENTS_LIST_THUMBNAIL_WIDTH and defaults to 50 pixels.

Indexes

Support was added to search index instance nodes by their value or the basic attributes of the documents they contain. The basic attributes are: label, description, MIME type, checksum, UUID, and document type.

The search form action URLs were fixed.

Other

  • Add support for app passthru URL patterns.
  • The SQLite3 upgrade test was re-added now that the code upgrades from two Django 2.2 versions, which Django itself now supports.

Removals

  • None

Backward incompatible changes

  • None

Issues closed