Task Board v1.4.0 🎉 | Mobile Support

YouTube video for this release : https://youtu.be/R3gHqyHi71w

New Features 🎁

  • Mobile Support : Task Board now supports mobile devices and small screens after a lot of UI/UX improvements (#78).
  • Reminder plugin compatibility : Easily add a reminder to any plugin using the same due date and scheduled time values (#85).
  • Highlightr plugin compatibility : Now users can add highlighting HTML tags, such as <mark> and <font> to style their tasks(#200).
  • Card background color based on tag : A new way to using your tag color to locate the tasks easily using their background color (#104).
  • Outline shadow for Task Item cards (#66).
  • The due indicator bar color will now going to also consider the scheduled time to change its color. A new color, ‘blue’ has been added to indicate the start of the task. (#80)
  • Added data-column-type, data-column-tag-name and data-column-tag-color as the new data attributes for the column component, so different themes can now give better support (#191).
  • Task Board will now use pickr package to provide a better color picker and sortablejs for giving better experience for updating the tag color priority (#118).

Bug Fixes 🛠

  • Tasks starting with numbered bullets has too much left padding (#201). Fixed ✅
  • Tasks plugin format not working properly to detect scheduled time property (#197). Fixed ✅
  • Completion Emoji is visible even for tasks with no completion date property. Fixed ✅
  • “Undated” option is not present in the drop for choosing column type in Add column modal (#219). Fixed ✅
  • Task Item cards duplicates in “otherTags” type column even after populating in a “namedTag” type column (#190). Fixed ✅

Other Changes 🔎

  • Add sub-task button will now going to add the new sub task at the bottom of the list, unlike on top. (#168)
  • “Save” button will be now hidden when switched to “global setting” tab from the Board Config Modal.
  • Migrated to sortablejs package for achieving the drag and sort functionality for changing tag color order and columns order.
  • Cleaned up unused packages and other minor optimizations .
  • Moved the TaskBoardSettingTab.ts file to “Settings” directory.
  • Changes in the Russian translation. by @sakkir91 in https://github.com/tu2-atmanand/Task-Board/pull/230

New Contributors

  • @sakkir91 made their first contribution in https://github.com/tu2-atmanand/Task-Board/pull/230

Full Changelog: https://github.com/tu2-atmanand/Task-Board/compare/1.3.2…1.4.0



Task Board v1.4.1

Bug Fixes 🛠

  • “otherTags” column is not showing tasks with all tags other than named tags. Fixed ✅

Full Changelog: https://github.com/tu2-atmanand/Task-Board/compare/1.4.0…1.4.1


Task Board v1.4.2

Bug Fixes 🛠

  • Highlightr plugin integration is not working properly. Fixed ✅
  • Reminder plugin integration is not working properly. Fixed ✅

Full Changelog: https://github.com/tu2-atmanand/Task-Board/compare/1.4.1…1.4.2