Kanboard 1.2.28
Release date:
Changes
- Trigger
EVENT_MOVE_COLUMN
event when moving task to another swimlane - Allow moving closed tasks when using the API
- Duplicate external links when duplicating tasks
- Add support for comparison operator to priority filter
- Prevents users to convert subtaks to tasks when custom role does not allow it
- Avoid deprecation messages when sending an email with PHP 8.2
- Declare most common routes to have nice URLs
- Improve wording of bulk action modal to move tasks position
- Allow closing modals by clicking on the background
- Improve wording of the menu to close all tasks in a given column/swimlane
- Fix bug that prevent reordering subtasks after changing the status
- Bump version of
phpunit/phpunit
,symfony/stopwatch
, andsymfony/finder
- Use
GITHUB_TOKEN
instead of a personal token to run GitHub Actions - Duplicate attachments & external links during task duplication & importing
- Move Docker image to run automated tests to GitHub Registry
- Push Docker images to an additional registry Quay.io (RedHat)
- Use the appropriate config for the start column in user iCal export
- Improved translations
Links
- https://github.com/kanboard/kanboard/tree/v1.2.28
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.28.zip
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.28.tar.gz
Docker Images
docker pull docker.io/kanboard/kanboard:v1.2.28
docker pull ghcr.io/kanboard/kanboard:v1.2.28
docker pull quay.io/kanboard/kanboard:v1.2.28