v1.17.0
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)