Skip to content

Commit

Permalink
Update to version 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Sep 1, 2023
1 parent a6cc3cd commit c3015e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Reference/Task Formats/Dataview Format.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ For more information, see [[Recurring Tasks]].

The Dataview format fully supports Tasks' [[Auto-Suggest]] feature, but requires users to manually type out surrounding brackets (`[]` or `()`). This works best with `Settings > Editor > Autopair Brackets` enabled.

Since Tasks X.Y.Z, the Auto-Suggest menu *only* appears between square brackets `[]` or parentheses `()`.
Since Tasks 4.6.1, the Auto-Suggest menu *only* appears between square brackets `[]` or parentheses `()`.

## Limitations of Dataview Format

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": "4.6.0",
"version": "4.6.1",
"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": "4.6.0",
"version": "4.6.1",
"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 @@ -74,5 +74,6 @@
"4.3.0": "1.1.1",
"4.4.0": "1.1.1",
"4.5.0": "1.1.1",
"4.6.0": "1.1.1"
"4.6.0": "1.1.1",
"4.6.1": "1.1.1"
}

0 comments on commit c3015e3

Please sign in to comment.