Skip to content

Releases: HyphaApp/hypha

3.1.0

12 Sep 06:37
453bd8d
Compare
Choose a tag to compare

Changes

A big step towards getting the project side of Hypha feature complete. We also update to Python 3.10, some bugfixes and maintenance/dev enhancements.

🚀 Features

  • Add PAF whole functionality including reviewer roles, dashboard listing, and set permissions (#2943) @sandeepsajan0
  • Send email when saving a submission as a draft for the first time (#2948) @theskumar

⚙️ Enhancements

🐛 Bug Fixes

🔧 Maintenance

Contributors to this release: @frjo, @sandeepsajan0 and @theskumar

3.0.0

15 Aug 14:18
e464e91
Compare
Choose a tag to compare

Changes

Time for Wagtail 3, hence the move to version 3.x.

https://wagtail.org/blog/whats-new-in-wagtail-may-2022/

🔧 Maintenance

Contributors to this release: @frjo and @theskumar

2.9.2

05 Aug 11:39
bf1d0d7
Compare
Choose a tag to compare

🔧 Maintenance

Contributors to this release: @fourthletter and @frjo

2.9.1

01 Aug 15:51
5f01e09
Compare
Choose a tag to compare

🐛 Bug Fixes

🔧 Maintenance

Contributors to this release: @dependabot, @dependabot[bot], @fourthletter, @frjo and @theskumar

2.9.0

15 Jul 05:49
df2850f
Compare
Choose a tag to compare

Changes

The in-app notifications is a first test version. With feedback from users we can add and adjust the feature to make it a useful as possible.

🚀 Features

⚙️ Enhancements

  • Give finance and contracting roles access to the submission detail views (#2674) @frjo
  • Accessibility improvements to form fields (#2896) @sandeepsajan0
  • Align the ordering of the filters with the columns on submission table (#2903) @frjo

🐛 Bug Fixes

🔧 Maintenance

Contributors to this release: @frjo and @sandeepsajan0

2.8.1

04 Jul 08:19
e1bc71f
Compare
Choose a tag to compare

🔧 Maintenance

Contributors to this release: @frjo

2.8.0

04 Jul 05:42
52fb79b
Compare
Choose a tag to compare

Changes

Hypha can now send Slack notifications directly! No need for a separate Hubot service.

🚀 Features

A new setting SLACK_TOKEN will need to be set. It can be copied from the current running Hubot service. The SLACK_DESTINATION_URL setting is no longer used.

⚙️ Enhancements

  • Remove period and add missing link in Slack templates (#2894) @frjo
  • Update submit time when applicant submit a submission (#2861) @sandeepsajan0

🔧 Maintenance

  • Move confirmation mail template to where all other mail templates are… (#2893) @frjo

Contributors to this release: @frjo and @sandeepsajan0

2.7.0

17 Jun 05:24
701b17f
Compare
Choose a tag to compare

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

⚙️ Enhancements

🐛 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

  • Update resource_class to large for CircleCI jobs (#2866) @frjo

Contributors to this release: @frjo, @sandeepsajan0 and @sks444

2.6.1

18 May 05:47
21d5dfc
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Exclude draft submissions from submissions results. (#2849) @frjo

Contributors to this release: @frjo

2.6.0

17 May 08:45
b8b48e4
Compare
Choose a tag to compare

⚙️ Enhancements

  • Implement setting GIVE_STAFF_LEAD_PERMS so staff can be given permiss… (#2845) @frjo
  • Add a feature in wagtail admin to reset 2fa for a user (#2843) @sandeepsajan0
  • Populate Determination message from Detemination message template (#2844) @sandeepsajan0
  • Add 'External Reviewer' picklist option to the batch action (#2831) @sandeepsajan0
  • Add env variable to turn hijack/become feature on/off (#2833) @sks444

🐛 Bug Fixes

  • Update overridden users index view to support groups/[gid]/users/ view. (#2840) @frjo

🔧 Maintenance

Contributors to this release: @frjo, @sandeepsajan0 and @sks444