Skip to content

Commit

Permalink
Update to version 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Sep 12, 2023
1 parent 8237ef0 commit 04e7aaa
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/How To/How to get tasks in current file.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This page documents ways of setting this up.
## Using pure Tasks blocks - with placeholders

> [!released]
> Placeholders were introduced in Tasks X.Y.Z.
> Placeholders were introduced in Tasks 4.7.0.
We want to search for tasks in the file with the same `path` that the query is in.

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: 🔥 Use [[Query Properties]] and [[Placeholders]] to filter and group with the query's file path, root, folder and name.
- 4.7.0: 🔥 Use [[Query Properties]] and [[Placeholders]] to filter and group with the query's file path, root, folder and name.
- 4.6.0: 🔥 Add `on or before` and `on or after` to [[Filters#Date search options|date search options]]
- 4.6.0: 🔥 Add `in or before` and `in or after` to [[Filters#Date range options|date range search search options]]
- 4.5.0: 🔥 Support task in list items starting with [[Getting Started#Finding tasks in your vault|`+` signs]]
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 @@ -193,7 +193,7 @@ due next week =>
### Template values are expanded

> [!released]
> Templating was introduced in Tasks X.Y.Z.
> Templating was introduced in Tasks 4.7.0.
For example, when the following query with [[Query Properties]] in [[Placeholders|placeholders]] is placed in a tasks query block in the file `some/sample/file path.md`:

Expand Down
8 changes: 4 additions & 4 deletions docs/Queries/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ Note that the path includes the `.md` extension.
> [!released]
>
> - `regex matches` and `regex does not match` were introduced in Tasks 1.12.0.
> - Placeholders were released in Tasks X.Y.Z.
> - Placeholders were released in Tasks 4.7.0.
Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by file path** is now possible, using `task.file.path`.

Expand All @@ -1007,7 +1007,7 @@ Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by file path** is now p
> [!released]
>
> - Introduced in Tasks 3.4.0.
> - Placeholders were released in Tasks X.Y.Z.
> - Placeholders were released in Tasks 4.7.0.
The `root` is the top-level folder of the file that contains the task, that is, the first directory in the path, which will be `/` for files in the root of the vault.

Expand Down Expand Up @@ -1038,7 +1038,7 @@ Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by root folder** is now
> [!released]
>
> - Introduced in Tasks 3.4.0.
> - Placeholders were released in Tasks X.Y.Z.
> - Placeholders were released in Tasks 4.7.0.
This is the `folder` to the file that contains the task, which will be `/` for files in root of the vault.

Expand Down Expand Up @@ -1077,7 +1077,7 @@ Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by folder** is now poss
> [!released]
>
> - Introduced in Tasks 3.4.0.
> - Placeholders were released in Tasks X.Y.Z.
> - Placeholders were released in Tasks 4.7.0.
Note that the file name includes the `.md` extension.

Expand Down
8 changes: 4 additions & 4 deletions docs/Queries/Grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ Since Tasks 4.0.0, **[[Custom Grouping|custom grouping]] by file path** is now p

<!-- placeholder to force blank line after included text --><!-- endInclude -->

Since Tasks X.Y.Z, the query's file path can be used in custom groups.
Since Tasks 4.7.0, the query's file path can be used in custom groups.

- It must be quoted: `'{{query.file.folder}}'`
- Beware if using placeholder text in regular expressions: Any special characters in filenames would need to be escaped.
Expand All @@ -552,7 +552,7 @@ Since Tasks 4.0.0, **[[Custom Grouping|custom grouping]] by root folder** is now

<!-- placeholder to force blank line after included text --><!-- endInclude -->

Since Tasks X.Y.Z, the query's file root can be used in custom groups.
Since Tasks 4.7.0, the query's file root can be used in custom groups.

- It must be quoted: `'{{query.file.root}}'`
- Beware if using placeholder text in regular expressions: Any special characters in filenames would need to be escaped.
Expand All @@ -578,7 +578,7 @@ Since Tasks 4.0.0, **[[Custom Grouping|custom grouping]] by folder** is now poss

<!-- placeholder to force blank line after included text --><!-- endInclude -->

Since Tasks X.Y.Z, the query's folder can be used in custom groups.
Since Tasks 4.7.0, the query's folder can be used in custom groups.

- It must be quoted: `'{{query.file.folder}}'`
- Beware if using placeholder text in regular expressions: Any special characters in filenames would need to be escaped.
Expand All @@ -600,7 +600,7 @@ Since Tasks 4.0.0, **[[Custom Grouping|custom grouping]] by file name** is now p

<!-- placeholder to force blank line after included text --><!-- endInclude -->

Since Tasks X.Y.Z, the query's file name can be used in custom groups.
Since Tasks 4.7.0, the query's file name can be used in custom groups.

- It must be quoted: `'{{query.file.filename}}'`
- Beware if using placeholder text in regular expressions: Any special characters in filenames would need to be escaped.
Expand Down
2 changes: 1 addition & 1 deletion docs/Scripting/Custom Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The Reference section [[Query Properties]] shows all the query properties availa
Any placeholders in custom filters must be surrounded by quotes.

> [!released]
> Query properties and placeholders were introduced in Tasks X.Y.Z.
> Query properties and placeholders were introduced in Tasks 4.7.0.
### Expressions

Expand Down
2 changes: 1 addition & 1 deletion docs/Scripting/Custom Grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Reference section [[Query Properties]] shows all the query properties availa
Any placeholders in custom groups must be surrounded by quotes.

> [!released]
> Query properties and placeholders were introduced in Tasks X.Y.Z.
> Query properties and placeholders were introduced in Tasks 4.7.0.
### Expressions

Expand Down
2 changes: 1 addition & 1 deletion docs/Scripting/Placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish: true
<span class="related-pages">#feature/scripting</span>

> [!released]
> Placeholders were introduced in Tasks X.Y.Z.
> Placeholders were introduced in Tasks 4.7.0.
## Summary

Expand Down
2 changes: 1 addition & 1 deletion docs/Scripting/Query Properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish: true
<span class="related-pages">#feature/scripting</span>

> [!released]
> Query Properties were introduced in Tasks X.Y.Z.
> Query Properties were introduced in Tasks 4.7.0.
## Introduction

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.1",
"version": "4.7.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.6.1",
"version": "4.7.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 @@ -75,5 +75,6 @@
"4.4.0": "1.1.1",
"4.5.0": "1.1.1",
"4.6.0": "1.1.1",
"4.6.1": "1.1.1"
"4.6.1": "1.1.1",
"4.7.0": "1.1.1"
}

0 comments on commit 04e7aaa

Please sign in to comment.