CeSGO Dashboard 2.1.0
Integrating data and project lifecycle
Kanboard 1.2.44
Release date: 2025-03-21
- fix: prevent internal task titles from wrapping under the dropdown menu icon
- feat(locale): update Greek and French translations
- feat: display tag color squares next to their names in project and global settings
- feat: enable bulk addition/removal of internal links
- feat: provide an option to add tags without replacing existing ones during bulk operations
Kanboard 1.2.43
Release date: 2024-12-18
- fix: verify the session hasn't expired before returning data
- fix: avoid PHP 8.4 deprecation notices in third-party libraries
- fix: avoid Composer warnings regarding PSR compatibility
- feat(locale): add missing Brazilian Portuguese translations
- ci: run GitHub Actions tests with
ubuntu-24.04
- chore: don't
export-ignore
the ChangeLog
- build(deps): bump
symfony/service-contracts
from 2.5.3
to 2.5.4
- build(deps): bump
symfony/event-dispatcher-contracts
from 2.5.3
to 2.5.4
- build(deps): bump
symfony/deprecation-contracts
from 2.5.3
to 2.5.4
- build(deps): bump
alpine
from 3.20
to 3.21
Kanboard 1.2.42
Release date: 2024-11-10
- fix: validate translation filename before loading locales
- fix: avoid path traversal in
FileStorage
- feat: add Peruvian Sol to the list of currencies
- build(deps): bump
symfony/finder
from 5.4.43
to 5.4.45
- build(deps-dev): bump
symfony/stopwatch
from 5.4.40
to 5.4.45
Kanboard 1.2.41
Release date: 2024-10-26
- feat: add new plugin hooks in project forms
- feat: add option to add BOM at the beginning of CSV files (required for Microsoft Excel)
- feat: validate app config form values
- feat: add cancel button on 2FA code validation screen
- fix: add CSRF check to the logout endpoint
- fix: add HTML escaping when displaying exception message
- fix: add URL validation for external task links
- fix: correct broken migration logic for Sqlite
Kanboard 1.2.40
Release date: 2024-09-26
- build(deps): bump symfony/finder from 5.4.42 to 5.4.43
- chore: add php83-xmlwriter package to the Docker image
- ci: update GitHub pull-request template
- fix: avoid PHP error if no subtask in progress is found
- fix: avoid potential XSS and HTML injection in comment replies
- fix: prevent duplicated columns when enabling per-swimlane column task limits
- fix(api): check comment visibility in API procedures
- fix(api): verify comment ownership in API procedures
- fix(mssql): escape identifiers in timesheet queries
- fix(mssql): use ANSI OFFSET/FETCH syntax for pagination queries
- fix(test): use explicit ORDER BY for queries returning multiple rows
- test: add unit tests for Subtask Time Tracking query methods
- test: ensure pagination produces correct chunks