diff --git a/docs/Introduction.md b/docs/Introduction.md index 8b1733ea9a..0df83275de 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: 🔥 Most query instructions can now include [[About Queries#Capitals in Query Instructions - Case Insensitivity|capital letters]]. +- 5.2.0: 🔥 Most query instructions can now include [[About Queries#Capitals in Query Instructions - Case Insensitivity|capital letters]]. - 5.1.0: 🔥 Add 'Review and check your Statuses' facility: see [[Check your Statuses|check your statuses]]. - 5.1.0: 🔥 Enable [[Custom Filters|custom filters]] and [[Custom Grouping|custom grouping]] to use [[Query Properties|query properties]] directly - no placeholders required. diff --git a/docs/Queries/About Queries.md b/docs/Queries/About Queries.md index f3e456c879..fc64e32aa9 100644 --- a/docs/Queries/About Queries.md +++ b/docs/Queries/About Queries.md @@ -73,7 +73,7 @@ In the following sections we will explain all the various options that are avail ### Capitals in Query Instructions - Case Insensitivity > [!released] -> The ability to use capital letters in query instructions was introduced in Tasks X.Y.Z. +> The ability to use capital letters in query instructions was introduced in Tasks 5.2.0. Almost all Tasks query instructions are now case-INsensitive: they can now be typed with capital letters. This is especially helpful when typing them on mobile phones, and for emphasising important words. diff --git a/manifest.json b/manifest.json index 175d95b136..08bcd8557b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "5.1.1", + "version": "5.2.0", "minAppVersion": "1.1.1", "description": "Task management for Obsidian", "author": "Martin Schenck and Clare Macrae", diff --git a/package.json b/package.json index 9e5f3b3e10..4005c0cf15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "5.1.1", + "version": "5.2.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 977c84a2e4..1a593f7c49 100644 --- a/versions.json +++ b/versions.json @@ -83,5 +83,6 @@ "4.9.0": "1.1.1", "5.0.0": "1.1.1", "5.1.0": "1.1.1", - "5.1.1": "1.1.1" + "5.1.1": "1.1.1", + "5.2.0": "1.1.1" }