1.9.0 #648
tu2-atmanand
announced in
Announcements
1.9.0
#648
Replies: 1 comment
-
|
Holy bonkers update, thank you to all contributors!! I think drag and drop is gonna make this my permanent task solution! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Task Board v1.9.0 🎉
Ill keep this description short, because there are too many features and enhancements to talk about in this version. But I think the section which will instantly grab your attention is the "Experimental Features section", especially the Unique Kanban Swimlanes feature. These were the reason why it took a little too long to release this version. Next version will be released sooner if there are no issues in the experimental features.
New Features 🎁
All pending tasks, to handle all the filtering part inside the Advanced column filtering. Now the things are possible with advanced column filters which were not possible earlier with other column types. | FR : Add a new type of column called "All pending tasks" #614Bug Fixes 🛠
open note in new tabcreates issue #567) | Fixed ✅Experimental Features 👨🔬
Deprecated 🚮
Following 4 settings has been removed :
showHeader)showFooter)showFileNameInCard)cardSectionsVisibility)Instead of these multiple settings, now you have a single way to show/hide all the properties on the task card, including the checkbox.
The setting "Auto scan the vault on Obsidian startup" (
scanVaultAtStartup) has been removed. Instead a new setting has been added to auto scan all the files when Obsidian was inactive. Read the following : FR : Auto detect modified files when app was closed #641The setting "Real-time scanning" (
realTimeScanning) has been removed. This setting has been replaced by a new setting, Scanning mode. Read this : FR : True Real Time mode #619As the column component will now going to have the lazy loading functionality by default, hence the "Enable lazy loading for Kanban view" (
kanbanView) setting has been removed.This plugin will no longer going to store the simple
reminderproperty added to notes (Obsi mobile app feature). Since, users can now easily create/convert any simple note into a task-note and add reminder to it, hence there is no need to manually add reminder property in the frontmatter. Hence, theNotesobject is no longer supported inside the tasks cache.Other Changes 🔎
sanitizeTagsfunction to takenewTagsListinstead of singlenewTag.visiblePropertiesListarray-based configuration.checkboxStateSwitcherto return status type information alongside symbol, enabling proper status-based date and title updatestasksPluginCustomStatuseshas been removed and it will be combined intocustomStatuses.applyIdToTaskItemto properly check for existing legacy IDs before generating new onesContributions
A big shout-out to the following contributors for helping me with testing the bugs, suggesting improvements and keeping the community active :
And thank you to all those who had reached out to me on other platforms for improvement of this plugin.❤
Full Changelog: 1.8.7...1.9.0
This discussion was created from the release 1.9.0.
Beta Was this translation helpful? Give feedback.
All reactions