From f88dc7ddd06648295d1455b16e113dca1d51c290 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Tue, 4 Jun 2024 14:02:09 +0100 Subject: [PATCH] Update to version 7.4.0 --- docs/Editing/Auto-Suggest.md | 4 ++-- docs/Introduction.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/Editing/Auto-Suggest.md b/docs/Editing/Auto-Suggest.md index f4fd15346e..e37d29d63b 100644 --- a/docs/Editing/Auto-Suggest.md +++ b/docs/Editing/Auto-Suggest.md @@ -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 @@ -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. diff --git a/docs/Introduction.md b/docs/Introduction.md index 4b6af980e9..fc1e6b8ec0 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -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. diff --git a/manifest.json b/manifest.json index 022b64ef03..e8ad44a4c0 100644 --- a/manifest.json +++ b/manifest.json @@ -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/", diff --git a/package.json b/package.json index a8fc34a98a..48d29e1155 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 863844fca8..2c7daa7a55 100644 --- a/versions.json +++ b/versions.json @@ -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" }