diff --git a/docs/Advanced/Styling.md b/docs/Advanced/Styling.md index 6bedbab979..46d152dcc3 100644 --- a/docs/Advanced/Styling.md +++ b/docs/Advanced/Styling.md @@ -156,7 +156,7 @@ The following additional components have the following classes: > > - `tasks-group-heading` was introduced in Tasks 1.6.0. > - `plugin-tasks-query-explanation` was introduced in Tasks 1.19.0. -> - `tasks-postpone` was added in Tasks X.Y.Z. +> - `tasks-postpone` was added in Tasks 5.3.0. ## CSS Examples diff --git a/docs/Editing/Postponing.md b/docs/Editing/Postponing.md index f58d16f872..5f13599ddb 100644 --- a/docs/Editing/Postponing.md +++ b/docs/Editing/Postponing.md @@ -18,7 +18,7 @@ publish: true The ⏩ button in Tasks Search results allows you to quickly postpone (or "snooze") a task until tomorrow or later. > [!released] -> Introduced in Tasks X.Y.Z. +> Introduced in Tasks 5.3.0. ### Click and Context Menu diff --git a/docs/Editing/Toggling and Editing Statuses.md b/docs/Editing/Toggling and Editing Statuses.md index 8ca3570e5a..823bf93974 100644 --- a/docs/Editing/Toggling and Editing Statuses.md +++ b/docs/Editing/Toggling and Editing Statuses.md @@ -63,7 +63,7 @@ Changing from one `DONE` status to another: | In Tasks query search results | Reading mode | ✅ | > [!released] -> The 'Change task status' context menu was introduced in Tasks X.Y.Z. +> The 'Change task status' context menu was introduced in Tasks 5.3.0. ## 'Tasks: Toggle task done' command diff --git a/docs/Introduction.md b/docs/Introduction.md index 8b5b4c3377..19fe58c9b3 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -13,10 +13,10 @@ _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: 🔥 Add [[Postponing|postpone button]] to Tasks query results. -- X.Y.Z: 🔥 Add [[Toggling and Editing Statuses#'Change task status' context menu|'change task status' menu]] to Reading mode and Tasks query results. -- X.Y.Z: 🔥 Add documentation section about [[About Editing|editing tasks]]. -- X.Y.Z: 🔥 Add documentation page about [[toggling and editing statuses]]. +- 5.3.0: 🔥 Add [[Postponing|postpone button]] to Tasks query results. +- 5.3.0: 🔥 Add [[Toggling and Editing Statuses#'Change task status' context menu|'change task status' menu]] to Reading mode and Tasks query results. +- 5.3.0: 🔥 Add documentation section about [[About Editing|editing tasks]]. +- 5.3.0: 🔥 Add documentation page about [[toggling and editing statuses]]. - 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/manifest.json b/manifest.json index 31f4cbb796..087125fd9d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "5.2.0", + "version": "5.3.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 4005c0cf15..a0d4041077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "5.2.0", + "version": "5.3.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 1a593f7c49..2abef7f31b 100644 --- a/versions.json +++ b/versions.json @@ -84,5 +84,6 @@ "5.0.0": "1.1.1", "5.1.0": "1.1.1", "5.1.1": "1.1.1", - "5.2.0": "1.1.1" + "5.2.0": "1.1.1", + "5.3.0": "1.1.1" }