From b1103fee9d1ff3b8707791f9b2d8527c78349055 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Fri, 2 Aug 2024 23:09:11 +0100 Subject: [PATCH] Update to version 7.7.0 --- docs/Getting Started/Obsidian Properties.md | 2 +- docs/Getting Started/Tags.md | 2 +- docs/Scripting/Task Properties.md | 4 ++-- docs/What is New?/Changelog.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 7 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/Getting Started/Obsidian Properties.md b/docs/Getting Started/Obsidian Properties.md index aaa6761e32..4532648ed5 100644 --- a/docs/Getting Started/Obsidian Properties.md +++ b/docs/Getting Started/Obsidian Properties.md @@ -5,7 +5,7 @@ publish: true # Obsidian Properties > [!released] -> Use of Obsidian Properties was introduced in Tasks X.Y.Z. +> Use of Obsidian Properties was introduced in Tasks 7.7.0. ## What are Obsidian Properties? diff --git a/docs/Getting Started/Tags.md b/docs/Getting Started/Tags.md index 1879b0ad64..5e862a8d6f 100644 --- a/docs/Getting Started/Tags.md +++ b/docs/Getting Started/Tags.md @@ -68,7 +68,7 @@ tags: --- ``` -Since Tasks X.Y.Z, Tasks **does** now read this data. +Since Tasks 7.7.0, Tasks **does** now read this data. You can learn more in: diff --git a/docs/Scripting/Task Properties.md b/docs/Scripting/Task Properties.md index 200ce0e2a1..7101129f90 100644 --- a/docs/Scripting/Task Properties.md +++ b/docs/Scripting/Task Properties.md @@ -203,7 +203,7 @@ For more information, including adding your own customised statuses, see [[Statu ## Values for Obsidian Properties > [!released] -> Access to the Obsidian Properties was introduced in Tasks X.Y.Z. +> Access to the Obsidian Properties was introduced in Tasks 7.7.0. These are described in full in [[Obsidian Properties]]. @@ -226,6 +226,6 @@ These are described in full in [[Obsidian Properties]]. -1. `task.file.hasProperty()` and `task.file.property()` were added in Tasks X.Y.Z +1. `task.file.hasProperty()` and `task.file.property()` were added in Tasks 7.7.0 1. `task.file.hasProperty('property name')` returns true if the property `'property name'` is both present in the file and has a non-`null` value. 1. `task.file.property('property name')` returns either the value in the file, or `null` if there is no value. diff --git a/docs/What is New?/Changelog.md b/docs/What is New?/Changelog.md index f8b4bf484d..7b352ee198 100644 --- a/docs/What is New?/Changelog.md +++ b/docs/What is New?/Changelog.md @@ -8,7 +8,7 @@ See also [[Breaking Changes]]: Tasks releases with version numbers ending `.0.0` _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tasks/releases)..._ -- X.Y.Z: +- 7.7.0: - Queries can now use values in [[Obsidian Properties]] (also known as YAML or frontmatter) for filtering, sorting and grouping. - 7.6.0: - New setting to [[Use Filename as Default Date#Additional date format|recognise extra date format]] in file name as default date. diff --git a/manifest.json b/manifest.json index b485b8d4d1..a2cfd03360 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.6.1", + "version": "7.7.0", "minAppVersion": "1.1.1", "description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.", "helpUrl": "https://publish.obsidian.md/tasks/", diff --git a/package.json b/package.json index d2f14370bf..d6db34bd0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.6.1", + "version": "7.7.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 7a01acc5da..2d59d90fa2 100644 --- a/versions.json +++ b/versions.json @@ -101,5 +101,6 @@ "7.4.0": "1.1.1", "7.5.0": "1.1.1", "7.6.0": "1.1.1", - "7.6.1": "1.1.1" + "7.6.1": "1.1.1", + "7.7.0": "1.1.1" }