From 4760e1dd1f34cd25823920fe2d88320e8f6f7e32 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Tue, 2 Jan 2024 22:25:43 +0000 Subject: [PATCH] Update to version 5.5.0 --- docs/Editing/Create or edit Task.md | 2 +- docs/Getting Started/Dates.md | 2 +- docs/Introduction.md | 4 ++-- docs/Queries/Filters.md | 4 ++-- docs/Queries/Grouping.md | 4 ++-- docs/Queries/Layout.md | 2 +- docs/Queries/Sorting.md | 2 +- docs/Scripting/Task Properties.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 11 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/Editing/Create or edit Task.md b/docs/Editing/Create or edit Task.md index 832cba3e69..1915ae61a4 100644 --- a/docs/Editing/Create or edit Task.md +++ b/docs/Editing/Create or edit Task.md @@ -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 diff --git a/docs/Getting Started/Dates.md b/docs/Getting Started/Dates.md index fc6cf3cff9..03d3961d47 100644 --- a/docs/Getting Started/Dates.md +++ b/docs/Getting Started/Dates.md @@ -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. diff --git a/docs/Introduction.md b/docs/Introduction.md index 0a50910795..50e75bca4e 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -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]]. diff --git a/docs/Queries/Filters.md b/docs/Queries/Filters.md index 02d4d8b4dc..90e573428e 100644 --- a/docs/Queries/Filters.md +++ b/docs/Queries/Filters.md @@ -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`. diff --git a/docs/Queries/Grouping.md b/docs/Queries/Grouping.md index e7686ff5f1..3a930f0c70 100644 --- a/docs/Queries/Grouping.md +++ b/docs/Queries/Grouping.md @@ -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`. diff --git a/docs/Queries/Layout.md b/docs/Queries/Layout.md index 80cf1a91cb..fcba0a206c 100644 --- a/docs/Queries/Layout.md +++ b/docs/Queries/Layout.md @@ -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. diff --git a/docs/Queries/Sorting.md b/docs/Queries/Sorting.md index 44687162e5..7dfbd176b7 100644 --- a/docs/Queries/Sorting.md +++ b/docs/Queries/Sorting.md @@ -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 diff --git a/docs/Scripting/Task Properties.md b/docs/Scripting/Task Properties.md index d3e4080c15..0a611982ff 100644 --- a/docs/Scripting/Task Properties.md +++ b/docs/Scripting/Task Properties.md @@ -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 diff --git a/manifest.json b/manifest.json index 170637bc6a..a92ba22187 100644 --- a/manifest.json +++ b/manifest.json @@ -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/", diff --git a/package.json b/package.json index 5541559415..2c58adc0db 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 970d36f7f3..03bfd1bf30 100644 --- a/versions.json +++ b/versions.json @@ -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" }