Skip to content

Commit c7b0d32

Browse files
committed
Update to version 3.8.0
1 parent c3b50d5 commit c7b0d32

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

docs/Getting Started/Recurring Tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Use this setting to control where the recurring task is inserted. The default is
8181
![Setting for next recurrence appearance](../../images/settings-recurrence-location.png)
8282

8383
> [!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
8585
8686
---
8787

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 [[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]]
1111
- 3.7.0: 🔥 Add [[Grouping#Reversing groups|reverse sorting of groups]]
1212
- 3.6.0: 🔥 Add [[Grouping#Other task properties|group by urgency]]
1313
- 3.6.0: 🔥 Add [[Sorting#Other task properties|sort by recurring]]

docs/Queries/Limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Shorthand is `limit groups <number>`.
2626
> `limit groups` instructions are ignored if there are no `group by` instructions in the Tasks query.
2727
2828
> [!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.

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.7.0",
4+
"version": "3.8.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.7.0",
3+
"version": "3.8.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
@@ -63,5 +63,6 @@
6363
"3.4.0": "1.1.1",
6464
"3.5.0": "1.1.1",
6565
"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"
6768
}

0 commit comments

Comments
 (0)