Skip to content

Commit

Permalink
Update to version 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jan 2, 2024
1 parent e8e22db commit 4760e1d
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/Editing/Create or edit Task.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Note that relative dates will be always interpreted as being in the future, beca
> [!released]
>
> - `Only future dates` was introduced in Tasks 1.15.0.
> - Editing of [[Dates#Created date|created]], [[Dates#Done date|done]] and [[Dates#Cancelled date|cancelled]] dates was introduced in Tasks X.Y.Z.
> - Editing of [[Dates#Created date|created]], [[Dates#Done date|done]] and [[Dates#Cancelled date|cancelled]] dates was introduced in Tasks 5.5.0.
### Date abbreviations

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started/Dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Related instructions for use in Tasks query blocks:
### Cancelled date

> [!released]
> Cancelled date was introduced in Tasks X.Y.Z.
> Cancelled date was introduced in Tasks 5.5.0.
Unless you disable 'Set cancelled date on every cancelled task' in settings (and restart Obsidian), the Tasks plugin will help you track when your tasks were cancelled.

Expand Down
4 changes: 2 additions & 2 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ _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: 🔥 The [[Create or edit Task]] modal can now edit Created, Done and Cancelled dates
- X.Y.Z: 🔥 Add support for [[Dates#Cancelled date|cancelled dates]].
- 5.5.0: 🔥 The [[Create or edit Task]] modal can now edit Created, Done and Cancelled dates
- 5.5.0: 🔥 Add support for [[Dates#Cancelled date|cancelled dates]].
- 5.4.0: 🔥 Add [[Layout#Full Mode|'full mode']] to turn off `short mode`.
- 5.4.0: 🔥 Add any [[Grouping|'group by']] and [[Sorting|'sort by']] instructions to [[Explaining Queries|explain]] output.
- 5.4.0: 🔥 Recurrence now works well [[Recurring Tasks and Custom Statuses#When DONE is not followed by TODO or IN_PROGRESS|when DONE is not followed by TODO or IN_PROGRESS]].
Expand Down
4 changes: 2 additions & 2 deletions docs/Queries/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,9 @@ Such a filter could be:

> [!released]
>
> - Cancelled date was introduced in Tasks X.Y.Z.
> - Cancelled date was introduced in Tasks 5.5.0.

Since Tasks X.Y.Z, **[[Custom Filters|custom filtering]] by cancelled date** is now possible, using `task.cancelled`.
Since Tasks 5.5.0, **[[Custom Filters|custom filtering]] by cancelled date** is now possible, using `task.cancelled`.

<!-- placeholder to force blank line before included text --><!-- include: CustomFilteringExamples.test.dates_task.cancelled_docs.approved.md -->

Expand Down
4 changes: 2 additions & 2 deletions docs/Queries/Grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ For more examples, see [[#Due Date]].
- The cancelled date of the task, including the week-day, or `No cancelled date`.
> [!released]
`cancelled` grouping option was introduced in Tasks X.Y.Z.
`cancelled` grouping option was introduced in Tasks 5.5.0.
Since Tasks X.Y.Z, **[[Custom Grouping|custom grouping]] by cancelled date** is now possible, using `task.cancelled`.
Since Tasks 5.5.0, **[[Custom Grouping|custom grouping]] by cancelled date** is now possible, using `task.cancelled`.
<!-- placeholder to force blank line before included text --><!-- include: CustomGroupingExamples.test.dates_task.cancelled_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 @@ -41,7 +41,7 @@ The following elements exist:
> - `urgency` was introduced in Tasks 1.14.0.
> - `created date` was introduced in Tasks 2.0.0.
> - `tags` was introduced in Tasks 4.1.0.
> - `cancelled date` was introduced in Tasks X.Y.Z.
> - `cancelled date` was introduced in Tasks 5.5.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
2 changes: 1 addition & 1 deletion docs/Queries/Sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For more information, including adding your own customised statuses, see [[Statu
- `sort by cancelled` (the date when the task was cancelled)

> [!released]
`sort by cancelled` was introduced in Tasks X.Y.Z.
`sort by cancelled` was introduced in Tasks 5.5.0.

### Happens

Expand Down
2 changes: 1 addition & 1 deletion docs/Scripting/Task Properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For more information, including adding your own customised statuses, see [[Statu
1. Note that currently all stored dates have no time, or rather, their time is midnight at the start of the day, local time.
1. For example uses of date properties, see [[Filters#Due Date]] and [[Grouping#Due Date]].
1. `task.happens` is the earlier of `task.due`, `task.scheduled` and `task.start`.
1. `task.cancelled` was added in Tasks X.Y.Z.
1. `task.cancelled` was added in Tasks 5.5.0.

## Values in TasksDate 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": "5.4.0",
"version": "5.5.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": "5.4.0",
"version": "5.5.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 @@ -86,5 +86,6 @@
"5.1.1": "1.1.1",
"5.2.0": "1.1.1",
"5.3.0": "1.1.1",
"5.4.0": "1.1.1"
"5.4.0": "1.1.1",
"5.5.0": "1.1.1"
}

0 comments on commit 4760e1d

Please sign in to comment.