Skip to content

2.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 14:55
· 152 commits to main since this release

User-facing changes:

  1. We now have an information dialog on every screen and in most fields. This replaced the link to the guide, which was just a link to the CFF schema. The new dialog includes a brief description, examples if applicable, and URLs.
  2. With the change in the dialogs, we now have an example and some description for the most confusing fields (name-particle and repository-* being the famous cases). This resolves a few of the common pain points in our feedback sessions.
  3. We improved the responsiveness on mobile, small screens, and very large screens.
  4. We changed the last screen of the app, which has a "Download" and "reset" buttons, to make the "reset" less prominent.
  5. We gave better feedback below the Preview. If one of the required fields are missing, the message is different.
  6. We fixed a bug with trailing white spaces on URLs.
  7. You can now remove authors and identifiers without clicking on edit first.
  8. The ORCID field has a mask now.
  9. Clicking on "Reset" asks for confirmation.

Developer important changes:

  1. We have end-to-end testing with Cypress.
  2. We added CODE_OF_CONDUCT.md and CONTRIBUTING.md files, which should help with future maintainers.