Skip to content

Releases: HyphaApp/hypha

5.9.0

29 May 15:26
c27e4ff
Compare
Choose a tag to compare

Changes

A number of new features in the project section to make the workflow more flexible.

🚀 Features

⚙️ Enhancements

🐛 Bug Fixes

  • Fix alignment of expand icon + make it accessible (#3917) @theskumar
  • Disable project related functionality if PROJECTS_ENABLED=False (#3920) @theskumar

🔧 Maintenance

📜 Documentation

Contributors to this release: @dependabot, @dependabot[bot], @frjo, @sandeepsajan0, @theskumar and @wes-otf

Full changelog: v5.8.0...v5.9.0

5.8.0

06 May 17:59
3b51334
Compare
Choose a tag to compare

Changes

🚀 Features

⚙️ Enhancements

  • Add icons to list and grid buttons. Rename grid to table. (#3901) @frjo
  • Refractor primary nav and dashboard, hide projects info if not enabled (#3898) @theskumar
  • Update styling of My Tasks section (#3879) @theskumar

🐛 Bug Fixes

  • Visibility fixes for partners that are also applicants (#3893) @wes-otf
  • Fix results page when all submissions lack "Requested amount" field (#3904) @theskumar
  • Fix alignment of text in the plain-text emails (#3903) @theskumar

🔧 Maintenance

Contributors to this release: @dependabot, @dependabot[bot], @bickelj, @frjo, @sandeepsajan0, @theskumar and @wes-otf

Full changelog: v5.7.0...v5.8.0

5.7.0

17 Apr 17:09
7ed9d36
Compare
Choose a tag to compare

Changes

Application previews are back as a default, change with SUBMISSION_PREVIEW_REQUIRED. This time we are quite convinced that they work as they should.

🚀 Features

⚙️ Enhancements

🐛 Bug Fixes

  • Changed order of Past Submissions in the detailed submission view (#3876) @wes-otf
  • Make is_staff true when a user is Staff Admin (#3841) @wes-otf
  • Fixes to application previews and draft refactoring (#3795) @wes-otf
  • Handle missing related object in task for todo list (#3862) @sandeepsajan0
  • Fix user and staff flagg views. Add staff flag view to main menu. (#3843) @frjo
  • Add APPLICANT_PARTNER visibility to staff comment visibility (#3832) @wes-otf

🔧 Maintenance

Contributors to this release: @dependabot, @dependabot[bot], @frjo, @sandeepsajan0, @theskumar and @wes-otf

Full changelog: v5.6.0...v5.7.0

5.6.0

25 Mar 13:22
3304ec4
Compare
Choose a tag to compare

Changes

🚀 Features

  • Update applicant dashboard with all submissions into a section with pagination (#3792) @sandeepsajan0

⚙️ Enhancements

🐛 Bug Fixes

🔧 Maintenance

  • Move systemsettings out of public + remove duplicate 404/403 template (#3804) @theskumar
  • Maintenance/pip packages mars 2024 (#3820) @frjo
  • Fix untranslateble strings. (#3809) @frjo

Contributors to this release: @bickelj, @frjo, @sandeepsajan0, @theskumar and @wes-otf

Full changelog: v5.5.0...v5.6.0

5.5.0

11 Mar 12:53
90703c4
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Fix templates to show base header on determination forms (#3798) @frjo
  • Hide preview comment in application_base.html (#3791) @wes-otf

🔧 Maintenance

Contributors to this release: @frjo, @sandeepsajan0 and @wes-otf

Full changelog: v5.4.3...v5.5.0

5.4.3

29 Feb 13:27
f51c8ef
Compare
Choose a tag to compare

Changes

The new preview function have issues so we are disabling it for now.

🐛 Bug Fixes

  • Avoid error when no submission values exist. (#3786) @frjo
  • Disable submission preview until a fix for the bugs are in place. (#3789) @frjo

Contributors to this release: @frjo

Full changelog: v5.4.2...v5.4.3

5.4.2

27 Feb 09:41
bec2899
Compare
Choose a tag to compare

Changes

⚙️ Enhancements

🐛 Bug Fixes

🔧 Maintenance

Contributors to this release: @frjo, @theskumar and @wes-otf

Full changelog: v5.4.1...v5.4.2

5.4.1

19 Feb 13:25
c98ca4d
Compare
Choose a tag to compare

Changes

Small release with one minor style bug fix and an easy way for Hypha implementors to add tracking scripts etc.

⚙️ Enhancements

  • Add head end and body end include files. Empty by default to make it easy to insert custom content (#3777) @frjo

🐛 Bug Fixes

  • Fix naming of status bar variable. (#3776) @frjo

🔧 Maintenance

  • Add migration to remove the mailchimp table if it exist (#3772) @theskumar

Contributors to this release: @frjo and @theskumar

Full changelog: v5.4.0...v5.4.1

5.4.0

12 Feb 09:36
196183d
Compare
Choose a tag to compare

Changes

Public part of Hypha is no more. Hypha is now a pure submission management platform. Many files has changes so prepare for merge conflicts if you have forked the code. Take care when upgrading!

When upgrading to this version of Hypha you need to manually update your site settings.

  1. Go to Wagtail Admin -> Settings -> Sites.
  2. Change so the Apply site is set as "Default".
  3. Remove the Public site.

Hypha used to have two Wagtail sites configured, Apply and Public. The Public site was ment to be used as the "public" web site for the organisation. No one is using this anymore, preferring to have a separate Wordpress site or similar instead.

You will find that the ´hypha/public/` directory still exist. This is done to have migrations in place to clear out databas tables that are no longer needed. Later this year we will remove them.

This reales also has some new features and enhancements, see below.

🚀 Features

  • Add setting list_on_front_page to funds and labs. (#3743) @frjo
  • Add dropdowns to navigation and access nav items via file (#3679) @sandeepsajan0
  • Add server side previews to the application workflow (#3725) @wes-otf

⚙️ Enhancements

🐛 Bug Fixes

🔧 Maintenance

📜 Documentation

  • Documentation overhaul - Fixing formatting issues, autodoc implementation, and added variables for versions. (#3734) @wes-otf

Contributors to this release: @frjo, @sandeepsajan0, @theskumar and @wes-otf

Full changelog: v5.3.1...v5.4.0

5.3.1

22 Jan 12:39
9a603b6
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add dir attribute to the html tag, ltr/rtl. (#3728) @frjo

🐛 Bug Fixes

  • Fix errors for compare revisions page(JSONDecodeError and Invalid literal int error) (#3727) @sandeepsajan0

🔧 Maintenance

📜 Documentation

Contributors to this release: @frjo, @sandeepsajan0, @theskumar and @wes-otf

Full changelog: v5.3.0...v5.3.1