Skip to content

v2.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 09:24
· 42 commits to main since this release

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)

Features

  • organisation admin can create custom categories for the organisation (5b54971)
  • organisation categories are shown on project page (7b83564)
  • software and project maintainer can select organisation specific categories (8e5bdf7)
  • use OpenAlex for all unsupported DOI registry agents (f5841f0)