Kanboard logo

Kanboard

Kanban project management software

Alternative to: trello, jira, asana

Kanboard screenshot

About Versions (101)

v1.2.49

2026-01-07

Security

  • Fixed an LDAP injection issue by properly escaping placeholders in LDAP queries.
  • Prevented protocol-relative URLs (//example.com) from being used as login redirect targets.
  • Added a new TRUSTED_PROXY_NETWORKS configuration option to explicitly define trusted reverse proxy networks.
  • Introduced an optional security feature to block private network access when fetching external web links (configurable).

Improvements

  • Restored Ctrl + Enter keyboard shortcut for submitting the task creation form.
  • Updated translations for multiple languages.

Maintenance

  • Added a GitHub Actions workflow to mirror the repository to Codeberg.
  • Removed an outdated tests/Dockerfile.
  • Regenerated Composer autoload files.

Build & Dependencies

  • Updated Alpine Linux base image from 3.22 to 3.23.

  • Updated GitHub Actions dependencies:

    • actions/checkout from v5 to v6
    • actions/upload-artifact from v4 → v5 → v6