Releases: projectcaluma/alexandria
Releases · projectcaluma/alexandria
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)
v5.0.2
Fix
- fix(file): improve content vector generation (b6841da)
Refactor
- refactor(file): move check for optional feature methods (a8420c5)
v5.0.1
Fix
- Improve content vector generation command (145ae23)
- Use module path imports (2df7b7a)