Skip to content

Commit

Permalink
Update to version 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Dec 26, 2023
1 parent 235e178 commit f0ea1e8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/Introduction.md
Expand Up @@ -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]].
Expand Down
4 changes: 2 additions & 2 deletions docs/Queries/Explaining Queries.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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/",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -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"
}

0 comments on commit f0ea1e8

Please sign in to comment.