Skip to main content

New Projectify release 2026.5.3

By Justus Perlwitz

Here's what's new for Projectify since the last development log on April 13, 2026.

The newest Projectify release is 2026.5.3. If you're self-hosting Projectify, please update to the newest version. If you use Projectify on www.projectifyapp.com, you're automatically using the newest version.

You can also find the newest release on GitHub.

Enhancement

  • Simplify new/edit task experience. Extract the task title from the
     description.
  • Place task search in top to save space
  • You can now search tasks in all your projects instead of having to look at each project individually.

Breaking

  • Remove task labels
  • Remove manual task ordering
  • Remove project sections. Projects now directly contain tasks.

Accessibility

Internal

  • Make it easier to run Projectify locally by feature-gating the following
     features: 
    • Log in with GitHub
    • Log in with Google
    • Stripe billing including the billing and quota pages in the workspace settings. This also disables quota checking.
  • Update vulture and regex package
  • Test Projectify compabilitity with Python 3.14
  • Make all workspace app models readonly in the Projectify Django admin.
  • Remove trailing "magic" commas with Ruff. This makes the code base shorter.
  • Fix inconsistencies in shell scripts (Thanks shellcheck!)
  • Remove SubTask model from workspace app.
  • Remove chat messages. Projectify hasn't supported chat messages in a while.
  • Build Trix from scratch, update Trix version
  • Update django debug toolbar 4.3.0 -> 6.3.0

Security

  • Forbid <object> tags by setting the object-src CSP to none.
  • Update python-dotenv