Skip to content

Commit

Permalink
Update to version 7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 26, 2024
1 parent 4b4e374 commit 2fb1905
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Queries/Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/What is New/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2fb1905

Please sign in to comment.