Skip to content

Commit

Permalink
Update to version 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed May 27, 2023
1 parent c3b50d5 commit c7b0d32
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Getting Started/Recurring Tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Use this setting to control where the recurring task is inserted. The default is
![Setting for next recurrence appearance](../../images/settings-recurrence-location.png)

> [!released]
> Control of the location (or order) of the new task was introduced in Tasks X.Y.Z
> Control of the location (or order) of the new task was introduced in Tasks 3.8.0
---

Expand Down
4 changes: 2 additions & 2 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish: true

## What's New?

- X.Y.Z: 🔥 Add [[Limiting#Limit number of tasks in each group|limiting tasks per group]]
- X.Y.Z: 🔥 Add option to control the [[Recurring Tasks#Order of the new task|order of new recurring tasks]]
- 3.8.0: 🔥 Add [[Limiting#Limit number of tasks in each group|limiting tasks per group]]
- 3.8.0: 🔥 Add option to control the [[Recurring Tasks#Order of the new task|order of new recurring tasks]]
- 3.7.0: 🔥 Add [[Grouping#Reversing groups|reverse sorting of groups]]
- 3.6.0: 🔥 Add [[Grouping#Other task properties|group by urgency]]
- 3.6.0: 🔥 Add [[Sorting#Other task properties|sort by recurring]]
Expand Down
2 changes: 1 addition & 1 deletion docs/Queries/Limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Shorthand is `limit groups <number>`.
> `limit groups` instructions are ignored if there are no `group by` instructions in the Tasks query.
> [!released]
> `limit groups to <number> tasks` was introduced in Tasks X.Y.Z.
> `limit groups to <number> tasks` was introduced in Tasks 3.8.0.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "3.7.0",
"version": "3.8.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"author": "Martin Schenck and Clare Macrae",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tasks",
"version": "3.7.0",
"version": "3.8.0",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"3.4.0": "1.1.1",
"3.5.0": "1.1.1",
"3.6.0": "1.1.1",
"3.7.0": "1.1.1"
"3.7.0": "1.1.1",
"3.8.0": "1.1.1"
}

0 comments on commit c7b0d32

Please sign in to comment.