Kanboard - Package Updates
-
[1.17.0]
- Update base image to 5.0.0
-
[1.17.1]
- Update kanboard to 1.2.45
- Full Changelog
- refactor: reuse existing helpers in tasks import form
- fix(filter): handle
null
input in theLexer
class - fix(api): allow and validate creator ID assignment in task creation
- feat(routes): add
view
routes for project and task file browsing - feat(locale): update all language files using machine translation
- feat(api): add priority fields to
createProject
andupdateProject
procedures - feat: allow attaching screenshots and files when creating a task
- feat: add task title to overdue notification title
-
[1.17.2]
- Update kanboard to 1.2.46
- Full Changelog
- fix(security): prevent potential
Host
header injection viaSERVER_NAME
- fix: make various PHP 8.x compatibility changes
- fix: avoid
Implicitly nullable parameter declarations
errors in PHP 8.4 - feat: validate plugin archive URL before downloading
- feat: show CAPTCHA on login form regardless of user existence
- feat: add new option to enable notifications by default for new users
- feat: add healthcheck endpoint
healthcheck.php
, and new Docker Compose files for MariaDB, Postgres, and SQLite - feat: add
TRUSTED_PROXY_HEADERS
config option - chore!: PHP 8.1 is now the minimum version supported