Skip to content

Commit ee6443d

Browse files
committed
Update to version 7.21.0
1 parent 7fa1f7a commit ee6443d

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

docs/Advanced/Tasks Api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ See [[QuickAdd#Launching the Create task modal via QuickAdd|Launching the Create
9393
## `editTaskLineModal(taskLine: string): Promise<string>;`
9494

9595
> [!released]
96-
> This method was introduced in Tasks X.Y.Z.
96+
> This method was introduced in Tasks 7.21.0.
9797
9898
This method opens the Tasks [[Create or edit Task|Create or edit task UI]] with the provided task line pre-filled for editing.
9999
If data entry is cancelled, an empty string is returned.

docs/Getting Started/Links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish: true
55
# Links
66

77
> [!released]
8-
> Use of Links in searches was introduced in Tasks X.Y.Z.
8+
> Use of Links in searches was introduced in Tasks 7.21.0.
99
1010
> [!Tip]
1111
> This documentation was written a little more quickly than usual, because to the need to release a fix for a bug in iOS and iPadOS versions [18.6](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3546) and [26 Public Beta 2](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3560).

docs/Scripting/Query Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This page documents all the available pieces of information in Queries that you
5252
1. `query.file.hasProperty()` was added in Tasks 7.15.0.
5353
1. `query.file.property()` was added in Tasks 7.15.0.
5454
1. Accessing links:
55-
- The 3 `outlinks` methods were added in Tasks X.Y.Z.
55+
- The 3 `outlinks` methods were added in Tasks 7.21.0.
5656
- They all return an array of `Link` objects.
5757
- For details, see [[Links]].
5858
- The table above shows the result of `link.destinationPath`

docs/Scripting/Task Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ These are described in full in [[Obsidian Properties]].
239239
## Values for Links
240240

241241
> [!released]
242-
> Access to the Links was introduced in Tasks X.Y.Z.
242+
> Access to the Links was introduced in Tasks 7.21.0.
243243
244244
These are described in full in [[Links]].
245245

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.21.0:
1616
- Add support for [[Links]] in custom filters, sorting and grouping.
1717
- The Tasks API can now edit existing task lines with [[Tasks Api#`editTaskLineModal(taskLine string) Promise<string>;`|editTaskLineModal()]].
1818
- Documentation: New section: [[Auto-Suggest#Managing Auto-Suggest Conflicts With Other Plugins|Managing Auto-Suggest conflicts with other plugins]].

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.20.0",
4+
"version": "7.21.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.20.0",
3+
"version": "7.21.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
@@ -128,5 +128,6 @@
128128
"7.18.5": "1.4.0",
129129
"7.19.0": "1.4.0",
130130
"7.19.1": "1.4.0",
131-
"7.20.0": "1.4.0"
131+
"7.20.0": "1.4.0",
132+
"7.21.0": "1.4.0"
132133
}

0 commit comments

Comments
 (0)