Releases: HyphaApp/hypha
5.14.1
5.14.0
Changes
🚀 Features
- Assign tasks to project leads instead of staff (#4095) @sandeepsajan0
- Hide PII from external reviewers, along with private reviews (#4018) @wes-otf
- Sanitize user
full_name
without roadblocks (#4061) @bickelj
⚙️ Enhancements
- Order invoice table on project page by date, newest on top. (#4097) @frjo
- Make background color consistent across the app (#4059) @wes-otf
- Implemented
Remember me
for passwordless login (#4064) @wes-otf - Hide Project task and project settings if projects is disabled (#4076) @sandeepsajan0
🐛 Bug Fixes
- Add a gap between review buttons for staff. (#4113) @frjo
- Fix js error when related sidebar is not displayed. (#4103) @frjo
- Fix docs from being built (#4100) @theskumar
- Fixed consent prompt always popping up when
Ok
is the only option (#4089) @wes-otf - Fix submit contract document category permission with required remaining categories instead of remaining categories (#4078) @sandeepsajan0
- Fixed broken application detail round URL (#4099) @wes-otf
🔧 Maintenance
Contributors to this release: @bickelj, @frjo, @sandeepsajan0, @theskumar and @wes-otf
Full changelog: v5.13.1...v5.14.0
5.13.1
Changes
🐛 Bug Fixes
🔧 Maintenance
- Remove left-over code related to old mobile menu (#4087) @theskumar
Contributors to this release: @frjo and @theskumar
Full changelog: v5.13.0...v5.13.1
5.13.0
Changes
Check out the new htmx powered dialog boxes on the submission detail view. Better usability and improved performance:
- Fewer db queries, 30-40% less.
- Lower CPU time: 20-30% improvement.
- Page load time: 10-15 % improvement.
We have even more performance and usability improvements coming soon.
🚀 Features
- Update modals to use htmx/alpine (#4053) @theskumar
- Remove tasks from task list (#4040) @sandeepsajan0
⚙️ Enhancements
- Notification upon profile update (#3970) @bickelj
- Speed & appearance improvements to the results page (#4043) @wes-otf
🐛 Bug Fixes
- Fix error in View All when no reviewer role image (#4068) @frankduncan
- Task is not removed for staff while project moved to next stage (#4026) @sandeepsajan0
- Fix primary nav background color on gray background (#4079) @theskumar
Contributors to this release: @bickelj, @frankduncan, @sandeepsajan0, @theskumar and @wes-otf
Full changelog: v5.12.1...v5.13.0
5.12.1
5.12.0
Changes
⚙️ Enhancements
- Fix my task mobile view on the dashboard page (#4057) @theskumar
- Hide staff identities from applicants & partners (#3948) @wes-otf
- Add missing submission export to submission list view & update styling (#4033) @theskumar
🐛 Bug Fixes
- Check for
403_title
&403_body
in SystemMessagesSettings migration (#4069) @wes-otf - No longer look at WAGTAILUSERS_PASSWORD_ENABLED and ENABLE_PUBLIC_SIGNUP in activation (#4042) @frankduncan
🔧 Maintenance
- Sanitize database script (#3980) @bickelj
- Clean test files from disk after test are finished (#4070) @theskumar
- Fix dependencies, freeze python-bidi to 0.4.2, v5 breaks installation (#4066) @theskumar
- Bump sentry-sdk from 1.42.0 to 2.8.0 (#4063) @dependabot
- Update the django-tinymce package, now includes TinyMCE 6. (#4024) @frjo
Contributors to this release: @bickelj, @dependabot, @dependabot[bot], @frankduncan, @frjo, @theskumar and @wes-otf
Full changelog: v5.11.2...v5.12.0
5.11.2
Changes
Fixes a bug introduced in v5.11.0 affecting Hypha instances that uses custom logos.
⚙️ Enhancements
- Rename PAF Reviewer Roles to Project Reviewer Roles in admin UI (#4008) @sandeepsajan0
- Small user menu improvements (#4047) @wes-otf
🐛 Bug Fixes
- Wagtail image tags got mangled, this fix them. (#4052) @frjo
- Remove None reviewers from validation (#4021) @frankduncan
- Fix: Internal approval projects with no Project reviewer roles (#4028) @sandeepsajan0
🔧 Maintenance
- Bump wagtail from 5.2.5 to 5.2.6 (#4045) @dependabot
Contributors to this release: @dependabot, @dependabot[bot], @frankduncan, @frjo, @sandeepsajan0 and @wes-otf
Full changelog: v5.11.1...v5.11.2
5.11.1
Changes
Updates to Django 4.2.14 that includes a number of security fixes.
⚙️ Enhancements
- Use correct perm check for Administration link in user menu. Use same icon for Administration button as in user menu (#4030) @frjo
🐛 Bug Fixes
🔧 Maintenance
Contributors to this release: @frjo and @wes-otf
Full changelog: v5.11.0...v5.11.1
5.11.0
Changes
🚀 Features
⚙️ Enhancements
- Cookie popup improvements (#3976) @wes-otf
- New mobile menu and sync Hypha media-query breakpoints with tailwind (#3994) @frjo
- Make paf and vendors details editable for active projects (#3924) @sandeepsajan0
- Add activity for project title update (#4006) @sandeepsajan0
- Use x-cloak on user-menu popover to hide it during initial load (#3997) @theskumar
- Link comments icon to submission -> communications tab (#3996) @theskumar
- Update the flagging feature to use htmx (#3985) @theskumar
- Give the task bell the same hover state as the user menu (#3992) @frjo
🐛 Bug Fixes
- Add back the source_type filter that was removed by mistake. (#4013) @frjo
- Fix editing comment updates the comment visibility (#4005) @theskumar
🔧 Maintenance
- Bump djangorestframework from 3.15.0 to 3.15.2 (#4011) @dependabot
- Name correction in package-lock.json. (#4010) @frjo
- Remove wagtail-cache and wagtail-purge (#4000) @frjo
- Delete unused overview views for submissions and projects. (#4003) @frjo
- Update Wagtail to v5.2.5 (#3995) @frjo
- Update node modules and node version (#4007) @frjo
- Rename staff dashboard template to staff_dashboard.html. (#4004) @frjo
Contributors to this release: @bickelj, @dependabot, @dependabot[bot], @frjo, @sandeepsajan0, @theskumar and @wes-otf
Full changelog: v5.10.0...v5.11.0
5.10.0
Changes
Check out the new user menu!
🚀 Features
- Add application submission id everywhere, with an optional prefix (#3930) @theskumar
- Add user menu as a dropdown (#3943) @sandeepsajan0
- Show Task list instead of activities in notification dropdown (#3928) @sandeepsajan0
⚙️ Enhancements
- Update Screening UI & UX (#3955) @theskumar
- Add application submission id everywhere, with an optional prefix (#3930) @theskumar
- Email notifications on new comments for partners (#3913) @wes-otf
- Remove filters from tables on dashboards. (#3949) @frjo
- Move addressfield into hypha and update jquery.addressfield.js. (#3950) @frjo
- Utilize emails as display name on comments when no name is set (#3896) @wes-otf
🔧 Maintenance
- Bump braces from 3.0.2 to 3.0.3 (#3986) @dependabot
- Fix styles to use inline/block instead of left/right etc. (#3965) @frjo
- Update can-i-use Browserslist and minor changes to scripts. (#3960) @frjo
📜 Documentation
Contributors to this release: @dependabot, @dependabot[bot], @frjo, @sandeepsajan0, @theskumar and @wes-otf
Full changelog: v5.9.0...v5.10.0