Skip to content

v1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 13:21
· 1323 commits to main since this release

This is version 1.14.0 of the Research Software Directory as a service. Main improvements are:

  • allow uploading of logo's for software
  • improved card layout for organizations
  • we now provide the used fonts ourselves

In addition several small bugs have been fixed. This release requires an update to the database. A migration script from 1.13.0 to 1.14.0 can be found at: https://github.com/research-software-directory/RSD-production/blob/main/database-migration/migration-scripts/1.13.0-to-1.14.0.sql.

This version is production ready. If you starting a new RSD instance (without historical data) you can use docker-compose.yml provided in the deployment.zip file.

Bug Fixes

  • card title to use 2 lines and organisation card to contain image content (8e301cc)
  • do not use remarkBreaks plugin for remote markdown (ebae363)
  • edit project info, monitor input values to count the char length (38caf5e)
  • include Roboto fonts css into default index.css (fbc5939)
  • more realistic fake data (c7378ac)
  • project state logic for the overview includes start date in the future (14cf69b)
  • project status in all views (dd48721)
  • typo in project image description (d5cb41d)
  • validate organisation name in the modal on opening (36489ea)

Features

  • allow uploading images for software (750bb7a)
  • display logo in AboutSection (8811f4c)