Skip to content

Releases: HyphaApp/hypha

3.8.0

09 Mar 17:15
70e6408
Compare
Choose a tag to compare

Changes

The project part of Hypha is coming along nicely. We will let you all know when it is ready for production.

This release introduce our first use of htmx and AlpineJS.

🚀 Features

⚙️ Enhancements

🐛 Bug Fixes

🔧 Maintenance

📜 Documentation

  • [Docs] Re-write the local setup guide, remove the gunicorn/nginx setup (#3264) @theskumar
  • Add hypha square logo to the header of documentation (#3184) @theskumar

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

Full changelog: v3.7.1...v3.8.0

3.7.1

14 Feb 08:54
e5d3627
Compare
Choose a tag to compare

⚙️ Enhancements

🐛 Bug Fixes

  • Disable pillow png qr code for 2FA to see if that fixes OTF issue. (#3168) @frjo
  • Add qrcode to the requirements.txt to force Heroku to upgrade. (#3169) @frjo

🔧 Maintenance

Contributors to this release: @frjo and @theskumar

Full changelog: v3.7.0...v3.7.1

3.7.0

02 Feb 08:44
4367f80
Compare
Choose a tag to compare

Changes

A Django update and many small UI fixes. Hypha apply now uses system fonts instead of custom fonts.

⚙️ Enhancements

🔧 Maintenance

  • Introduce “manage.py initialize” interactive command (#3117) @theskumar
  • Add npm commands to the Makefile. (#3118) @frjo
  • Make collectstatic command in npm script use settings hypha.settings.… (#3141) @frjo
  • Updating to Django 3.2.17. (#3147) @frjo

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

Full changelog: v3.6.2...v3.7.0

3.6.2

24 Jan 13:45
d6abb80
Compare
Choose a tag to compare

🐛 Bug Fixes

🔧 Maintenance

Contributors to this release: @sandeepsajan0 and @theskumar

Full changelog: v3.6.1...v3.6.2

3.6.1

17 Jan 11:10
25c67ee
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix search on all submission failing if show_archive is false (#3123) @theskumar

🔧 Maintenance

  • Add full changelog to release drafter template. (#3122) @frjo

Contributors to this release: @frjo and @theskumar

Full changelog: v3.6.0...v3.6.1

3.6.0

13 Jan 12:20
3c67e14
Compare
Choose a tag to compare

Changes

The everything we did for Christmas and New Year release. Archive and Unarchive submissions. Documentations is now moved to main repo. Now using "ruff" for code style checks, it is written in Rust and silly fast.

🚀 Features

⚙️ Enhancements

🐛 Bug Fixes

  • Fix loop control variable overriding iterable it iterates (#3096) @theskumar
  • Fix function call AnonymousUser performed in argument defaults (#3095) @theskumar
  • Fix undefined 'user' object in the reviewdraft permission check API (#3098) @theskumar

🔧 Maintenance

📜 Documentation

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

Full changelog: v3.5.0...v3.6.0

3.5.0

07 Dec 15:38
96d9015
Compare
Choose a tag to compare

Changes

The "no more React app" release.

🔧 Maintenance

Contributors to this release: @frjo and @theskumar

3.4.0

23 Nov 07:56
ae99ea4
Compare
Choose a tag to compare

Changes

The many small things release.

🚀 Features

⚙️ Enhancements

  • Add show deadline setting to Funds. Hide deadline on all public pages. (#3054) @frjo
  • Show reset link directly below password field. Only show Google login… (#3024) @frjo
  • Add PDF template, with custom styling and context (#3037) @sandeepsajan0
  • UI refinements for Two-Factor authentication setup (#3040) @theskumar
  • Improving table titles on dashboard and overview (#3025) @frjo
  • Create “Public Site” setting menu and restructure apply/project menu (#3008) @theskumar
  • Add setting to allow staff admins to view submission drafts. (#3014) @frjo
  • Add PAF final approval table to contracting-approver dashboard (#3012) @sandeepsajan0
  • Add PAF awaiting approval table to staff dashboard (#3007) @sandeepsajan0
  • Show invoices in seperate tabs to finance for their review and conversion (#3006) @sandeepsajan0

🐛 Bug Fixes

🔧 Maintenance

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

3.3.0

26 Oct 06:07
46e671d
Compare
Choose a tag to compare

Changes

Get staff notifications via e-mail digest, set recipient e-mail addresses via ACTIVITY_DIGEST_RECIPIENT_EMAILS.

🚀 Features

  • Send email digest for activities in Hypha for org level staff (#2991) @theskumar

⚙️ Enhancements

🐛 Bug Fixes

  • Make user e-mail field case insensitive to prevent multiple account with same email (#2989) @sandeepsajan0

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

3.2.2

12 Oct 11:38
e5befcd
Compare
Choose a tag to compare

Changes

Minor bugfix release.

⚙️ Enhancements

  • Add a templates_custom dir to make it easy to override templates. (#3000) @frjo

🐛 Bug Fixes

Contributors to this release: @frjo and @theskumar