2.7.0
github-actions
released this
17 Jun 05:24
·
960 commits
to refs/heads/main
since this release
Changes
The two main changes are:
- The ability to assign separate review forms for internal (staff) and external reviewers. It is optional to set the external review forms. If non are set everyone will get the internal ones, just how it used to work.
- Improvement to the 2FA workflow. It always worked but but was a bit clunky. Hopefully this makes it a more streamlined experience for users. This is especially important for organisations that make use of the ENFORCE_TWO_FACTOR function introduced in v2.5.0.
🚀 Features
- Add External Review Form block to fund, for external reviewers (#2851) @sandeepsajan0
⚙️ Enhancements
- Improve 2FA workflow usability (#2865) @sandeepsajan0
- Add EMAIL_SUBJECT_PREFIX settings to email subject (#2890) @sandeepsajan0
- Update notifications to applicants (#2773) @frjo
- Add a extra sass file for easy variable override (#2885) @frjo
- Improve the text on the password reset form (#2872) @frjo
- Exclude draft submissions from API calls (#2857) @sandeepsajan0
🐛 Bug Fixes
- Make the form help link text translateble. (#2879) @frjo
- Fix e-mail variables that got mangled during the translation push (#2863) @frjo
- Move npm install command to entrypoint script. (#2860) @frjo
- Install npm global so not replaced with volume mount. (#2859) @frjo
- Fix TypeError for MessageInline View (#2856) @sandeepsajan0
🔧 Maintenance
Contributors to this release: @frjo, @sandeepsajan0 and @sks444