Skip to content

Commit

Permalink
Update to version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jul 30, 2023
1 parent b66f54e commit 6f2cb23
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 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: 🔥 Support [[Expressions#More complex expressions|variables, if statements, and functions]] in custom filters and groups
- 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]]
- 4.1.0: 🔥 Add [[Layout|hide and show tags]]
Expand Down
4 changes: 2 additions & 2 deletions docs/Scripting/Expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ publish: true
- Language is JavaScript.
- The expression is a string instruction.
- It must fit on one line.
- As of Tasks X.Y.Z, variables, functions, `if` blocks and similar can be used. See [[#More complex expressions]].
- As of Tasks 4.4.0, variables, functions, `if` blocks and similar can be used. See [[#More complex expressions]].
- Depending on the context, one or two tasks are passed in to the expression, and a calculation is performed.
- As of Tasks 4.0.0, in fact only a single task is passed in, to implement [[Custom Grouping]].
- As of Tasks 4.2.0, a single task is passed in, to implement [[Custom Filters]].
Expand Down Expand Up @@ -78,7 +78,7 @@ Note:

### More complex expressions

As of Tasks X.Y.Z, it is also possible to use more complex constructs in expressions:
As of Tasks 4.4.0, it is also possible to use more complex constructs in expressions:

- `return` statements
- named variables
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.3.0",
"version": "4.4.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.3.0",
"version": "4.4.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 @@ -71,5 +71,6 @@
"4.0.1": "1.1.1",
"4.1.0": "1.1.1",
"4.2.0": "1.1.1",
"4.3.0": "1.1.1"
"4.3.0": "1.1.1",
"4.4.0": "1.1.1"
}

0 comments on commit 6f2cb23

Please sign in to comment.