5.17.0
What's Changed
- You can now reorder fields in the corpus form (#1747)
- New corpus: Utrecht University course descriptions (#1722) (this corpus will not be publicly available)
- The database now stores the min/max date for a corpus as the year, instead of a full date (#1742).
- Use multi platform build in Github actions (#1741)
- Keep a log of index jobs in the database (#1699)
- Support usage statistics using matomo (#1753)
Changes to server configuration
Backend settings.py
:
- The
'indexing'
app must be added to theINSTALLED_APPS
(#1699) - If the server used the humanities course descriptions corpus, the location of the definition module must be updated (#1722)
Frontend environment.ts
:
- New required property:
navbarBrand
(#1722), to specify the appearance of the site header. To keep everything as-is, set this to
{ title: 'I-Analyzer', subtitle: undefined, logo: '/assets/logo.png', logoAlt: undefined }
Contributors: @lukavdplas, @BeritJanssen
Full Changelog: 5.16.0...5.17.0