CeSGO Dashboard 2.1.0

Integrating data and project lifecycle


Projects service - News / releases

Kanboard 1.2.38

Release date: 2024-07-21
  • fix: avoid browser caching issue when showing file attachments
  • fix: comments visibility was not taken into consideration on event activities page
  • fix: send comment via email was broken due to missing comment visibility logic implemented in v1.2.36
  • feat(locale): update Greek translations
  • feat(locale): update Italian translations
  • build(deps): bump symfony/console from 5.4.40 to 5.4.41
  • build(deps): bump docker/build-push-action from 5 to 6

Kanboard 1.2.37

Release date: 2024-06-06
  • Add CSRF check and remove project_id form value for addUser and addGroup actions (CVE-2024-36399)
  • Update symfony/* dependencies
  • Update Docker image to Alpine 3.20
  • Update Russian and Hungarian translation
  • Add color_id argument to createCategory and updateCategory API procedures
  • Add link to create a comment before the list
  • Fix: unable to create comments with "c" shortcut or "Add a comment" menu

Kanboard 1.2.36

Release date: 2024-05-03
  • Add comments visibility
  • Add explicit int casting to avoid PHP 8 TypeError when having empty automatic action parameters
  • Add new config option DASHBOARD_MAX_PROJECTS
  • Add reply feature to comments
  • Fix search bar layout when adding more buttons via third-party plugins
  • Introduce a Git hook to automatically update version.txt during Git checkout
  • Performance improvements:
    • Don't count closed tasks when rendering the board
    • Force the use of the cache when there is no custom roles
  • Use unique plugin name instead of plugin title for plugin registry logic
  • Update dependencies

Kanboard 1.2.35

Release date: 2024-02-03
  • Add missing HTML escaping when showing group membership in user profile (CVE-2024-22720)
  • Update Dutch translation
  • Update Bulgarian translation
  • Bump phpunit/phpunit from 9.6.15 to 9.6.16
  • Bump symfony/console from 5.4.32 to 5.4.34

Kanboard 1.2.34

Release date: 2023-12-14
  • Upgrade Docker image to Alpine 3.19 and PHP 8.3
  • API: Avoid PHP notice when searching for a project name that does not exist
  • Update Bulgarian translation
  • Bump symfony/console from 5.4.28 to 5.4.32
  • Bump phpunit/phpunit from 9.6.13 to 9.6.15