Skip to content

v2.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 08:18
· 203 commits to main since this release

This is version 2.17.0 of the Research Software Directory as a service. This release contains further implementation of categories (curated keywords), the communities feature and several small improvements:

  • added an editor for RSD-wide categories for the RSD admin
  • added categories to Communities
  • added a "My communities" to the user page
  • added support for mathml in titles of mentions
  • improved text wrap of markdown in descriptions
  • improved global search

This 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.16.0-to-2.17.0.sql

Bug Fixes

  • add support for mathml in mentions (ef6ed88)
  • agressive word-wrap of markdown content (1d1cda3)
  • increase z-index of global search list (bf74cdf)

Features

  • add (my)communities to users page (0a81bb9)
  • add user settings context and use it on software, projects, organisations, news, communities and admin pages (0b52106)
  • allow for categories to be part of a single community (4c018bf)
  • category editor for admins and community maintainers (2803090)
  • create organisation list item (decee67)
  • show community membership on the software page when community module is enabled (a751d18)