Skip to content

Releases: projectcaluma/alexandria

v6.4.2

26 Nov 12:52
646b5f4
Compare
Choose a tag to compare

Fix

  • document: Dont assume that a document has files (91e6a1f)

v6.4.1

18 Nov 13:00
c3ba3d5
Compare
Choose a tag to compare

Fix

  • document: Revalidate mimetypes after moving document to different category (46066ac)

v6.4.0

25 Sep 14:09
70b8c1f
Compare
Choose a tag to compare

Feature

  • file: Move thumbnail generation to celery (6d30dcd)

Fix

  • Stricter mime type handling (4b8ab5b)

v6.3.0

12 Sep 12:08
Compare
Choose a tag to compare

Feature

  • Move the fulltext search code to a proper filterset (088a897)

v6.2.0

12 Sep 07:14
Compare
Choose a tag to compare

Feature

  • Add celery to allow for background tasks (d6f995c)

v6.1.1

04 Sep 14:33
Compare
Choose a tag to compare

Fix

  • api: Add missing "download_path" param to verify_signed_components (f0cca6c)

v6.1.0

04 Sep 06:55
Compare
Choose a tag to compare

Feature

  • Add presigning functions to public api (a6a56a6)

Fix

  • convert: Change file extension in document title on conversion (c91d7fa)

v6.0.0

30 Aug 08:34
5b9efa0
Compare
Choose a tag to compare

Fix

  • Make document title and description not localized (39436b7)
  • dockerfile: Use correct settings (ddccc4d)

Breaking

  • Turn the document's title and description into regular CharFields/TextFields, instead of localized ones, because localized fields do not make sense for user-generated data. (39436b7) Requires v10.0.0 of @projectcaluma/ember-alexandria. Run manage.py migrate_document_title_and_description to migrate existing data.
  • drop poetry from prod build by building a wheel (249544d)

v5.1.1

09 Aug 13:23
Compare
Choose a tag to compare

Fix

  • fix(deps): update dependencies (2144e0b)

v5.1.0

19 Jul 13:51
Compare
Choose a tag to compare

Feature

  • Search over all configured stemmings (1d9cca2)
  • Allow opening webdav links with custom URI schemes (9f45166)