Skip to content

Commit 980b068

Browse files
committed
Update to version 3.4.0
1 parent 049e3a3 commit 980b068

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

docs/Getting Started/Backlinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can click on a backlink to navigate directly to the task's source line.
3030
> See the table in the Tabs section of the [Obsidian 1.0.0 release notes](https://forum.obsidian.md/t/obsidian-release-v1-0-0/44873#tabs-1).
3131
3232
> [!released]
33-
> Navigating directly to the task line was introduced in Tasks X.Y.Z.
33+
> Navigating directly to the task line was introduced in Tasks 3.4.0.
3434
3535
## Limitations
3636

docs/Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish: true
66

77
## What's New?
88

9-
- X.Y.Z: 🔥 Clicking on a [[Backlinks|Backlink]] jumps to the exact task line.
10-
- X.Y.Z: Tasks now requires at least Obsidian 1.1.1.
9+
- 3.4.0: 🔥 Clicking on a [[Backlinks|Backlink]] jumps to the exact task line.
10+
- 3.4.0: Tasks now requires at least Obsidian 1.1.1.
1111
- 3.3.0: 🔥 Multiple [[About Task Formats|Task Format]] support - starting with [[Dataview Format]].
1212

1313
## Task management for the Obsidian knowledge base

docs/Queries/Filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Note that the path includes the `.md` extension.
533533
### Root
534534

535535
> [!released]
536-
> Introduced in Tasks X.Y.Z.
536+
> Introduced in Tasks 3.4.0.
537537
538538
The `root` is the top-level folder of the file that contains the task, that is, the first directory in the path, which will be `/` for files in root of the vault.
539539

@@ -546,7 +546,7 @@ The `root` is the top-level folder of the file that contains the task, that is,
546546
### Folder
547547

548548
> [!released]
549-
> Introduced in Tasks X.Y.Z.
549+
> Introduced in Tasks 3.4.0.
550550
551551
This is the `folder` to the file that contains the task, which will be `/` for files in root of the vault.
552552

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"id": "obsidian-tasks-plugin",
33
"name": "Tasks",
4-
"version": "3.3.0",
4+
"version": "3.4.0",
55
"minAppVersion": "1.1.1",
66
"description": "Task management for Obsidian",
77
"author": "Martin Schenck and Clare Macrae",
88
"authorUrl": "https://github.com/obsidian-tasks-group",
99
"fundingUrl": "https://github.com/sponsors/claremacrae",
1010
"isDesktopOnly": false
11-
}
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tasks",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@
5959
"3.0.0": "0.14.6",
6060
"3.1.0": "0.14.6",
6161
"3.2.0": "0.14.6",
62-
"3.3.0": "0.14.6"
62+
"3.3.0": "0.14.6",
63+
"3.4.0": "1.1.1"
6364
}

0 commit comments

Comments
 (0)