You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcurrentVersion="1.8.2";// Change this whenever you will going to release a new version.
953
-
construnMandatoryScan=false;// Change this whenever you will release a major version which requires user to scan the whole vault again. And to enable the notification.
955
+
constcurrentVersion=newReleaseVersion;// Change this whenever you will going to release a new version.
956
+
construnMandatoryScan=true;// Change this whenever you will release a major version which requires user to scan the whole vault again. And to enable the notification.
// make the localStorage flag, 'manadatoryScan' to True
958
961
959
962
if(previousVersion===""||runMandatoryScan){
960
963
localStorage.setItem("manadatoryScan","true");
964
+
constsmallMessage=
965
+
"Even being a minor release, this new version of Task Board requires a re-scan of your vault. Kindly re-scan using the top-right button in the task board tab.";
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "task-board",
3
-
"version": "1.8.2",
3
+
"version": "1.8.3",
4
4
"description": "An Obsidian plugin to manage small to large projects using tasks from the whole vault on a centralized board using various kinds of views like Kanban, map, list, etc.",
bugReporter(plugin,"Both newId and legacyId are undefined",`Both newId and legacyId are undefined for the selected task titled ${selectedTask.title}.`,"AddOrEditTaskModal.tsx/EditTaskContent/childTaskInputRef useEffect/getUpdatedDependsOnIds");
bugReporter(plugin,"Child task not found",`The child task with ID ${taskId} was not found in pending tasks.`,"AddOrEditTaskModal.tsx/EditTaskContent/handleOpenChildTaskModal");
0 commit comments