Skip to content

v2.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 09:49
· 249 commits to main since this release

This is version 2.10.0 of the Research Software Directory as a service. The main changes compared to v2.9.1 are:

  • improved layout of software maintainer pages
  • improved global search results
  • option to disable scraping of a source repository that consistently produce errors
  • added the European Publications Office as a DOI source
  • various improvements to the CodeMeta data export prototype
  • various bugfixes and performance improvements

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.9.1-to-2.10.0.sql

Bug Fixes

  • add programming languages to CodeMeta metadata (566ab9d)
  • add reference papers to CodeMeta data (d1d679c)
  • change CodeMeta description to array of RSD short statement, description and description URL (71d3cbc)
  • change functions from plpgsql to sql for improved performance (6f5ed1b)
  • change pagination result text (e163ed9)
  • fix global search unintentionally showing research units (da5a4cc)

Features

  • add OpenAlex as European Publications Office DOI source (8b53d4e)
  • allow admins to disable scraping a git repo (fc68c4d)
  • enable scraper for OP mentions (a8c69da)
  • global search accessible via Ctrl K / Meta K (ddb5c9e)
  • split edit software section, basic info, in two: description and links (22d57b9)
  • update edit section ui components. Use contained button as primaty button and outlined input components. Remove subtitle from menu items. (12be6cc)