Skip to content

Commit 9f7a519

Browse files
committed
Update to version 7.22.0
1 parent c34d6a0 commit 9f7a519

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
@@ -213,7 +213,7 @@ When a task has multiple dates, one of them is selected as reference date based
213213
> The Start date also provides a more stable reference for calculating future recurrences, especially since you'll typically add a new Scheduled date later when you're ready to work on the task.
214214
>
215215
> > [!released]
216-
> > This different order was introduced in Tasks X.Y.Z.
216+
> > This different order was introduced in Tasks 7.22.0.
217217
218218
If more dates than the reference date exist on the original recurring task, the next occurrence will have the same dates.
219219
All dates of the next occurring task will have the relative distance to the reference date that they had on the original task.

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.22.0:
1616
- Fix [[Recurring Tasks#Priority of Dates|priority of dates in recurring tasks]] when using [[Recurring Tasks#Remove scheduled date on recurrence|Remove scheduled date on recurrence]].
1717
- Update the [[Obsidian Properties#How does Tasks interpret Obsidian Properties?|table of examples]] to show how to use properties with nested data and object serialisation.
1818
- Add Korean translation of [[Settings]], [[Editing a Status]] and [[Check your Statuses]].

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.21.0",
4+
"version": "7.22.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.21.0",
3+
"version": "7.22.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
@@ -129,5 +129,6 @@
129129
"7.19.0": "1.4.0",
130130
"7.19.1": "1.4.0",
131131
"7.20.0": "1.4.0",
132-
"7.21.0": "1.4.0"
132+
"7.21.0": "1.4.0",
133+
"7.22.0": "1.4.0"
133134
}

0 commit comments

Comments
 (0)