Kanboard v1.0.31 Release Notes

Release Date: 2016-07-03 // almost 8 years ago
  • ๐Ÿ†• New features:

    • โž• Added tags: global and specific by project
    • โž• Added application and project roles validation for API procedure calls
    • โž• Added new API call: "getProjectByIdentifier"
    • โž• Added new API calls for external task links, project attachments and subtask time tracking

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿณ Use PHP 7 for the Docker image
    • Preserve role for existing users when using ReverseProxy authentication
    • ๐Ÿ– Handle priority for task and project duplication
    • ๐Ÿ”ฆ Expose task reference field to the user interface
    • ๐Ÿ‘Œ Improve ICal export
    • โž• Added argument owner_id and identifier to project API calls
    • ๐Ÿณ Rewrite integration tests to run with Docker containers
    • ๐Ÿ‘‰ Use the same task form layout everywhere
    • โœ‚ Removed some tasks dropdown menus that are now available with task edit form
    • ๐Ÿ“š Make embedded documentation readable in multiple languages (if a translation is available)
    • โž• Added acceptance tests (browser tests)

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fixed broken CSV exports
    • Fixed identical background color for LetterAvatar on 32bits platforms (Hash greater than PHP_MAX_INT)
    • ๐Ÿ›  Fixed lexer issue with non word characters
    • โœ… Flush memory cache in worker to get latest config values
    • ๐Ÿ›  Fixed empty title for web notification with only one overdue task
    • 0๏ธโƒฃ Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwimlane()
    • ๐Ÿ›  Fixed "due today" highlighting

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿณ Docker volume paths are changed to /var/www/app/{data,plugins}