New Projectify release 2026.6.8
By Justus Perlwitz
Here's what's new for Projectify since the last update on May 3, 2026.
The newest Projectify release is 2026.6.8. If you're self-hosting Projectify, please update to the newest version. If you're using Projectify on www.projectifyapp.com, you're automatically using the newest version.
You can also find the newest release on GitHub.
Enhancement
Here's what this release improves for you:
- You can now log into Projectify using your Apple account.
- You can add links to other projects or tasks into your project or task description.
- This release improves the look and feel of project and task forms.
- You can edit project descriptions with the same rich text editor that tasks
have. - You can edit project title and description in one go with the same editor.
- This release removes clutter from the side menu and makes your projects
easier to find. - This release redesigns the project's task overview and makes your tasks
easier to find. - This release improves the appearance of error pages and makes it easier to
understand when something goes wrong.
Documentation
- Inline Trix documentation in docs/frontend-scripting.md.
- Update Projectify credits to mention HTMX and SVG assets
Internal
- Refactor task views and task view tests.
- Fix how djlint indents <trix-editor> tags with the custom_html setting in
pyproject.toml. - Create separate Django test Client() instances for different user clients
in projectify/conftest.py. - Clean up and refactor logging configuration
- Add tests and debug views for Projectify error pages
- Fix an error with mail deliverability for Django admin emails
- Remove Section model
- Remove WorkspaceUser unused minimized_project_list and
minimized_team_member_filter properties.
Security
- Update Django to version 6.0.5
- Update urllib3 to version 2.7.0
- Update idna to version 3.17