Skip to content

Releases: HyphaApp/hypha

3.2.1

05 Oct 07:47
dd4dc49
Compare
Choose a tag to compare

Changes

The @sandeepsajan0 release 😄. Many smaller enhancements that add polish. A minor Django update and attempt to make the base.py settings file easier to comprehend.

⚙️ Enhancements

🐛 Bug Fixes

  • Fix some strings that was not translateble. (#2998) @frjo

🔧 Maintenance

  • Updated to Django 3.2.16. (#2997) @frjo
  • Move django settings to seperate file and reorder settings in base file. (#2990) @frjo

Contributors to this release: @frjo and @sandeepsajan0

3.2.0

20 Sep 09:19
7968687
Compare
Choose a tag to compare

⚙️ Enhancements

  • Add a SUBMISSIONS_DRAFT_ACCESS_STAFF to control if staff can see application draft or not (#2983) @frjo

🐛 Bug Fixes

🔧 Maintenance

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

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