File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ publish: true
6
6
7
7
## What's New?
8
8
9
- - X.Y.Z : 🔥 Add [[ Grouping#Reversing groups|reverse sorting of groups]]
9
+ - 3.7.0 : 🔥 Add [[ Grouping#Reversing groups|reverse sorting of groups]]
10
10
- 3.6.0: 🔥 Add [[ Grouping#Other task properties|group by urgency]]
11
11
- 3.6.0: 🔥 Add [[ Sorting#Other task properties|sort by recurring]]
12
12
- 3.5.0: 🔥 New [[ Global Query]] facility.
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ See the [screenshots below](#screenshots) for how this looks in practice.
120
120
## Reversing groups
121
121
122
122
> [ !released]
123
- > Reversing of group headings was introduced in Tasks X.Y.Z .
123
+ > Reversing of group headings was introduced in Tasks 3.7.0 .
124
124
125
125
After the name of the property that you want to group by, you can add the ` reverse ` keyword.
126
126
If given, the group headings will be reversed for that property.
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " obsidian-tasks-plugin" ,
3
3
"name" : " Tasks" ,
4
- "version" : " 3.6 .0" ,
4
+ "version" : " 3.7 .0" ,
5
5
"minAppVersion" : " 1.1.1" ,
6
6
"description" : " Task management for Obsidian" ,
7
7
"author" : " Martin Schenck and Clare Macrae" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-tasks" ,
3
- "version" : " 3.6 .0" ,
3
+ "version" : " 3.7 .0" ,
4
4
"description" : " Task management for the Obsidian knowledge base" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 62
62
"3.3.0" : " 0.14.6" ,
63
63
"3.4.0" : " 1.1.1" ,
64
64
"3.5.0" : " 1.1.1" ,
65
- "3.6.0" : " 1.1.1"
65
+ "3.6.0" : " 1.1.1" ,
66
+ "3.7.0" : " 1.1.1"
66
67
}
You can’t perform that action at this time.
0 commit comments