Skip to content

Commit

Permalink
Update to version 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jun 4, 2024
1 parent 60ce234 commit f88dc7d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/Editing/Auto-Suggest.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It is particularly powerful when creating and editing tasks on mobile phones.
> [!released]
>
> - `➕ created today` was introduced in Tasks 3.2.0.
> - `🆔 id` and `⛔ depends on id` were introduced in Tasks X.Y.Z.
> - `🆔 id` and `⛔ depends on id` were introduced in Tasks 7.4.0.
### Video Demo

Expand Down Expand Up @@ -90,7 +90,7 @@ The menu is smart: it will only offer valid options:
- When the `` item is shown at the top of the menu, it is given as a default option to enter a new line instead of choosing a suggestion. It is only shown when there is no concrete match.
- There are many more recognized options than are showing in the menus, including many more dates, such as `2 months`, `15 days`.

Since Tasks X.Y.Z, the menu supports easy creation of [[Task Dependencies]].
Since Tasks 7.4.0, the menu supports easy creation of [[Task Dependencies]].

- Type `id` to filter show the options for dependencies.
- `⛔ depends on id` searches the descriptions of all not-done tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _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:
- 7.4.0:
- [[Auto-Suggest#Details|Auto-suggest]] now supports [[Task Dependencies#Option 2 Use the Auto-Suggest feature|task dependencies]].
- 7.3.0:
- Add 'Remove date' option to the [[Postponing|postpone]] right-click menu in search results.
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.3.0",
"version": "7.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tasks",
"version": "7.3.0",
"version": "7.4.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 @@ -97,5 +97,6 @@
"7.0.0": "1.1.1",
"7.1.0": "1.1.1",
"7.2.0": "1.1.1",
"7.3.0": "1.1.1"
"7.3.0": "1.1.1",
"7.4.0": "1.1.1"
}

0 comments on commit f88dc7d

Please sign in to comment.