Skip to content

v1.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 13:22
· 960 commits to main since this release

This is version 1.17.0 of the Research Software Directory as a service. Main improvements are:

  • add publication location to mentions (name of journal, book, conference, etc).
  • improved robots.txt and improved SEO
  • improve breadcrumb presentation
  • show organizational software release overview per year

In addition several small bugs have been fixed. This release requires an update to the database. A migration script from 1.16.0 to 1.17.0 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.16.0-to-1.17.0.sql.

This version is production ready. If you starting a new RSD instance (without historical data) you can use docker-compose.yml provided in the deployment.zip file.

Bug Fixes

  • allow account timestamps to be null for compatibility with existing accounts (5fe795d)
  • show releases section on software page (02474a7)

Features

  • collect and show journal/book/book series of mentions (f4688b3)
  • create dynamic robots.txt and sitemaps. Improve page SEO based on Lighthouse suggestions (6c3386d)
  • disable ORCID whitelist if ORCID not used (2fe658c)
  • limit breadcrumb label length to 20rem and collapse it when more than 3 segments deep (ca41650)
  • release count per year incl. aggregation of children releases (abe51bf)