Skip to content

Commit 672421a

Browse files
committed
Update to version 7.19.0
1 parent 0a27dcc commit 672421a

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

docs/Getting Started/Recurring Tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This is useful when you want the Start and Due dates to carry forward to the nex
6666
![Setting for Remove scheduled date on recurrence](../images/settings-recurrence-remove-scheduled-date.png)
6767

6868
> [!released]
69-
> The option to remove the scheduled date on recurrence was introduced in Tasks X.Y.Z.
69+
> The option to remove the scheduled date on recurrence was introduced in Tasks 7.19.0.
7070
7171
## Recurring Tasks with Custom Statuses
7272

docs/What is New/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas
1212

1313
## 7.x releases
1414

15-
- X.Y.Z:
15+
- 7.19.0:
1616
- New setting to [[Recurring Tasks#Remove scheduled date on recurrence|remove scheduled date on recurrence]].
1717
- 7.16.0:
1818
- Add `task.lineNumber`.

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.18.5",
4+
"version": "7.19.0",
55
"minAppVersion": "1.4.0",
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.18.5",
3+
"version": "7.19.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
@@ -125,5 +125,6 @@
125125
"7.18.2": "1.4.0",
126126
"7.18.3": "1.4.0",
127127
"7.18.4": "1.4.0",
128-
"7.18.5": "1.4.0"
128+
"7.18.5": "1.4.0",
129+
"7.19.0": "1.4.0"
129130
}

0 commit comments

Comments
 (0)