diff --git a/docs/Getting Started/Statuses/Recurring Tasks and Custom Statuses.md b/docs/Getting Started/Statuses/Recurring Tasks and Custom Statuses.md index 93c08eaf6c..ebfc6836aa 100644 --- a/docs/Getting Started/Statuses/Recurring Tasks and Custom Statuses.md +++ b/docs/Getting Started/Statuses/Recurring Tasks and Custom Statuses.md @@ -168,7 +168,7 @@ This means that even though the new recurrence of any completed recurring tasks > Note that the new task has `TODO` status, so it will show up in standard Tasks searches. > [!released] -> This improved selection of status for new recurrences was introduced in Tasks X.Y.Z. +> This improved selection of status for new recurrences was introduced in Tasks 5.4.0. ## When the current status type is NON_TASK diff --git a/docs/Introduction.md b/docs/Introduction.md index 28970c121f..1861b1b738 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -13,9 +13,9 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel Move the older ones down to the top of the comment block below... --> -- X.Y.Z: 🔥 Add [[Layout#Full Mode|'full mode']] to turn off `short mode`. -- X.Y.Z: 🔥 Add any [[Grouping|'group by']] and [[Sorting|'sort by']] instructions to [[Explaining Queries|explain]] output. -- X.Y.Z: 🔥 Recurrence now works well [[Recurring Tasks and Custom Statuses#When DONE is not followed by TODO or IN_PROGRESS|when DONE is not followed by TODO or IN_PROGRESS]]. +- 5.4.0: 🔥 Add [[Layout#Full Mode|'full mode']] to turn off `short mode`. +- 5.4.0: 🔥 Add any [[Grouping|'group by']] and [[Sorting|'sort by']] instructions to [[Explaining Queries|explain]] output. +- 5.4.0: 🔥 Recurrence now works well [[Recurring Tasks and Custom Statuses#When DONE is not followed by TODO or IN_PROGRESS|when DONE is not followed by TODO or IN_PROGRESS]]. - 5.3.0: 🔥 Add [[Postponing|postpone button]] to Tasks query results. - 5.3.0: 🔥 Add [[Toggling and Editing Statuses#'Change task status' context menu|'change task status' menu]] to Reading mode and Tasks query results. - 5.3.0: 🔥 Add documentation section about [[About Editing|editing tasks]]. diff --git a/docs/Queries/Explaining Queries.md b/docs/Queries/Explaining Queries.md index d83593ec66..615e03ef57 100644 --- a/docs/Queries/Explaining Queries.md +++ b/docs/Queries/Explaining Queries.md @@ -20,8 +20,8 @@ This has a number of benefits: - If there is a [[Global Filter|global filter]] enabled, it is included in the explanation. - This often explains why tasks are missing from results. - If there is a [[Global Query|global query]] enabled, it too is included in the explanation. -- Any [[Grouping|'group by']] instructions are listed (since Tasks X.Y.Z) -- Any [[Sorting|'sort by']] instructions are listed (since Tasks X.Y.Z) +- Any [[Grouping|'group by']] instructions are listed (since Tasks 5.4.0) +- Any [[Sorting|'sort by']] instructions are listed (since Tasks 5.4.0) ## Examples diff --git a/manifest.json b/manifest.json index 087125fd9d..170637bc6a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "5.3.0", + "version": "5.4.0", "minAppVersion": "1.1.1", "description": "Task management for Obsidian", "helpUrl": "https://publish.obsidian.md/tasks/", diff --git a/package.json b/package.json index a0d4041077..45b9414ab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "5.3.0", + "version": "5.4.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 2abef7f31b..970d36f7f3 100644 --- a/versions.json +++ b/versions.json @@ -85,5 +85,6 @@ "5.1.0": "1.1.1", "5.1.1": "1.1.1", "5.2.0": "1.1.1", - "5.3.0": "1.1.1" + "5.3.0": "1.1.1", + "5.4.0": "1.1.1" }