Skip to content

Commit

Permalink
Update to version 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Aug 12, 2024
1 parent 14f032d commit 2442f56
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Getting Started/On Completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started/Recurring Tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/What is New?/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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": "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/",
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": "7.7.0",
"version": "7.8.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 @@ -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"
}

0 comments on commit 2442f56

Please sign in to comment.