diff --git a/docs/Getting Started/Getting Started.md b/docs/Getting Started/Getting Started.md index 641761cb01..1e23c903a1 100644 --- a/docs/Getting Started/Getting Started.md +++ b/docs/Getting Started/Getting Started.md @@ -30,7 +30,7 @@ Now Tasks tracks that you need to take out the trash! > ``` > [!released] -> Support for tasks with `+` was introduced in Tasks X.Y.Z. +> Support for tasks with `+` was introduced in Tasks 4.5.0. To list all open tasks in a markdown file, simply add a [[About Queries|query]] as a tasks code block like so: diff --git a/docs/Introduction.md b/docs/Introduction.md index 9ebbd50b7e..66b314f7b3 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -6,7 +6,7 @@ publish: true ## What's New? -- X.Y.Z: 🔥 Support task in list items starting with [[Getting Started#Finding tasks in your vault|`+` signs]] +- 4.5.0: 🔥 Support task in list items starting with [[Getting Started#Finding tasks in your vault|`+` signs]] - 4.4.0: 🔥 Support [[Expressions#More complex expressions|variables, if statements, and functions]] in custom filters and groups - 4.3.0: 🔥 Bug fixes, usability improvements and `explain` support for [[Regular Expressions|regular expression]] searches - 4.2.0: 🔥 Add [[Custom Filters|custom filtering]] diff --git a/manifest.json b/manifest.json index 982fade82d..c404840af8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "4.4.0", + "version": "4.5.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 baac4e34d9..6be209ccc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "4.4.0", + "version": "4.5.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3ee1f390dc..46ac3aa339 100644 --- a/versions.json +++ b/versions.json @@ -72,5 +72,6 @@ "4.1.0": "1.1.1", "4.2.0": "1.1.1", "4.3.0": "1.1.1", - "4.4.0": "1.1.1" + "4.4.0": "1.1.1", + "4.5.0": "1.1.1" }