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
nullinput in theLexerclass - fix(api): allow and validate creator ID assignment in task creation
- feat(routes): add
viewroutes for project and task file browsing - feat(locale): update all language files using machine translation
- feat(api): add priority fields to
createProjectandupdateProjectprocedures - 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
Hostheader injection viaSERVER_NAME - fix: make various PHP 8.x compatibility changes
- fix: avoid
Implicitly nullable parameter declarationserrors 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_HEADERSconfig option - chore!: PHP 8.1 is now the minimum version supported
-
[1.17.3]
- Update kanboard to 1.2.47
- Full Changelog
- refactor: add namespace to test files
- fix: the
$escapeparameter must be provided in PHP 8.4 for CSV functions - fix: sanitize and validate uploaded files path
- fix: do not load
RememberMeAuthprovider whenREMEMBER_ME_AUTHisfalse - fix: avoid PHP warning when external user creation is disabled
- feat!: remove file cache driver to avoid using
unserialize() - feat!: ignore legacy events serialized with PHP due to potential security issues
- feat: add new actions:
TaskAssignCurrentUserColumnIfNoUserAlreadySetandTaskAssignToUserOnCreationInColumn - feat: Add new
pdf()method inCore\Http\Response
-
[1.17.4]
- Update kanboard to 1.2.48
- Full Changelog
- fix: handle Windows-style paths in
sanitize_pathfunction - feat(locale): added missing German translation phrases
- feat(locale): added Arabic translation
- feat(api): add board, rss and ical public links to the API response
- feat: display sub-tasks completion in numbers (x/y) alongside percentage
- feat: add basic support for right-to-left (RTL) languages