File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Use this setting to control where the recurring task is inserted. The default is
81
81
![ Setting for next recurrence appearance] ( ../../images/settings-recurrence-location.png )
82
82
83
83
> [ !released]
84
- > Control of the location (or order) of the new task was introduced in Tasks X.Y.Z
84
+ > Control of the location (or order) of the new task was introduced in Tasks 3.8.0
85
85
86
86
---
87
87
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ publish: true
6
6
7
7
## What's New?
8
8
9
- - X.Y.Z : 🔥 Add [[ Limiting#Limit number of tasks in each group|limiting tasks per group]]
10
- - X.Y.Z : 🔥 Add option to control the [[ Recurring Tasks#Order of the new task|order of new recurring tasks]]
9
+ - 3.8.0 : 🔥 Add [[ Limiting#Limit number of tasks in each group|limiting tasks per group]]
10
+ - 3.8.0 : 🔥 Add option to control the [[ Recurring Tasks#Order of the new task|order of new recurring tasks]]
11
11
- 3.7.0: 🔥 Add [[ Grouping#Reversing groups|reverse sorting of groups]]
12
12
- 3.6.0: 🔥 Add [[ Grouping#Other task properties|group by urgency]]
13
13
- 3.6.0: 🔥 Add [[ Sorting#Other task properties|sort by recurring]]
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ Shorthand is `limit groups <number>`.
26
26
> ` limit groups ` instructions are ignored if there are no ` group by ` instructions in the Tasks query.
27
27
28
28
> [ !released]
29
- > ` limit groups to <number> tasks ` was introduced in Tasks X.Y.Z .
29
+ > ` limit groups to <number> tasks ` was introduced in Tasks 3.8.0 .
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.7 .0" ,
4
+ "version" : " 3.8 .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.7 .0" ,
3
+ "version" : " 3.8 .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 63
63
"3.4.0" : " 1.1.1" ,
64
64
"3.5.0" : " 1.1.1" ,
65
65
"3.6.0" : " 1.1.1" ,
66
- "3.7.0" : " 1.1.1"
66
+ "3.7.0" : " 1.1.1" ,
67
+ "3.8.0" : " 1.1.1"
67
68
}
You can’t perform that action at this time.
0 commit comments