Kanboard v1.0.29 Release Notes

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

    • ๐Ÿ”Œ Manage plugin from the user interface and from the command line
    • โž• Added support for background workers
    • โž• Added the possibility to convert a subtask to a task
    • โž• Added menu entry to add tasks from all project views
    • โž• Add tasks in bulk from the board
    • โž• Add dropdown for projects
    • โž• Added config parameter to allow self-signed certificates for the HTTP client

    ๐Ÿ‘Œ Improvements:

    • Display local date format in date picker
    • ๐Ÿ”ง Configure email settings with the user interface in addition to config file
    • โฌ†๏ธ Upgrade Docker image to Alpine Linux 3.4
    • ๐Ÿšš Move task import to a separate section
    • ๐ŸŒ Mark web notification as read when clicking on it
    • ๐Ÿ‘Œ Support strtotime strings for date search
    • Reset failed login counter and unlock user when changing password
    • Task do not open anymore in a new window on the Gantt chart
    • Do not display task progress for tasks with no start/end date
    • ๐Ÿฑ Use Gulp and Bower to manage assets
    • ๐Ÿ”จ Controller and Middleware refactoring
    • Replace jQuery mobile detection by the library isMobile

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fixed user date format parsing for dates that can be valid in multiple formats
    • ๐Ÿ”ง Do not sync user role if LDAP groups are not configured
    • ๐Ÿ›  Fixed issue with unicode handling for letter based avatars and user initials
    • Do not send notifications to disabled users
    • ๐Ÿ›  Fixed wrong redirect when removing a task from the task view page

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿšš Webhook to create tasks have been removed, use the API instead
    • ๐Ÿ‘€ All controllers have been renamed, people who are not using URL rewriting will see different URLs
    • โšก๏ธ All models have been renamed, plugin maintainers will have to update their plugins