diff --git a/docs/Queries/Layout.md b/docs/Queries/Layout.md index fef30fd011..bdbe005287 100644 --- a/docs/Queries/Layout.md +++ b/docs/Queries/Layout.md @@ -71,7 +71,7 @@ The following query elements exist: > [!released] > > - `urgency` was introduced in Tasks 1.14.0. -> - `tree` was introduced in Tasks X.Y.Z. +> - `tree` was introduced in Tasks 7.12.0. All of these query elements except `urgency` and `tree` are shown by default, so you will use the command `hide` if you do not want to show any of them, or the command `show` to show the urgency score or tree view. diff --git a/docs/What is New/Changelog.md b/docs/What is New/Changelog.md index 7469182320..316f274f5c 100644 --- a/docs/What is New/Changelog.md +++ b/docs/What is New/Changelog.md @@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas ## 7.x releases -- X.Y.Z: +- 7.12.0: - Add [[Layout#Hide and Show Tree|display of nested tasks]] in search results, with `show tree` - 7.11.0: - Add [[Sorting#Random sorting|random sorting]], with `sort by random` diff --git a/manifest.json b/manifest.json index 75878bccf5..ff24153c3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.11.1", + "version": "7.12.0", "minAppVersion": "1.1.1", "description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.", "helpUrl": "https://publish.obsidian.md/tasks/", diff --git a/package.json b/package.json index d0054dee9d..045a25d21d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.11.1", + "version": "7.12.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 692ef8f74c..a1541979d2 100644 --- a/versions.json +++ b/versions.json @@ -109,5 +109,6 @@ "7.10.1": "1.1.1", "7.10.2": "1.1.1", "7.11.0": "1.1.1", - "7.11.1": "1.1.1" + "7.11.1": "1.1.1", + "7.12.0": "1.1.1" }