Skip to content

Commit

Permalink
Update to version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed May 15, 2023
1 parent 8dea701 commit 53f6459
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish: true

## What's New?

- X.Y.Z: 🔥 Add [[Grouping#Reversing groups|reverse sorting of groups]]
- 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]]
- 3.5.0: 🔥 New [[Global Query]] facility.
Expand Down
2 changes: 1 addition & 1 deletion docs/Queries/Grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ See the [screenshots below](#screenshots) for how this looks in practice.
## Reversing groups

> [!released]
> Reversing of group headings was introduced in Tasks X.Y.Z.
> Reversing of group headings was introduced in Tasks 3.7.0.
After the name of the property that you want to group by, you can add the `reverse` keyword.
If given, the group headings will be reversed for that property.
Expand Down
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.6.0",
"version": "3.7.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.6.0",
"version": "3.7.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 @@ -62,5 +62,6 @@
"3.3.0": "0.14.6",
"3.4.0": "1.1.1",
"3.5.0": "1.1.1",
"3.6.0": "1.1.1"
"3.6.0": "1.1.1",
"3.7.0": "1.1.1"
}

0 comments on commit 53f6459

Please sign in to comment.