Skip to content

Commit 69d6bf8

Browse files
committed
Update to version 7.20.0
1 parent fcdfd49 commit 69d6bf8

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

docs/Getting Started/Statuses/Check your Statuses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here is an example report, that is generated from the problem statuses shown in
5050

5151
### Sample tasks sections
5252

53-
Since Tasks X.Y.Z, there will also be **Sample Tasks** and **Search the Sample Tasks** sections.
53+
Since Tasks 7.20.0, there will also be **Sample Tasks** and **Search the Sample Tasks** sections.
5454

5555
Their appearance depends on your choice of Theme or CSS snippet.
5656

docs/Queries/Presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish: true
99
Presets allow you to save commonly used task query instructions and reuse them across multiple queries. Instead of repeatedly typing the same complex filters and sorting options, you can define them once in settings and reference them by name.
1010

1111
> [!released]
12-
> Introduced in Tasks X.Y.Z.
12+
> Introduced in Tasks 7.20.0.
1313
1414
## Why Use Presets?
1515

docs/Queries/Query File Defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ When editing `TQ_extra_instructions` in Obsidian's File properties editor, you c
6060
> - `TQ_extra_instructions` is especially useful when you have more than one Tasks search block in a file, and you want the same instructions to be present in all the searches.
6161
> - Before this feature, if those standard instructions changed, you had to remember to update every search.
6262
> - Now you can put those standard instructions in `TQ_extra_instructions`, and only update them in one place.
63-
> - Since Tasks X.Y.Z, `TQ_extra_instructions` does support [[Line Continuations]].
63+
> - Since Tasks 7.20.0, `TQ_extra_instructions` does support [[Line Continuations]].
6464
6565
> [!note]
6666
> The `TQ_extra_instructions` property isn't an array. It's a single string value, and the `|-` allows it to span multiple lines.

docs/What is New/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas
1212

1313
## 7.x releases
1414

15-
- X.Y.Z:
15+
- 7.20.0:
1616
- Add [[Presets]] feature to save commonly used task query instructions.
1717
- Document [[Missing tags, aliases and cssclasses in some Obsidian 1.9.x versions]] - for Insider users of Obsidian 1.9.x.
1818
- [[Line Continuations]] can now be used in the [[Query File Defaults]] property `TQ_extra_instructions`.

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": "7.19.1",
4+
"version": "7.20.0",
55
"minAppVersion": "1.4.0",
66
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
77
"helpUrl": "https://publish.obsidian.md/tasks/",

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": "7.19.1",
3+
"version": "7.20.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"engines": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,6 @@
127127
"7.18.4": "1.4.0",
128128
"7.18.5": "1.4.0",
129129
"7.19.0": "1.4.0",
130-
"7.19.1": "1.4.0"
130+
"7.19.1": "1.4.0",
131+
"7.20.0": "1.4.0"
131132
}

0 commit comments

Comments
 (0)