Skip to content

Commit

Permalink
Update to version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Mar 4, 2024
1 parent 96885ef commit 2bf0eb7
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 27 deletions.
4 changes: 2 additions & 2 deletions docs/Editing/Create or edit Task.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started/Task Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions docs/Queries/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions docs/Queries/Grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`.

<!-- placeholder to force blank line before included text --><!-- include: CustomGroupingExamples.test.dependencies_task.id_docs.approved.md -->

Expand All @@ -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`.

<!-- placeholder to force blank line before included text --><!-- include: CustomGroupingExamples.test.dependencies_task.dependsOn_docs.approved.md -->

Expand Down
2 changes: 1 addition & 1 deletion docs/Queries/Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions docs/Queries/Sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Scripting/Query Properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/Scripting/Task Properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2bf0eb7

Please sign in to comment.