Skip to content

Commit 5488ab3

Browse files
committed
Update to version 7.15.0
1 parent b0cd9c1 commit 5488ab3

File tree

11 files changed

+14
-13
lines changed

11 files changed

+14
-13
lines changed

docs/Getting Started/Obsidian Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The following table shows how most of those properties are interpreted in Tasks
244244
## Using Query Properties in Searches
245245

246246
> [!released]
247-
> Use of Obsidian properties in placeholders was introduced in Tasks X.Y.Z.
247+
> Use of Obsidian properties in placeholders was introduced in Tasks 7.15.0.
248248

249249
- It is now possible to use properties in the query file:
250250
- `query.file.hasProperty()` works.

docs/How To/Make a query user interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish: true
99
## Meta Bind Tasks User Interface to Query File Defaults
1010

1111
> [!released]
12-
> Query File Defaults were introduced in Tasks X.Y.Z.
12+
> Query File Defaults were introduced in Tasks 7.15.0.
1313
1414
The [[Meta Bind Plugin]] allows Obsidian users to make their notes interactive with inline input fields, metadata displays, and buttons.
1515

docs/Queries/Explaining Queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This has a number of benefits:
2020
- If there is a [[Global Filter|global filter]] enabled, it is included in the explanation.
2121
- This often explains why tasks are missing from results.
2222
- If there is a [[Global Query|global query]] enabled, it too is included in the explanation.
23-
- Any [[query file defaults]]-generated instructions are listed (since Tasks X.Y.Z).
23+
- Any [[query file defaults]]-generated instructions are listed (since Tasks 7.15.0).
2424
- Note that `show/hide` [[layout]] are not yet shown in `explain` output, however. We are tracking this in [issue #2093](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2093).
2525
- Any [[Grouping|'group by']] instructions are listed (since Tasks 5.4.0).
2626
- Any [[Sorting|'sort by']] instructions are listed (since Tasks 5.4.0).
@@ -213,7 +213,7 @@ Explanation of this Tasks code block query:
213213
### Query File Defaults are displayed
214214

215215
> [!released]
216-
> The [[Query File Defaults]] facility was introduced in Tasks X.Y.Z.
216+
> The [[Query File Defaults]] facility was introduced in Tasks 7.15.0.
217217
218218
> [!info]- What are Query File Defaults?
219219
> You can use [[Query File Defaults]] facility to modify Tasks searches, by adding certain pre-defined property value's the query file's frontmatter.

docs/Queries/Layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ This can be reversed with [[#Full Mode]].
195195
## Alternative to typing layout instructions
196196

197197
> [!released]
198-
> [[Query File Defaults]] were introduced in Tasks X.Y.Z.
198+
> [[Query File Defaults]] were introduced in Tasks 7.15.0.
199199
200200
All the layout instructions in this page can be generated for you automatically, by putting certain file properties (called 'Query File Defaults') in the file containing the query.
201201

docs/Queries/Query File Defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish: true
55
# Query File Defaults
66

77
> [!released]
8-
> Introduced in Tasks X.Y.Z.
8+
> Introduced in Tasks 7.15.0.
99
1010
## Benefits
1111

docs/Scripting/Placeholders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Explanation of this Tasks code block query:
7171
## Using Query Properties in Placeholders
7272

7373
> [!released]
74-
> Use of Obsidian properties in placeholders was introduced in Tasks X.Y.Z.
74+
> Use of Obsidian properties in placeholders was introduced in Tasks 7.15.0.
7575
7676
It is now possible to use properties in the query file. See [[Obsidian Properties#Using Query Properties in Searches]]
7777

docs/Scripting/Query Properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This page documents all the available pieces of information in Queries that you
4646
1. The presence of `.md` filename extensions is chosen to match the existing conventions in the Tasks filter instructions [[Filters#File Path|path]] and [[Filters#File Name|filename]].
4747
1. `query.file.pathWithoutExtension` was added in Tasks 4.8.0.
4848
1. `query.file.filenameWithoutExtension` was added in Tasks 4.8.0.
49-
1. `query.file.hasProperty()` was added in Tasks X.Y.Z.
50-
1. `query.file.property()` was added in Tasks X.Y.Z.
49+
1. `query.file.hasProperty()` was added in Tasks 7.15.0.
50+
1. `query.file.property()` was added in Tasks 7.15.0.
5151

5252
## Values for Query Search Properties
5353

docs/What is New/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas
1212

1313
## 7.x releases
1414

15-
- X.Y.Z:
15+
- 7.15.0:
1616
- Tasks now requires [Obsidian 1.4.0](https://obsidian.md/changelog/2023-08-31-desktop-v1.4.5/) or newer.
1717
- **Translations**:
1818
- Add Chinese translation of [[Settings]], [[Editing a Status]] and [[Check your Statuses]].

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tasks-plugin",
33
"name": "Tasks",
4-
"version": "7.14.0",
4+
"version": "7.15.0",
55
"minAppVersion": "1.4.0",
66
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
77
"helpUrl": "https://publish.obsidian.md/tasks/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tasks",
3-
"version": "7.14.0",
3+
"version": "7.15.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"engines": {

0 commit comments

Comments
 (0)