Skip to content

5.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 15:44
· 68 commits to refs/heads/main since this release
0230125

Changes

We are now using uv for python package handling. Many neat features when adding and upgrading packages, uv is also fast. One of the big advantages is that Hypha now have the equivalent of a "lock" file for python packages. We can now be sure that every environment run the same versions of every package.

We encourage all developers to switch to "uv". If you are on macOS it is a quick brew install uv, for others see /uv/#getting-started.

Deployments can continue to install with requirements.txt. But the file now works as a lock file containing all needed packages so use attribute --no-deps like this pip install --no-deps -r requirements.txt.

More info in https://docs.hypha.app/setup/deployment/production/stand-alone/.

A new workflow "Request with same time review" added. Several new translations added.

🚀 Features

⚙️ Enhancements

🐛 Bug Fixes

  • Submission all table need position relative to remain. (#4262) @frjo
  • Fix adminbar miss alignment issue (#4257) @frjo
  • Rename PAF to project form in more places (#4254) @frjo
  • Removing break word style in data tables styles (#4247) @frjo
  • Fix exclaimation icon in project table (#4243) @theskumar

🔧 Maintenance

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

Full changelog: v5.19.0...v5.20.0