Skip to content

Commit 11dad3b

Browse files
committed
Update to version 3.6.0
1 parent c2ccf93 commit 11dad3b

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

docs/Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish: true
66

77
## What's New?
88

9-
- X.Y.Z: 🔥 Add [[Grouping#Other task properties|group by urgency]]
10-
- X.Y.Z: 🔥 Add [[Sorting#Other task properties|sort by recurring]]
9+
- 3.6.0: 🔥 Add [[Grouping#Other task properties|group by urgency]]
10+
- 3.6.0: 🔥 Add [[Sorting#Other task properties|sort by recurring]]
1111
- 3.5.0: 🔥 New [[Global Query]] facility.
1212
- 3.4.0: 🔥 Clicking on a [[Backlinks|Backlink]] jumps to the exact task line.
1313
- 3.4.0: Tasks now requires at least Obsidian 1.1.1.

docs/Queries/Grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ For more information, including adding your own customised statuses, see [[Statu
9797
> - `start`, `scheduled`, `due` and `done` grouping options were introduced in Tasks 1.7.0.<br>
9898
> - `tags` grouping option was introduced in Tasks 1.10.0.<br>
9999
> - `priority`, `recurring` and `recurrence` grouping options were introduced in Tasks 1.11.0.
100-
> - `urgency` grouping option was introduced in Tasks X.Y.Z.
100+
> - `urgency` grouping option was introduced in Tasks 3.6.0.
101101
102102
## Multiple groups
103103

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": "3.5.0",
4+
"version": "3.6.0",
55
"minAppVersion": "1.1.1",
66
"description": "Task management for Obsidian",
77
"author": "Martin Schenck and Clare Macrae",

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": "3.5.0",
3+
"version": "3.6.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
"3.2.0": "0.14.6",
6262
"3.3.0": "0.14.6",
6363
"3.4.0": "1.1.1",
64-
"3.5.0": "1.1.1"
64+
"3.5.0": "1.1.1",
65+
"3.6.0": "1.1.1"
6566
}

0 commit comments

Comments
 (0)