Skip to content

Commit 2fb1905

Browse files
committed
Update to version 7.12.0
1 parent 4b4e374 commit 2fb1905

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

docs/Queries/Layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following query elements exist:
7171
> [!released]
7272
>
7373
> - `urgency` was introduced in Tasks 1.14.0.
74-
> - `tree` was introduced in Tasks X.Y.Z.
74+
> - `tree` was introduced in Tasks 7.12.0.
7575
7676
All of these query elements except `urgency` and `tree` are shown by default, so you will use the command `hide`
7777
if you do not want to show any of them, or the command `show` to show the urgency score or tree view.

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.12.0:
1616
- Add [[Layout#Hide and Show Tree|display of nested tasks]] in search results, with `show tree`
1717
- 7.11.0:
1818
- Add [[Sorting#Random sorting|random sorting]], with `sort by random`

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.11.1",
4+
"version": "7.12.0",
55
"minAppVersion": "1.1.1",
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.11.1",
3+
"version": "7.12.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
@@ -109,5 +109,6 @@
109109
"7.10.1": "1.1.1",
110110
"7.10.2": "1.1.1",
111111
"7.11.0": "1.1.1",
112-
"7.11.1": "1.1.1"
112+
"7.11.1": "1.1.1",
113+
"7.12.0": "1.1.1"
113114
}

0 commit comments

Comments
 (0)