Skip to content

Commit 2442f56

Browse files
committed
Update to version 7.8.0
1 parent 14f032d commit 2442f56

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

docs/Getting Started/On Completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish: true
88
> 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!
99
1010
> [!released]
11-
> Introduced in Tasks X.Y.Z.
11+
> Introduced in Tasks 7.8.0.
1212
1313
## Introduction
1414

docs/Getting Started/Recurring Tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See [[#Order of the new task]] below, for how to change this behaviour and make
2020
The new task will have updated dates based off the original task.
2121

2222
> [!tip]
23-
> 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.
23+
> 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.
2424
2525
### Basic Example
2626

docs/What is New?/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See also [[Breaking Changes]]: Tasks releases with version numbers ending `.0.0`
88

99
_In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tasks/releases)..._
1010

11-
- X.Y.Z.
11+
- 7.8.0.
1212
- Add [[On Completion]] facility, to tidy up your completed tasks.
1313
- 7.7.0:
1414
- Queries can now use values in [[Obsidian Properties]] (also known as YAML or frontmatter) for filtering, sorting and grouping.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tasks-plugin",
33
"name": "Tasks",
4-
"version": "7.7.0",
4+
"version": "7.8.0",
55
"minAppVersion": "1.1.1",
66
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
77
"helpUrl": "https://publish.obsidian.md/tasks/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tasks",
3-
"version": "7.7.0",
3+
"version": "7.8.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"engines": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@
102102
"7.5.0": "1.1.1",
103103
"7.6.0": "1.1.1",
104104
"7.6.1": "1.1.1",
105-
"7.7.0": "1.1.1"
105+
"7.7.0": "1.1.1",
106+
"7.8.0": "1.1.1"
106107
}

0 commit comments

Comments
 (0)