changelog

This commit is contained in:
jonaswinkler 2020-12-10 01:12:30 +01:00
parent 69c6d68219
commit 476beacd7f

View File

@ -32,12 +32,12 @@ This release focusses primarily on many small issues with the UI.
* Other * Other
* Fixed an issue with the docker image when a non-standard PostgreSQL port was used. * Fixed an issue with the docker image when a non-standard PostgreSQL port was used.
* The docker image was trying check for installed languages before actually installing them.
* ``FILENAME_FORMAT`` placeholder for document types. * ``FILENAME_FORMAT`` placeholder for document types.
* The filename formatter is now less restrictive with file names and tries to * The filename formatter is now less restrictive with file names and tries to
conserve the original correspondents, types and titles as much as possible. conserve the original correspondents, types and titles as much as possible.
* The filename formatter does not include the document ID in filenames anymore. It will * The filename formatter does not include the document ID in filenames anymore. It will
rather append ``_01``, ``_02``, etc when it detects duplicate filenames. rather append ``_01``, ``_02``, etc when it detects duplicate filenames.
* The docker image was trying check for installed languages before actually installing them.
.. note:: .. note::