From 7deedccbdcad87dd4e7db3f2851c8d7f3789d49c Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sun, 6 Oct 2024 11:09:43 +0100 Subject: [PATCH] Update to version 7.11.0 --- docs/Queries/Sorting.md | 2 +- docs/What is New/Changelog.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/Queries/Sorting.md b/docs/Queries/Sorting.md index ffbe083027..b6e14f9319 100644 --- a/docs/Queries/Sorting.md +++ b/docs/Queries/Sorting.md @@ -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: diff --git a/docs/What is New/Changelog.md b/docs/What is New/Changelog.md index f425d30a11..0a3924789c 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.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: diff --git a/manifest.json b/manifest.json index 9acb13eca7..c6c866bca1 100644 --- a/manifest.json +++ b/manifest.json @@ -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/", diff --git a/package.json b/package.json index 26fa894077..5bce654833 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index d4995aed35..7e4183deb7 100644 --- a/versions.json +++ b/versions.json @@ -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" }