Skip to content

v2.19.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 08:36
· 21 commits to main since this release

This is version 2.19.0 of the Research Software Directory as a service. This release contains many small bug fixes and dependency updates:

  • added communities to global search
  • allow admins to disable scraping of package information
  • deduplicate maintainers of pages
  • fixes incorrect logos shown in some cases.
  • and many others

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.18.0-to-2.19.0.sql

Bug Fixes

  • always show correct (maybe missing) logo for organisation (3315a20)
  • don't show duplicate maintainers (56a652b)
  • don't show empty cards on highlights search (217e789)
  • error on update organisation unit due to incomplete data loaded from api (512e44d)
  • only show category dropdown when categories present (0578338)
  • only show enabled modules in global search bar when no results available (cdc410f)
  • pages have default ordering, remove ordering from navigation links (4ef59d6)
  • redirect to community page doesn't trigger page reload anymore (826c25d)
  • return the proper index of where the search term is found for the global search (94405d6)
  • show correct community metadata and logo when switching communities (2cd6395)
  • sign in from home page now redirects to My software (bc4b326)
  • use shared image component in AutosaveProjectImage. Remove dynamic input element after image upload. (10bffd3)

Features

  • add communities to the global search (ed4caf7)
  • allow admins to disable scraping package managers (f1402c5)