Kanboard 1.0.31
Release date:
Changes
- Added tags: global and specific by project
- Added application and project roles validation for API procedure calls
- Added new API call: "getProjectByIdentifier"
- Added new API calls for external task links, project attachments and subtask time tracking
- Use PHP 7 for the Docker image
- Preserve role for existing users when using ReverseProxy authentication
- Handle priority for task and project duplication
- Expose task reference field to the user interface
- Improve ICal export
- Added argument owner_id and identifier to project API calls
- Rewrite integration tests to run with Docker containers
- Use the same task form layout everywhere
- Removed some tasks dropdown menus that are now available with task edit form
- Make embedded documentation readable in multiple languages (if a translation is available)
- Added acceptance tests (browser tests)
- Fixed broken CSV exports
- Fixed identical background color for LetterAvatar on 32bits platforms (Hash greater than PHP_MAX_INT)
- Fixed lexer issue with non word characters
- Flush memory cache in worker to get latest config values
- Fixed empty title for web notification with only one overdue task
- Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwimlane()
- Fixed "due today" highlighting
- Docker volume paths are changed to /var/www/app/{data,plugins}
Links
- https://github.com/kanboard/kanboard/tree/v1.0.31
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.31.zip
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.31.tar.gz
Docker Images
docker pull docker.io/kanboard/kanboard:v1.0.31
docker pull ghcr.io/kanboard/kanboard:v1.0.31
docker pull quay.io/kanboard/kanboard:v1.0.31