Skip to content

Commit

Permalink
Update to version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Aug 12, 2023
1 parent 78cf723 commit 48ce3d5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish: true

## What's New?

- X.Y.Z: 🔥 Add `on or before` and `on or after` to [[Filters#Date search options|date search options]]
- X.Y.Z: 🔥 Add `in or before` and `in or after` to [[Filters#Date range options|date range search search options]]
- 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]]
- 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
Expand Down
16 changes: 8 additions & 8 deletions docs/Queries/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This table may help visualise these options:
| `after` | | | matches |

> [!released]
> `on or before` and `on or after` were introduced in Tasks X.Y.Z.
> `on or before` and `on or after` were introduced in Tasks 4.6.0.
#### Absolute dates

Expand Down Expand Up @@ -161,7 +161,7 @@ This table may help visualise these options:
| `after` | | | | | matches |

> [!released]
> `in or before` and `in or after` were introduced in Tasks X.Y.Z.
> `in or before` and `in or after` were introduced in Tasks 4.6.0.
#### Absolute date ranges

Expand Down Expand Up @@ -424,7 +424,7 @@ For more information, see [[Dates#Due date|Due date]].
> - `due date is invalid` was introduced in Tasks 1.16.0.
> - `due (before|after|in) <date range>` searches were introduced in Tasks 2.0.0.
> - `due (before|after|in) (YYYY-Www|YYYY-mm|YYYY-Qq|YYYY)` searches were introduced in Tasks 3.1.0.
> - `due (on or before|on or after) <date>` and `due (in or before|in or after) <date range>` searches were introduced in Tasks X.Y.Z
> - `due (on or before|on or after) <date>` and `due (in or before|in or after) <date range>` searches were introduced in Tasks 4.6.0
Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by due date** is now possible, using `task.due`.

Expand Down Expand Up @@ -477,7 +477,7 @@ For more information, see [[Dates#Done date|Done date]].
> - `done date is invalid` was introduced in Tasks 1.16.0.
> - `done (before|after|in) <date range>` searches were introduced in Tasks 2.0.0.
> - `done (before|after|in) (YYYY-Www|YYYY-mm|YYYY-Qq|YYYY)` searches were introduced in Tasks 3.1.0.
> - `done (on or before|on or after) <date>` and `done (in or before|in or after) <date range>` searches were introduced in Tasks X.Y.Z
> - `done (on or before|on or after) <date>` and `done (in or before|in or after) <date range>` searches were introduced in Tasks 4.6.0
Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by done date** is now possible, using `task.done`.

Expand Down Expand Up @@ -510,7 +510,7 @@ For more information, see [[Dates#Scheduled date|Scheduled date]].
> - `scheduled date is invalid` was introduced in Tasks 1.16.0.
> - `scheduled (before|after|in) <date range>` searches were introduced in Tasks 2.0.0.
> - `scheduled (before|after|in) (YYYY-Www|YYYY-mm|YYYY-Qq|YYYY)` searches were introduced in Tasks 3.1.0.
> - `scheduled (on or before|on or after) <date>` and `scheduled (in or before|in or after) <date range>` searches were introduced in Tasks X.Y.Z
> - `scheduled (on or before|on or after) <date>` and `scheduled (in or before|in or after) <date range>` searches were introduced in Tasks 4.6.0
Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by scheduled date** is now possible, using `task.scheduled`.

Expand Down Expand Up @@ -543,7 +543,7 @@ For more information, see [[Dates#Start date|Start date]].
> - `start date is invalid` was introduced in Tasks 1.16.0.
> - `starts (before|after|in) <date range>` searches were introduced in Tasks 2.0.0.
> - `starts (before|after|in) (YYYY-Www|YYYY-mm|YYYY-Qq|YYYY)` searches were introduced in Tasks 3.1.0.
> - `starts (on or before|on or after) <date>` and `starts (in or before|in or after) <date range>` searches were introduced in Tasks X.Y.Z
> - `starts (on or before|on or after) <date>` and `starts (in or before|in or after) <date range>` searches were introduced in Tasks 4.6.0
Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by start date** is now possible, using `task.start`.

Expand Down Expand Up @@ -606,7 +606,7 @@ Such a filter could be:
>
> - Created date was introduced in Tasks 2.0.0.
> - `created (before|after|in) (YYYY-Www|YYYY-mm|YYYY-Qq|YYYY)` searches were introduced in Tasks 3.1.0.
> - `created (on or before|on or after) <date>` and `created (in or before|in or after) <date range>` searches were introduced in Tasks X.Y.Z
> - `created (on or before|on or after) <date>` and `created (in or before|in or after) <date range>` searches were introduced in Tasks 4.6.0
Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by created date** is now possible, using `task.created`.

Expand Down Expand Up @@ -643,7 +643,7 @@ because the tasks starts before tomorrow. Only one of the dates needs to match.
> - `no happens date` and `has happens date` were introduced in Tasks 1.7.0.
> - `happens (before|after|in) <date range>` searches were introduced in Tasks 2.0.0.
> - `happens (before|after|in) (YYYY-Www|YYYY-mm|YYYY-Qq|YYYY)` searches were introduced in Tasks 3.1.0.
> - `happens (on or before|on or after) <date>` and `happens (in or before|in or after) <date range>` searches were introduced in Tasks X.Y.Z
> - `happens (on or before|on or after) <date>` and `happens (in or before|in or after) <date range>` searches were introduced in Tasks 4.6.0
Since Tasks 4.2.0, **[[Custom Filters|custom filtering]] by happens date** is now possible, using `task.happens`.

Expand Down
2 changes: 1 addition & 1 deletion docs/Queries/Global Query.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For example, this allows you to have your task seaches ignore certain folders by
> ```
> [!released]
The `ignore global query` instruction was added in Tasks X.Y.Z.
The `ignore global query` instruction was added in Tasks 4.6.0.

## Examples

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.5.0",
"version": "4.6.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.5.0",
"version": "4.6.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 @@ -73,5 +73,6 @@
"4.2.0": "1.1.1",
"4.3.0": "1.1.1",
"4.4.0": "1.1.1",
"4.5.0": "1.1.1"
"4.5.0": "1.1.1",
"4.6.0": "1.1.1"
}

0 comments on commit 48ce3d5

Please sign in to comment.