All Versions
72
Latest Version
Avg Release Cycle
100 days
Latest Release
73 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.0.37 Changes
January 14, 2017๐ Improvements:
- ๐ Improve keyboard shortcuts handling
- ๐ Improve auto-complete dropdown elements sorting
- Larger task form
- Rewrite dialog and confirmation boxes (inline popups)
- โ Remove TaskGanttCreationController
- โ Add helpers to open modal boxes
- ๐ Make icons clickable in menus
- Open task imports in modal box
- Open form to create customer filters in modal box
- Open project activities in modal box
- ๐ Display project analytics in modal box
- Display project exports in modal box
- ๐ Improve accordion component
- ๐ Improve currencies page navigation
- ๐ Improve link labels page navigation
- ๐ Improve settings page layout
- ๐ Offer the possibility to define version compatibility from plugins
- โ Add task creation event to the automatic action to send task by email
๐ Bug fixes:
- Closing screenshot dialog prevent input elements to get focus
-
v1.0.36 Changes
December 30, 2016๐ New features:
- โ Add slideshow for images
- โ Add API calls to manage tags
- ๐ Offer the possibility to override internal formatter objects from plugins
- ๐ป Open PDF attachments in browser tab (preview)
๐ Improvements:
- โ Add pagination details
- ๐ Handle username with dots in user mentions
- ๐ป Rewrite UI component that change user/group roles
- ๐ Replace Chosen jQuery plugin by custom UI component
- โ Remove dependency on Mousetrap Javascript library
- Disable PageSpeed module from .htaccess if present
- โ Add currency of Chinese Yuan
๐ Bug fixes:
- ๐ Fix compatibility issue with PHP 5.3 for array_combine function
- ๐ Fix wrong controller name on project activity page when using filters
- Uploaded avatar images are now visible in public board view
-
v1.0.35 Changes
December 04, 2016๐ New features:
- โ Add external tasks plugin interfaces
- โ Add personal API access token for users
- ๐ Rewrite of Markdown editor (remove CodeMirror)
- Suggest menu for task ID and user mentions in Markdown editor
- โ Add config parameter to disable automatic SQL migrations
๐ Improvements:
- โ Add button to close inline popups
- ๐ง Simplify
.htaccessto avoid potential issues with possible specific Apache configurations - Replace notifications Javascript code by CSS
- ๐จ Refactoring of user mentions job
- โ Remove Nitrous installer
- โก๏ธ Update translations
- Rewrite some components in Vanilla Javascript
- ๐จ Started Javascript code refactoring to avoid to much dependencies on jQuery
- โ Remove dependency on VueJS and CoreMirror
- โ Add P3P headers to avoid potential issues with IE
๐ฅ Breaking changes:
- ๐ Rename command line tool
./kanboardto./cli
๐ Bug fixes:
- ๐ Change column type for application settings value (field too small)
- ๐ Fix link generation when user mention is followed by a punctuation mark
- ๐ Make user mentions works again
-
v1.0.34 Changes
October 11, 2016๐ New features:
- ๐ง Custom project roles with configurable restrictions
- Duplicate a task to multiple projects during creation
- ๐ New automatic action:
- Close a task in a specific column when not moved during a given period
๐ Improvements:
- Do not close the popover when clicking on the background
- โ Add visual icon to show a dropdown action on task
- Avoid 'blur' effect on popover
- Accept more file types for external links
- Restrict search to active projects
- ๐ Improve task status filter
- โ Add filter tag:none
- ๐ Always apply merge hooks in task creation controller
- โก๏ธ Update task moved date only when the column or swimlane is changed
- โ Add new subtask hooks
- โ Add the actual use of TaskStartDateFilter
- ๐ Update translations and documentation
๐ Bug fixes:
- Send absolute links in email notifications
- Restrict task complexity to a specific range to avoid integer overflow
- ๐ Do not show closed tasks in task move position form
- Avoid "Controller not found" in Settings > Links
-
v1.0.33 Changes
September 05, 2016๐ New features:
- ๐ Move a task without drag and drop (smartphones and tablets)
- โ Add the possibility to unlock users from the user interface
- ๐ New API calls for task metadata
- ๐ New automatic actions:
- Define color by Swimlane
- Define priority by Swimlane
๐ Improvements:
- Introduce Vue.js to manage user interface components
- โ Add column "Reference" and "Creator Name" in CSV task export
- ๐ Show both time spent and estimated on the board
- Store board collapsed mode user preference in the database
- Store comment sorting direction in the database
- Avoid tags overlapping on the board
- ๐ Show project name in notifications
- ๐ Allow priority changes for inverted priority scales
- โ Add the possibility to attach template hooks with local variables and callback
- โ Add "reference" hooks
- ๐ Show project name in task forms
- Convert vanilla CSS to SASS
- ๐ฑ Make user interface more responsive for smartphones and tablets
- ๐ Support version operators for plugin directory: >= and >
- ๐ Update Spanish documentation
Other changes:
- Time spent (in hours) for subtasks are not rounded too the nearest quarter anymore
๐ Bug fixes:
- ๐ Fix improper HTML escaping for textarea (potential XSS)
- Do not show closed tasks on public boards
- ๐ Fix undefined constant in config example file
- ๐ Fix PHP notice when sending overdue notifications
- ๐ Fix wrong project date format (shown as 01/01/1970)
- If the dates still not correct, modify and save the date
-
v1.0.32 Changes
July 31, 2016๐ New features:
- ๐ New automated actions:
- Close tasks without activity in a specific column
- Set due date automatically
- Move a task to another column when closed
- Move a task to another column when not moved during a given period
- ๐ New filter "moved" for moved date of tasks
- โ Added internal task links to activity stream
- โ Added new event for removed comments
- โ Added search filter for task priority
- โ Added the possibility to hide tasks in dashboard for a specific column
- ๐ Documentation translated in Russian
๐ Improvements:
- ๐ Improve background worker and job handler
- ๐ New template hooks
- โ Removed individual column scrolling on board, columns use the height of all tasks
- ๐ Improve project page titles
- โ Remove sidebar titles when not necessary
- ๐จ Internal events management refactoring
- ๐ Handle header X-Real-IP to get IP address
- Display project name for task auto-complete fields
- ๐ Make search attributes not case sensitive
- Display TOTP issuer for 2FA
- ๐ Make sure that the table schema_version use InnoDB for Mysql
- ๐ Use the library PicoFeed to generate RSS/Atom feeds
- ๐ Change all links to the new repository
๐ Bug fixes:
- ๐ Allow users to see inactive projects
- ๐ Fixed typo in template that prevent project permissions to be duplicated
- ๐ Fixed search query with multiple assignees (nested OR conditions)
- ๐ Fixed Markdown editor auto-grow on the task form (Safari)
- ๐ Fixed compatibility issue with PHP 5.3 for OAuthUserProvider class
- ๐ New automated actions:
-
v1.0.31 Changes
July 03, 2016๐ 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}
-
v1.0.30 Changes
June 08, 2016๐ Improvements:
- ๐ Show tasks that are due today in a different color
๐ Bug fixes:
- ๐ Fixed wrong controller for search in dashboard
- ๐ Fixed plural form in alert message
- ๐ Fixed CSS cosmetic issue with popover and tooltips
-
v1.0.29 Changes
June 05, 2016๐ 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
-
v1.0.28 Changes
May 08, 2016๐ New features:
- โ Added automated action to change task color based on the priority
- โ Added support for LDAP Posix Groups (OpenLDAP with memberUid or groupOfNames)
- โ Added support for LDAP user photo attribute (Avatar image)
- โ Added support for language LDAP attribute
- โ Added support for Mysql SSL connection
- Search in activity stream
- Search in comments
- Search by task creator
- โ Added command line utility to reset user password and to disable 2FA
๐ Improvements:
- ๐ Improve Avatar upload form
- ๐ User roles are now synced with LDAP at each login
- ๐ Improve web page title on the task view
- Unify task drop-down menu between different views
- ๐ Improve LDAP user group membership synchronization
- Category and user filters do not append anymore in search field
- โ Added more template hooks
- โ Added tasks search with the API
- โ Added priority field to API procedures
- โ Added API procedure "getMemberGroups"
- โ Added parameters for overdue tasks notifications: group by projects and send only to managers
- ๐ Allow people to install Kanboard outside of the DocumentRoot
- ๐ Allow plugins to be loaded from another folder
- ๐จ Filter/Lexer/QueryBuilder refactoring
๐ Bug fixes:
- ๐ Allow a project owner to manage his own public project
- ๐ Fixed PHP warning when removing a user with no Avatar image
- ๐ Fixed improper Markdown escaping for some tooltips
- โก๏ธ Closing all tasks by column, also update closed tasks
- ๐ Fixed wrong task link generation within Markdown text
- ๐ Fixed wrong URL on comment toggle link for sorting
- ๐ Fixed form submission with Meta+Enter keyboard shortcut
- โ Removed PHP notices in comment suppression view