File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The idea is that you can easily filter out unimportant tasks without needing to
25
25
```
26
26
27
27
> [ !released]
28
- > Priorities 'lowest' and 'highest' were introduced in Tasks X.Y.Z .
28
+ > Priorities 'lowest' and 'highest' were introduced in Tasks 3.9.0 .
29
29
30
30
## Easy adding of Priorities
31
31
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 [[ Priority#Priorities and Order|lowest and highest]] priorities
9
+ - 3.9.0 : 🔥 Add [[ Priority#Priorities and Order|lowest and highest]] priorities
10
10
- 3.8.0: 🔥 Add [[ Limiting#Limit number of tasks in each group|limiting tasks per group]]
11
11
- 3.8.0: 🔥 Add option to control the [[ Recurring Tasks#Order of the new task|order of new recurring tasks]]
12
12
- 3.7.0: 🔥 Add [[ Grouping#Reversing groups|reverse sorting of groups]]
Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ The available priorities are (from high to low):
468
468
For more information, see [[Priority|Priorities]].
469
469
470
470
> [!released]
471
- > Priorities 'lowest' and 'highest' were introduced in Tasks X.Y.Z .
471
+ > Priorities 'lowest' and 'highest' were introduced in Tasks 3.9.0 .
472
472
473
473
#### Examples
474
474
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.8 .0" ,
4
+ "version" : " 3.9 .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.8 .0" ,
3
+ "version" : " 3.9 .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 64
64
"3.5.0" : " 1.1.1" ,
65
65
"3.6.0" : " 1.1.1" ,
66
66
"3.7.0" : " 1.1.1" ,
67
- "3.8.0" : " 1.1.1"
67
+ "3.8.0" : " 1.1.1" ,
68
+ "3.9.0" : " 1.1.1"
68
69
}
You can’t perform that action at this time.
0 commit comments