Skip to content

5.17.0

Compare
Choose a tag to compare
@lukavdplas lukavdplas released this 13 Feb 17:02
· 1 commit to develop since this release
532cfd6

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 the INSTALLED_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 }
  • New optional properties: matomo (#1753) and showCorpusFilters (#1722)

Contributors: @lukavdplas, @BeritJanssen

Full Changelog: 5.16.0...5.17.0