Kanboard 1.2.29
Release date:
Changes
- Avoid potential clipboard based cross-site scripting (CVE-2023-32685)
- Upgrade Docker image to PHP 8.2 and Alpine 3.18
- Add themes support: dark, light and automatic mode
- Fix broken "Hide this Column" feature
- Do not close modals when clicking on the background if the form has changed
- Fix incorrect route for "My Activity Stream"
- Fix incorrect parameter encoding when using URLs rewriting
- Add support for task links in Markdown headings
- Handle 413 responses from Nginx when uploading files too large
- Restore all previously loaded translations when sending user notifications
- Regenerate session ID after successful authentication
- Use
SESSION_DURATION
option to define the session lifetime stored in the database - Bump
phpunit/phpunit
from9.6.6
to9.6.8
Links
- https://github.com/kanboard/kanboard/tree/v1.2.29
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.29.zip
- https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.29.tar.gz
Docker Images
docker pull docker.io/kanboard/kanboard:v1.2.29
docker pull ghcr.io/kanboard/kanboard:v1.2.29
docker pull quay.io/kanboard/kanboard:v1.2.29