Task Board v1.5.0 🎉

New Features 🎁

  • Live Embedded Editor inside Add or Edit task modal. #50
  • Bug Reporter : A new modal to get better error information and collect bug report faster. #204
  • Add task from anywhere to any note : Set a default note to add new task from anywhere or choose the file directly from the modal using file suggester. #142, #193, #212
  • QuickAdd plugin integration : Create different QuickAdd choices and select any one from the modal to add your task wherever you want.
  • Re-scan vault indicator on plugin update. #182
  • Scheduled, Start and Created date properties has been added for better Tasks plugin integration.
  • Recurring tasks integration using Tasks plugin API. #15
  • A very first Task Board API for accessing the Add or Edit task modal. #192
  • Strike-out styling for completed sub-tasks in the Task Item Card. #216
  • Automatically hide columns with no tasks. #183
  • Archive tasks instead of deleting them by commenting out the complete task content. Or move them to a separate archive note. #115
  • Scroll to the exact location of the tasks in the note and highlight the first line of the task. #206
  • Cancelled date property integration.
  • New type of column to filter out tasks with similar task status. #151
  • New type of column to filter out all the tasks with same task priority value. #152
  • A tag suggester in the Add or Edit task modal. #264
  • Show note name in the Task Item Card header. #147

Bug Fixes 🛠

  • The Tagged name and other input fields loose focus after typing one letter in Board config modal #240
  • Add new task in current file not working as expected. #255
  • Column type names are not shown as per the Docs inside Board Config modal. #276
  • Crypto library is not available on mobile phones.
  • Add column modal open unexpectedly while switching boards.
  • pickr library is not working as expected when the Highlightr plugin is disabled.
  • Few UI Improvements and fixes.
  • Removed the limit on tag character length. #279
  • Wrap column row properties inside the Board Config modal to wrap properly on small screens. #266

Other Changes 🔎

  • Rename file TaskItemProps.ts to TaskItem.ts.
  • Created separate classes for every community plugin integration for better accessibility.
  • Renamed syncSettings function to migrateSettings.
  • New language translations and updated few old ones.
  • Removed the Completion date format setting. From this version onwards, a universal date format will be used for all the tasks.
  • universalDate concept has been introduced instead of dueDate concept.

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



Task Board v1.5.1

Bug Fixes 🛠

  • Add/Edit task modal keeps opening on the startup. Fixed ✅
  • Unable to create new board. Fixed ✅

Full Changelog: https://github.com/tu2-atmanand/Task-Board/compare/1.5.0…1.5.1


Task Board v1.5.2

Bug Fixes 🛠

  • Editor inside task body not refreshing after saving. Fixed ✅
  • QuickAdd plugin integration is not working as expected. Fixed ✅

Full Changelog: https://github.com/tu2-atmanand/Task-Board/compare/1.5.1…1.5.2