Skip to content

Releases: kanboard/kanboard

Kanboard Version 1.0.47

06 Oct 20:11
Compare
Choose a tag to compare

New features:

  • Vietnamese translation

Improvements:

  • Updated translations

Security Issues:

  • Avoid people to alter other project resources by changing form data

Kanboard Version 1.0.46

06 Oct 20:12
Compare
Choose a tag to compare

Security Issues:

  • Fix two privilege escalation issues: a standard user could reset the password
    of another user (including admin) by altering form data.
    (CVE-2017-12850 and CVE-2017-12851, discovered by "chbi").

Improvements:

  • Add "Create another link" checkbox for internal link as in sub-task creation
  • Updated translations

Bug fixes:

  • Fix parsing issue in phpToBytes() method

Kanboard Version 1.0.45

06 Oct 20:14
v1.0.45
Compare
Choose a tag to compare

New features:

  • Automatic action to assign tasks to its creator
  • Add the possibility to create a comment when a task is sent by email
  • Add dropdown menu to autocomplete email field from project members
  • Add configurable list of predefined subjects when sending a task or a a comment by email
  • Add command line argument to filter overdue notification for a given project

Improvements:

  • Improve SQL migrations when old default swimlanes have the same name as a normal swimlanes

Bug fixes:

  • Add missing subtask permissions for project viewer role
  • Fix Javascript language mapping

Kanboard Version 1.0.44

06 Oct 20:15
v1.0.44
Compare
Choose a tag to compare

Improvements:

  • Use datetime field for due date
  • Update Docker image to Alpine Linux 3.6
  • Add the possibility to pass API token as environment variable for Docker container
  • Add wildcard search for task reference field
  • Improve automated action TaskAssignColorOnDueDate to update task only when necessary
  • Add task and project API formatters
  • Update translations

Bug fixes:

  • Fix broken user mentions in comment form at the bottom of the task view page
  • Ensure project tags are removed when the project is removed
  • Avoid PHP notice when regenerating API token for a user
  • Fix wrong dropdown menu in group members list
  • Show only active users in auto-complete forms (project permissions)
  • Check owner existence before to create project

Kanboard Version 1.0.43

06 Oct 20:16
v1.0.43
Compare
Choose a tag to compare

Improvements:

  • Add "[DUPLICATE]" prefix to duplicated tasks title
  • Add sorting by position and start date in task list view
  • Update translations

Bug fixes:

  • Add missing plugin parameter for search box (Gantt and calendar plugin)
  • Fix broken start date button

Kanboard Version 1.0.42

06 Oct 20:17
v1.0.42
Compare
Choose a tag to compare

New features:

  • New restrictions for custom project roles

Improvements:

  • Improved dashboard

Breaking Changes:

Bug fixes:

  • Fix typo in Sqlite schema

Kanboard Version 1.0.41

06 Oct 20:18
v1.0.41
Compare
Choose a tag to compare

New features:

  • Add Croatian language translation

Improvements:

  • Simplify dashboard to use new tasks list view
  • Move notifications outside of dashboard
  • Render QR code for TwoFactor authentication without Google Chart API
  • Add toggle button to show/hide subtasks in task list view
  • Use same layout as task listing for task search
  • Display tags in task list view
  • Make user actions available from contextual menu
  • Change users and groups list layout
  • Project priority is always rendered now
  • Do not list private projects when adding a new user
  • Restore link for task title on board

Breaking Changes:

  • Remove method getQrCodeUrl() from PostAuthenticationProviderInterface

Kanboard Version 1.0.40

06 Oct 20:20
v1.0.40
Compare
Choose a tag to compare

New features:

  • Send comments by email
  • Send tasks by email
  • Add Reply-To header to emails sent from Kanboard
  • Upload Sqlite database from user interface
  • Automatic action to change task color when due date is expired

Improvements:

  • Make link to calendar view bookable
  • Reintroduce word search in board selector
  • Properly resize task list height on column toggle
  • Show total score across all swimlanes
  • Redesign task list view and project list view
  • Allow people to remove missing automatic actions (installed from a removed plugins)
  • Improve task view tables
  • Simplify automatic actions table
  • Show category description in tooltip
  • Show category creation form in modal dialog
  • Prevent people to remove swimlanes that contains tasks
  • Show task count in swimlane table
  • Use contextual menu instead of action column in users management

Breaking changes:

  • The concept of "default swimlane" has been removed
  • Previous default swimlanes are migrated to an independent swimlanes
  • Columns "default_swimlane" and "show_default_swimlane" from "projects" table are not used anymore
  • Remove API method "getDefaultSwimlane()"
  • Add mandatory argument "project_id" to API method "updateSwimlane()"
  • Change interface for mail transports

Bug fixes:

  • Upload files button stay disabled when there are other submit buttons on the same page
  • Hiding subtasks from hidden tasks in dashboard

Security:

  • Fix XSS in LetterAvatarProvider (render broken image)

Those issues are harmless if you use default Kanboard settings for CSP rules:

  • Avoid potential XSS in project overview when listing users
  • Avoid potential XSS in Gantt chart

Kanboard Version 1.0.39

06 Oct 20:21
v1.0.39
Compare
Choose a tag to compare

Improvements:

  • Add menu entry in task dropdown to add attachments
  • Improve error reporting when file upload is not configured properly
  • Open comments on board view with a modal dialog instead of tooltip
  • Improve card icons alignment on board
  • Adjust modal dialog width on mobile devices
  • Add priority column in list view
  • Change wording for project status (use "closed" instead of "inactive")
  • Prevent people to remove columns that contains tasks
  • Improve LDAP error reporting
  • Add configuration parameter to disable email configuration from user interface
  • Add email address field for projects
  • Improve forget password behavior (notify the user that an email has been sent or not)
  • Do not display current project in board selector
  • Do not set default task assignee for team projects
  • Comments are highlighted if hash (#comment-123) is present in URL
  • Documentation translated in Turkish

Bug fixes:

  • Search with multiple expressions with double quotes was not working
  • Fix broken subtask restriction per user
  • Fix CFD chart (stack wrongly ordered)

Kanboard Version 1.0.38

06 Oct 20:23
v1.0.38
Compare
Choose a tag to compare

New features:

  • User invitations by email

Improvements:

  • Simplify user creation form
  • Add modification date for comments
  • Add project creation links to project management pages
  • More API procedures are now available to project members and project viewers
  • Simplify date and time configuration to avoid potential validation issues
  • Show dashboard column visibility in columns page
  • Add new template hooks
  • Update translations (id_ID, de_DE, ru_RU, fr_FR, pt_PT)
  • Add command to execute individual job (mostly for debugging)

Regressions:

  • Stay on the same page when a task is closed
  • Wrong URL in modal to move task to another project

Bug fixes:

  • Fix broken link when clicking on user avatar for tasks on board
  • Fix wrong datetime formatting when task form shows validation errors
  • Empty arrays are serialized to a list instead of a dict (Json API)
  • Always unbind internal listeners when closing a modal dialog
  • Fix installation errors on MySQL 8.0.0 (unescaped reserved keyword)
  • Avoid PHP notice when column form validation failed
  • Fix wrong default value for add group member modal
  • Add missing filter (completed) for task search