Skip to content

Commit

Permalink
Update to version 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 6, 2024
1 parent fc07a42 commit 7deedcc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Queries/Sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ sort by function task.originalMarkdown
### Random sorting

> [!released]
> Random sorting was introduced in Tasks X.Y.Z.
> Random sorting was introduced in Tasks 7.11.0.

This instruction sorts tasks in a random order:

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.11.0:
- Add [[Sorting#Random sorting|random sorting]], with `sort by random`
- 7.10.0:
- Right-click on any task date field in Reading and Query Results views to:
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.10.2",
"version": "7.11.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.10.2",
"version": "7.11.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 @@ -107,5 +107,6 @@
"7.9.0": "1.1.1",
"7.10.0": "1.1.1",
"7.10.1": "1.1.1",
"7.10.2": "1.1.1"
"7.10.2": "1.1.1",
"7.11.0": "1.1.1"
}

0 comments on commit 7deedcc

Please sign in to comment.