- Download: https://github.com/kanboard/kanboard/releases/tag/v1.2.36
- Upgrade instructions: https://docs.kanboard.org/v1/admin/upgrade/
- Documentation: https://docs.kanboard.org/
- Docker images:
- Docker Hub:
docker.io/kanboard/kanboard:v1.2.36 - GitHub Container Registry:
ghcr.io/kanboard/kanboard:v1.2.36 - Quay.io Container Registry:
quay.io/kanboard/kanboard:v1.2.36
- Docker Hub:
List of Changes
- Add comments visibility
- Add explicit int casting to avoid PHP 8 TypeError when having empty automatic action parameters
- Add new config option
DASHBOARD_MAX_PROJECTS - Add reply feature to comments
- Fix search bar layout when adding more buttons via third-party plugins
- Introduce a Git hook to automatically update
version.txtduring Git checkout - Performance improvements:
- Don’t count closed tasks when rendering the board
- Force the use of the cache when there is no custom roles
- Use unique plugin name instead of plugin title for plugin registry logic
- Update dependencies