New Projectify release 2026.4.15
By Justus Perlwitz

Here's what's new for Projectify since the last release on 2026-04-15.
The newest release version is 2026.4.15. Please update Projectify if you're self-hosting. If you use Projectify on www.projectifyapp.com, you're automatically using the newest version.
You can also find the newest release on GitHub.
Here are the release notes:
Enhancement
- Add quick add task field at the bottom of each section
- Show tasks in project dashboard on large screens
- Improve query count by caching permission validations
- Speed up section minimizing
- Speed up task action menu hiding
Internal
- Update bin/prepare-release script to commit the changelog in CHANGELOG.md
as well. - Show draft blog posts
- Clean up unused tailwind colors
- Vendor in newer version of HTMX and create build script
- Refactor project and task detail templates to make use of Django template partials
- Remove alpine.js
Documentation
- Improve styleguide at docs/styleguide.md.
- Document how to rebuild HTMX in docs/frontend-scripting.md.
Security
- Update Pillow and Pytest
- Narrow down CSP configuration and configure HTMX correctly to support
{{ csp_nonce }}
Documentation
- Add release preparation guide in docs/release.md.