v2.23.0
This is version 2.23.0 of the Research Software Directory as a service. This release contains several new features and bug fixes:
- We now support categories (i.e., curated keywords) per organization. These can be added to the software or projects linked to that organization.
- When importing remote markdown descriptions for software, we will now suggest the raw URL if the user provides a HTLM link instead.
- We now use OpenAlex to retrieve information about DOIs from an unsupported DOI provider.
- The mention count on the landing page have been corrected.
- We now validate that an email address is present when a contributor is selected as contact person.
- We allow escaped slashes when providing DOIs. This makes it easier to cut-and-paste from a web link.
This version requires an update to the database. The migration script can be found here: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/2.22.1-to-2.23.0.sql
Bug Fixes
- allow for escaped slash in DOI (f20e824)
- categories modal hide software/project switches for children (e32a7ec)
- remote markdown url validation and suggestions (4c22cd4)
- use additional validation for email and contact person switch (a563764)
- use rpc mentions_by_software for software mentions counts. We count unique entries per software and mention id. (576f7fa)