Kanboard 1.0.11
Release date:
Changes
Swimlanes
Boards can be divided into horizontal lanes. So you can have a better organization of your tasks.
By example, in software development you can separate different releases. Swimlanes are configurable in project settings.
Read the documentation about swimlanes for more details.
Project managers
A new user role is introduced: Project manager.
Any standard users can be promoted project manager.
- Project managers can change the configuration of the project and access to the reportings.
- Standard project members can only use the board.
Read the documentation about project permissions for more details.
Other improvements
- Gitlab webhooks
- Subtasks export
- Board filter values are stored in the browser local storage
- Add default categories for projects in settings
- Better responsive design for tablets
- Task search is not anymore case sensitive for people using Postgresql
- Hungarian translation added and other translations updated by contributors
- The event handling use the library
Symfony\EventDispatcher
instead of my own dispatcher - I replaced the library
Monolog
by my lightweight logging librarySimpleLogger
- Several internal code refactoring (template helpers and acl)
- Bug fixes
Links
- https://github.com/kanboard/kanboard/tree/v1.0.11
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.11.zip
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.11.tar.gz
Docker Images
docker pull docker.io/kanboard/kanboard:v1.0.11
docker pull ghcr.io/kanboard/kanboard:v1.0.11
docker pull quay.io/kanboard/kanboard:v1.0.11