diff --git a/docs/Editing/Create or edit Task.md b/docs/Editing/Create or edit Task.md index bb1768bd72..ba1e1f3901 100644 --- a/docs/Editing/Create or edit Task.md +++ b/docs/Editing/Create or edit Task.md @@ -120,7 +120,7 @@ Supported abbreviations: ### Dependencies > [!released] -> Introduced in Tasks X.Y.Z. +> Introduced in Tasks 6.1.0. > [!Tip] > This section describes the mechanics of adding and editing dependencies between your tasks. @@ -191,7 +191,7 @@ For more information, including adding your own customised statuses, see [[Statu #### Automatic setting of dates upon status change > [!released] -> Introduced in Tasks X.Y.Z. +> Introduced in Tasks 6.1.0. When you change the Status Symbol for a Task, the [[Dates#Date-tracking settings|Date-tracking settings]] are used to determine whether to update any date fields: diff --git a/docs/Getting Started/Task Dependencies.md b/docs/Getting Started/Task Dependencies.md index 468f2eebd7..38f18db821 100644 --- a/docs/Getting Started/Task Dependencies.md +++ b/docs/Getting Started/Task Dependencies.md @@ -7,7 +7,7 @@ publish: true ## Introduction > [!released] -> Task Dependencies were introduced in Tasks X.Y.Z. +> Task Dependencies were introduced in Tasks 6.1.0. At a high level, task dependencies define the order in which you want to work on a set of tasks. This can be useful for mapping out projects, where one part needs to be completed before the other. diff --git a/docs/Introduction.md b/docs/Introduction.md index 64022c0119..fee5b0a589 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: +- 6.1.0: - Add support for [[task dependencies]]: - First, [[Create or edit Task#Dependencies|use 'Create or edit Task']] to define the order in which you want to work on a set of tasks, using two new task emojis: 🆔 and ⛔️. - Then adjust your searches, perhaps to see tasks that are [[Filters#Blocking Tasks|blocking others]], or hide ones that are [[Filters#Blocked Tasks|blocked]] and cannot yet be done. diff --git a/docs/Queries/Filters.md b/docs/Queries/Filters.md index 2524429742..f73ff58b72 100644 --- a/docs/Queries/Filters.md +++ b/docs/Queries/Filters.md @@ -456,7 +456,7 @@ Find any tasks that have status symbols you have not yet added to your Tasks set At a high level, task dependencies define the order in which you want to work on a set of tasks. You can read more about them in [[Task Dependencies]]. > [!released] -> Task Dependencies were introduced in Tasks X.Y.Z. +> Task Dependencies were introduced in Tasks 6.1.0. ### Blocking Tasks @@ -488,7 +488,7 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - `is blocking` and `is not blocking` were introduced in Tasks X.Y.Z. +> - `is blocking` and `is not blocking` were introduced in Tasks 6.1.0. ### Blocked Tasks @@ -520,7 +520,7 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - `is blocked` and `is not blocked` were introduced in Tasks X.Y.Z. +> - `is blocked` and `is not blocked` were introduced in Tasks 6.1.0. ### Id @@ -538,9 +538,9 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - Task Id was introduced in Tasks X.Y.Z. +> - Task Id was introduced in Tasks 6.1.0. -Since Tasks X.Y.Z, **[[Custom Filters|custom filtering]] by Id** is now possible, using `task.id`. +Since Tasks 6.1.0, **[[Custom Filters|custom filtering]] by Id** is now possible, using `task.id`. ### Depends On @@ -553,9 +553,9 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - Task Depends On was introduced in Tasks X.Y.Z. +> - Task Depends On was introduced in Tasks 6.1.0. -Since Tasks X.Y.Z, **[[Custom Filters|custom filtering]] by Depends On** is now possible, using `task.dependsOn`. +Since Tasks 6.1.0, **[[Custom Filters|custom filtering]] by Depends On** is now possible, using `task.dependsOn`. ## Filters for Dates in Tasks diff --git a/docs/Queries/Grouping.md b/docs/Queries/Grouping.md index cc07ea5d50..f7c58955d9 100644 --- a/docs/Queries/Grouping.md +++ b/docs/Queries/Grouping.md @@ -168,7 +168,7 @@ group by function "Next status symbol: " + task.status.nextSymbol.replace(" ", " At a high level, task dependencies define the order in which you want to work on a set of tasks. You can read more about them in [[Task Dependencies]]. > [!released] -> Task Dependencies were introduced in Tasks X.Y.Z. +> Task Dependencies were introduced in Tasks 6.1.0. ### Id @@ -178,9 +178,9 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - Task Id was introduced in Tasks X.Y.Z. +> - Task Id was introduced in Tasks 6.1.0. -Since Tasks X.Y.Z, **[[Custom Grouping|custom grouping]] by Id** is now possible, using `task.id`. +Since Tasks 6.1.0, **[[Custom Grouping|custom grouping]] by Id** is now possible, using `task.id`. @@ -201,9 +201,9 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - Task Depends On was introduced in Tasks X.Y.Z. +> - Task Depends On was introduced in Tasks 6.1.0. -Since Tasks X.Y.Z, **[[Custom Grouping|custom grouping]] by Depends On** is now possible, using `task.dependsOn`. +Since Tasks 6.1.0, **[[Custom Grouping|custom grouping]] by Depends On** is now possible, using `task.dependsOn`. diff --git a/docs/Queries/Layout.md b/docs/Queries/Layout.md index 3b48b27c38..07c5bb1ffc 100644 --- a/docs/Queries/Layout.md +++ b/docs/Queries/Layout.md @@ -44,7 +44,7 @@ The following elements exist: > - `created date` was introduced in Tasks 2.0.0. > - `tags` was introduced in Tasks 4.1.0. > - `cancelled date` was introduced in Tasks 5.5.0. -> - `id` and `blocked by` were introduced in Tasks X.Y.Z. +> - `id` and `blocked by` were introduced in Tasks 6.1.0. All of these elements except `urgency` are shown by default, so you will use the command `hide` if you do not want to show any of them, or the command `show` to show the urgency score. diff --git a/docs/Queries/Sorting.md b/docs/Queries/Sorting.md index ca22127769..983a48f94d 100644 --- a/docs/Queries/Sorting.md +++ b/docs/Queries/Sorting.md @@ -163,7 +163,7 @@ sort by function task.status.nextSymbol At a high level, task dependencies define the order in which you want to work on a set of tasks. You can read more about them in [[Task Dependencies]]. > [!released] -> Task Dependencies were introduced in Tasks X.Y.Z. +> Task Dependencies were introduced in Tasks 6.1.0. ### Id @@ -173,9 +173,9 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - Task Id was introduced in Tasks X.Y.Z. +> - Task Id was introduced in Tasks 6.1.0. -Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by Id** is now possible, using `task.id`. +Since Tasks 6.1.0, **[[Custom Sorting|custom sorting]] by Id** is now possible, using `task.id`. ### Depends On @@ -185,9 +185,9 @@ For more information, see [[Task Dependencies]]. > [!released] > -> - Task Depends On was introduced in Tasks X.Y.Z. +> - Task Depends On was introduced in Tasks 6.1.0. -Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by Depends On** is now possible, using `task.dependsOn`. +Since Tasks 6.1.0, **[[Custom Sorting|custom sorting]] by Depends On** is now possible, using `task.dependsOn`. ## Sort by Dates in Tasks diff --git a/docs/Scripting/Query Properties.md b/docs/Scripting/Query Properties.md index 4c159b07ca..d2cdda5a07 100644 --- a/docs/Scripting/Query Properties.md +++ b/docs/Scripting/Query Properties.md @@ -57,4 +57,4 @@ This page documents all the available pieces of information in Queries that you - If [[Global Filter|global filter]] is enabled, only tasks containing the global filter are included. - The [[Global Query|global query]] does not affect `query.allTasks`: all tasks tracked by the Tasks plugin are included. - See [[Task Properties]] for the available properties on each task. - - `query.allTasks` was added in Tasks X.Y.Z. + - `query.allTasks` was added in Tasks 6.1.0. diff --git a/docs/Scripting/Task Properties.md b/docs/Scripting/Task Properties.md index 9cde6d106f..95f29cd70b 100644 --- a/docs/Scripting/Task Properties.md +++ b/docs/Scripting/Task Properties.md @@ -129,7 +129,7 @@ For more information, including adding your own customised statuses, see [[Statu 1. See the page [[Task Dependencies]], which explains the dependencies facility. 1. `Task.isBlocked()` behaves the same as `is blocked`: see [[Filters#Blocked Tasks]]. 1. `Task.isBlocking()` behaves the same as `is blocking`: see [[Filters#Blocking Tasks]]. -1. Task Dependencies were released in Tasks X.Y.Z. +1. Task Dependencies were released in Tasks 6.1.0. ## Values for Other Task Properties diff --git a/manifest.json b/manifest.json index b491bf54be..928a9796e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "6.0.0", + "version": "6.1.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 88443a361e..ea023329d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "6.0.0", + "version": "6.1.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 545490f24f..152b0e0726 100644 --- a/versions.json +++ b/versions.json @@ -89,5 +89,6 @@ "5.4.0": "1.1.1", "5.5.0": "1.1.1", "5.6.0": "1.1.1", - "6.0.0": "1.1.1" + "6.0.0": "1.1.1", + "6.1.0": "1.1.1" }