Skip to content

Commit

Permalink
Update to version 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jun 23, 2024
1 parent f03a87b commit 6817ba8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Editing/Auto-Suggest.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ For more on filtering, and some examples, see [[#What keywords may I type to mak

> [!released]
>
> - The default value for 'Maximum number of auto-suggestions to show' was changed from 6 to 20 in Tasks X.Y.Z.
> - The default value for 'Maximum number of auto-suggestions to show' was changed from 6 to 20 in Tasks 7.5.0.
> - This new value only takes effect in new Tasks installations: the value in existing vaults will not be updated.
> - We recommend increasing the value in your vault, for a better experience with auto-suggest.
Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel
Keep to around 2 to 3 releases, so that 'Navigation around this site' is visible.
Move the older ones down to the top of the comment block below...
-->
- X.Y.Z:
- 7.5.0:
- Add page [[Missing tasks in callouts with some Obsidian 1.6.x versions]].
- [[Auto-Suggest#How do I see fewer or more suggestions?|Auto-suggest]] now defaults to at most 20 suggestions in new vaults. This is useful when adding dependencies.
- 7.4.0:
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": "7.4.0",
"version": "7.5.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"helpUrl": "https://publish.obsidian.md/tasks/",
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": "7.4.0",
"version": "7.5.0",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
"7.1.0": "1.1.1",
"7.2.0": "1.1.1",
"7.3.0": "1.1.1",
"7.4.0": "1.1.1"
"7.4.0": "1.1.1",
"7.5.0": "1.1.1"
}

0 comments on commit 6817ba8

Please sign in to comment.