v2.1.0
This is version 2.1.0 of the Research Software Directory as a service. Main changes compared to v2.0.0 are:
- added support for pre-defined software categories
- added support for reference papers for software
- added a citation scraper for reference papers using OpenAlex
- check correctness of GitHub URLs in frontend and scrapers.
In addition, several bugs were fixed.
This release requires an update to the database. A migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.0.0-to-2.1.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. No database migration is required in that case.
Bug Fixes
- add warning to frontend when entering invalid GitHub repo URL (93df9c7)
- apply preferred page layout immediately if exists (f5e0cbe)
- check if GitHub URL is valid before scraping (777c57a)
- edit organisation link from the admin organisations page (e3d18bd)
- fetch to localhost:3000 to load settings.json (13f6c64)
- redirect to ordered software overview on login (c47e6b7)
- show the correct helper text for the Git platform (1b7439c)
- update broken documentation link (26ad1f8)