Skip to content

Commit 8d15862

Browse files
committed
vault: Update Tasks plugin & settings to "3.8.0"
From "3.6.0".
1 parent c7b0d32 commit 8d15862

File tree

3 files changed

+41
-36
lines changed

3 files changed

+41
-36
lines changed

resources/sample_vaults/Tasks-Demo/.obsidian/plugins/obsidian-tasks-plugin/data.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"globalQuery": "",
23
"globalFilter": "#task",
34
"removeGlobalFilter": true,
45
"taskFormat": "tasksPluginEmoji",
@@ -10,6 +11,7 @@
1011
"provideAccessKeys": true,
1112
"useFilenameAsScheduledDate": true,
1213
"filenameAsDateFolders": [],
14+
"recurrenceOnNextLine": false,
1315
"statusSettings": {
1416
"coreStatuses": [
1517
{

resources/sample_vaults/Tasks-Demo/.obsidian/plugins/obsidian-tasks-plugin/main.js

Lines changed: 38 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/sample_vaults/Tasks-Demo/.obsidian/plugins/obsidian-tasks-plugin/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tasks-plugin",
33
"name": "Tasks",
4-
"version": "3.6.0",
4+
"version": "3.8.0",
55
"minAppVersion": "1.1.1",
66
"description": "Task management for Obsidian",
77
"author": "Martin Schenck and Clare Macrae",

0 commit comments

Comments
 (0)