diff --git a/docs/Editing/Auto-Suggest.md b/docs/Editing/Auto-Suggest.md index cc385704a4..cd37744893 100644 --- a/docs/Editing/Auto-Suggest.md +++ b/docs/Editing/Auto-Suggest.md @@ -201,7 +201,7 @@ For more on filtering, and some examples, see [[#What keywords may I type to mak > [!released] > -> - The default value for 'Maximum number of auto-suggestions to show' was changed from 6 to 20 in Tasks X.Y.Z. +> - The default value for 'Maximum number of auto-suggestions to show' was changed from 6 to 20 in Tasks 7.5.0. > - This new value only takes effect in new Tasks installations: the value in existing vaults will not be updated. > - We recommend increasing the value in your vault, for a better experience with auto-suggest. diff --git a/docs/Introduction.md b/docs/Introduction.md index ecd1cca6cb..dea8b7ba9e 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -35,7 +35,7 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel Keep to around 2 to 3 releases, so that 'Navigation around this site' is visible. Move the older ones down to the top of the comment block below... --> -- X.Y.Z: +- 7.5.0: - Add page [[Missing tasks in callouts with some Obsidian 1.6.x versions]]. - [[Auto-Suggest#How do I see fewer or more suggestions?|Auto-suggest]] now defaults to at most 20 suggestions in new vaults. This is useful when adding dependencies. - 7.4.0: diff --git a/manifest.json b/manifest.json index e8ad44a4c0..c0695820b8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.4.0", + "version": "7.5.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 0d7c6315b9..6dcf88cfa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.4.0", + "version": "7.5.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 2c7daa7a55..17d41cca6e 100644 --- a/versions.json +++ b/versions.json @@ -98,5 +98,6 @@ "7.1.0": "1.1.1", "7.2.0": "1.1.1", "7.3.0": "1.1.1", - "7.4.0": "1.1.1" + "7.4.0": "1.1.1", + "7.5.0": "1.1.1" }