Skip to content

Commit

Permalink
Update to version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Aug 6, 2023
1 parent b21c170 commit 24f7837
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Getting Started/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Now Tasks tracks that you need to take out the trash!
> ```
> [!released]
> Support for tasks with `+` was introduced in Tasks X.Y.Z.
> Support for tasks with `+` was introduced in Tasks 4.5.0.
To list all open tasks in a markdown file, simply add a [[About Queries|query]] as a tasks code block like so:

Expand Down
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: 🔥 Support task in list items starting with [[Getting Started#Finding tasks in your vault|`+` signs]]
- 4.5.0: 🔥 Support task in list items starting with [[Getting Started#Finding tasks in your vault|`+` signs]]
- 4.4.0: 🔥 Support [[Expressions#More complex expressions|variables, if statements, and functions]] in custom filters and groups
- 4.3.0: 🔥 Bug fixes, usability improvements and `explain` support for [[Regular Expressions|regular expression]] searches
- 4.2.0: 🔥 Add [[Custom Filters|custom filtering]]
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.4.0",
"version": "4.5.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": "4.4.0",
"version": "4.5.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 @@ -72,5 +72,6 @@
"4.1.0": "1.1.1",
"4.2.0": "1.1.1",
"4.3.0": "1.1.1",
"4.4.0": "1.1.1"
"4.4.0": "1.1.1",
"4.5.0": "1.1.1"
}

0 comments on commit 24f7837

Please sign in to comment.