Kanboard 1.0.7
Release date:
Changes
New features
- New authentication methods: Github and Reverse-Proxy
- Postgresql support
- Task CSV export
- Kanboard CLI (basic command line interface)
- Projects can be cloned/duplicated
- Email notifications
- Recently modified tasks are highlighted on the board
Improvements
- LDAP user lookup (the name and the email address are fecthed during the user creation), multiple LDAP authentication methods (anonymous, proxy user and end-user)
- Popover to edit tasks directly from the board
- The values "no category" and "unassigned" are allowed in automatic actions
- New procedures for the Json-RPC API:
closeTask
andopenTask
- Better board selector with autocompletion
- New fields for tasks: creator and modification date
- Task count are shown in each column even if no limit is set
- Autofocus for comment, category and description textareas
- The login form is now centered
- Webhooks are able to call an external url on task creation/modification events
- Overdue date have a different color now
- The fullname is displayed instead of the username if not empty
- Locales list show native translation of the available languages
- New translations: Finnish and Italian
- More documentation
- Many code refactoring and code improvements
- Bug fixes
Links
- https://github.com/kanboard/kanboard/tree/v1.0.7
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.7.zip
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.7.tar.gz
Docker Images
docker pull docker.io/kanboard/kanboard:v1.0.7
docker pull ghcr.io/kanboard/kanboard:v1.0.7
docker pull quay.io/kanboard/kanboard:v1.0.7