Releases: projectcaluma/alexandria
Releases · projectcaluma/alexandria
v6.4.2
Fix
- document: Dont assume that a document has files (
91e6a1f
)
v6.4.1
Fix
- document: Revalidate mimetypes after moving document to different category (
46066ac
)
v6.4.0
Feature
- file: Move thumbnail generation to celery (
6d30dcd
)
Fix
- Stricter mime type handling (
4b8ab5b
)
v6.3.0
Feature
- Move the fulltext search code to a proper filterset (088a897)
v6.2.0
Feature
- Add celery to allow for background tasks (d6f995c)
v6.1.1
Fix
- api: Add missing "download_path" param to verify_signed_components (
f0cca6c
)
v6.1.0
Feature
- Add presigning functions to public api (
a6a56a6
)
Fix
- convert: Change file extension in document title on conversion (
c91d7fa
)
v6.0.0
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
Fix
- fix(deps): update dependencies (
2144e0b
)
v5.1.0
Feature
- Search over all configured stemmings (1d9cca2)
- Allow opening webdav links with custom URI schemes (9f45166)