Kanboard 1.0.35
Release date:
Changes
- Add external tasks plugin interfaces
- Add personal API access token for users
- Rewrite of Markdown editor (remove CodeMirror)
- Suggest menu for task ID and user mentions in Markdown editor
- Add config parameter to disable automatic SQL migrations
- Add button to close inline popups
- Simplify
.htaccess
to avoid potential issues with possible specific Apache configurations - Replace notifications Javascript code by CSS
- Refactoring of user mentions job
- Remove Nitrous installer
- Update translations
- Rewrite some components in Vanilla Javascript
- Started Javascript code refactoring to avoid to much dependencies on jQuery
- Remove dependency on VueJS and CoreMirror
- Add P3P headers to avoid potential issues with IE
- Rename command line tool
./kanboard
to./cli
- Change column type for application settings value (field too small)
- Fix link generation when user mention is followed by a punctuation mark
- Make user mentions works again
Links
- https://github.com/kanboard/kanboard/tree/v1.0.35
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.35.zip
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.0.35.tar.gz
Docker Images
docker pull docker.io/kanboard/kanboard:v1.0.35
docker pull ghcr.io/kanboard/kanboard:v1.0.35
docker pull quay.io/kanboard/kanboard:v1.0.35