Skip to content

Commit

Permalink
Update to version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jul 17, 2023
1 parent fd94e4f commit 71ac0dc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 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: 🔥 Bug fixes, usability improvements and `explain` support for [[Regular Expressions|regular expression]] searches
- 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]]
- 4.0.0: 🔥 Add [[Custom Grouping|custom grouping]], using [[Task Properties|task properties]] to create [[expressions|expressions]] - the start of a whole new [[About Scripting|scripting]] world in Tasks!
Expand Down
2 changes: 1 addition & 1 deletion docs/Queries/Explaining Queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It also shows that `starts` searches also match tasks with not start date.
### Regular Expressions are explained

> [!released]
> Introduced in Tasks X.Y.Z.
> Introduced in Tasks 4.3.0.
For example, when the following [[Regular Expressions|regular expression]] is placed in a tasks query block:

Expand Down
4 changes: 2 additions & 2 deletions docs/Queries/Regular Expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This is called 'escaping'. See [Escaping, special characters](https://javascript
See the next section for the meaning of some of these characters.

> [!Tip]
> Since Tasks X.Y.Z, it is no longer necessary to escape `/` characters as `\/`, although searches will still work if you do escape them.
> Since Tasks 4.3.0, it is no longer necessary to escape `/` characters as `\/`, although searches will still work if you do escape them.
>
> So these two searches are now identical, and will both search for tasks in any folder that contains `Root/Sub-Folder/Sub-Sub-Folder` anywhere:
>
Expand All @@ -76,7 +76,7 @@ See the next section for the meaning of some of these characters.
## Explain: inspecting regular expressions

> [!released]
> Introduced in Tasks X.Y.Z.
> Introduced in Tasks 4.3.0.
To see how Tasks interpreted your regular expression, you can add an `explain` line to the query.

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.2.0",
"version": "4.3.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.2.0",
"version": "4.3.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 @@ -70,5 +70,6 @@
"4.0.0": "1.1.1",
"4.0.1": "1.1.1",
"4.1.0": "1.1.1",
"4.2.0": "1.1.1"
"4.2.0": "1.1.1",
"4.3.0": "1.1.1"
}

0 comments on commit 71ac0dc

Please sign in to comment.