From 2442f56d0a722975cdcde1e0a87dd700370441b9 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Mon, 12 Aug 2024 19:13:57 +0100 Subject: [PATCH] Update to version 7.8.0 --- docs/Getting Started/On Completion.md | 2 +- docs/Getting Started/Recurring Tasks.md | 2 +- docs/What is New?/Changelog.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/Getting Started/On Completion.md b/docs/Getting Started/On Completion.md index a461268998..e0eec83b65 100644 --- a/docs/Getting Started/On Completion.md +++ b/docs/Getting Started/On Completion.md @@ -8,7 +8,7 @@ publish: true > If you have ever wished that Tasks would automatically *do something* with the tasks that you complete (*especially* likely if you use [[Recurring Tasks|recurring tasks]], which tend to accumulate within the note that holds them), then the **"On Completion"** feature could be the answer! > [!released] -> Introduced in Tasks X.Y.Z. +> Introduced in Tasks 7.8.0. ## Introduction diff --git a/docs/Getting Started/Recurring Tasks.md b/docs/Getting Started/Recurring Tasks.md index ec944cba03..3bc47b29dd 100644 --- a/docs/Getting Started/Recurring Tasks.md +++ b/docs/Getting Started/Recurring Tasks.md @@ -20,7 +20,7 @@ See [[#Order of the new task]] below, for how to change this behaviour and make The new task will have updated dates based off the original task. > [!tip] -> If you only want the latest occurrence, and don't care to see the clutter of all the earlier tasks, check out the new [[On Completion]] facility, added in Tasks X.Y.Z. +> If you only want the latest occurrence, and don't care to see the clutter of all the earlier tasks, check out the new [[On Completion]] facility, added in Tasks 7.8.0. ### Basic Example diff --git a/docs/What is New?/Changelog.md b/docs/What is New?/Changelog.md index 09b2d78a88..8c28c77a86 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.8.0. - Add [[On Completion]] facility, to tidy up your completed tasks. - 7.7.0: - Queries can now use values in [[Obsidian Properties]] (also known as YAML or frontmatter) for filtering, sorting and grouping. diff --git a/manifest.json b/manifest.json index a2cfd03360..7a514e0e15 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.7.0", + "version": "7.8.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 d6db34bd0e..c841163823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.7.0", + "version": "7.8.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 2d59d90fa2..a8ae69280a 100644 --- a/versions.json +++ b/versions.json @@ -102,5 +102,6 @@ "7.5.0": "1.1.1", "7.6.0": "1.1.1", "7.6.1": "1.1.1", - "7.7.0": "1.1.1" + "7.7.0": "1.1.1", + "7.8.0": "1.1.1" }