- Download: https://github.com/kanboard/kanboard/releases/tag/v1.2.39
- Upgrade instructions: https://docs.kanboard.org/v1/admin/upgrade/
- Documentation: https://docs.kanboard.org/
- Docker images:
- Docker Hub:
docker.io/kanboard/kanboard:v1.2.39
- GitHub Container Registry:
ghcr.io/kanboard/kanboard:v1.2.39
- Quay.io Container Registry:
quay.io/kanboard/kanboard:v1.2.39
- Docker Hub:
List of Changes
- fix: remove CSS which caused responsive issues on mobile
- fix: incorrect template condition that set the username field to read only for remote users
- fix: tasks count across swimlanes was incorrect
- fix: avoid warning from libpng when loading PNG image with incorrect iCCP profiles
- feat: improve column header task counts
- feat: add
apple-mobile-web-app-capable
meta tag - build(deps): bump
symfony/finder
from5.4.40
to5.4.42