Skip to content

Commit

Permalink
Update to version 7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Feb 10, 2025
1 parent b0cd9c1 commit 5488ab3
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/Getting Started/Obsidian Properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ The following table shows how most of those properties are interpreted in Tasks
## Using Query Properties in Searches

> [!released]
> Use of Obsidian properties in placeholders was introduced in Tasks X.Y.Z.
> Use of Obsidian properties in placeholders was introduced in Tasks 7.15.0.

- It is now possible to use properties in the query file:
- `query.file.hasProperty()` works.
Expand Down
2 changes: 1 addition & 1 deletion docs/How To/Make a query user interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish: true
## Meta Bind Tasks User Interface to Query File Defaults

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

Expand Down
4 changes: 2 additions & 2 deletions docs/Queries/Explaining Queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This has a number of benefits:
- If there is a [[Global Filter|global filter]] enabled, it is included in the explanation.
- This often explains why tasks are missing from results.
- If there is a [[Global Query|global query]] enabled, it too is included in the explanation.
- Any [[query file defaults]]-generated instructions are listed (since Tasks X.Y.Z).
- Any [[query file defaults]]-generated instructions are listed (since Tasks 7.15.0).
- 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).
- Any [[Grouping|'group by']] instructions are listed (since Tasks 5.4.0).
- Any [[Sorting|'sort by']] instructions are listed (since Tasks 5.4.0).
Expand Down Expand Up @@ -213,7 +213,7 @@ Explanation of this Tasks code block query:
### Query File Defaults are displayed

> [!released]
> The [[Query File Defaults]] facility was introduced in Tasks X.Y.Z.
> The [[Query File Defaults]] facility was introduced in Tasks 7.15.0.
> [!info]- What are Query File Defaults?
> You can use [[Query File Defaults]] facility to modify Tasks searches, by adding certain pre-defined property value's the query file's frontmatter.
Expand Down
2 changes: 1 addition & 1 deletion docs/Queries/Layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ This can be reversed with [[#Full Mode]].
## Alternative to typing layout instructions

> [!released]
> [[Query File Defaults]] were introduced in Tasks X.Y.Z.
> [[Query File Defaults]] were introduced in Tasks 7.15.0.
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.

Expand Down
2 changes: 1 addition & 1 deletion docs/Queries/Query File Defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish: true
# Query File Defaults

> [!released]
> Introduced in Tasks X.Y.Z.
> Introduced in Tasks 7.15.0.
## Benefits

Expand Down
2 changes: 1 addition & 1 deletion docs/Scripting/Placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Explanation of this Tasks code block query:
## Using Query Properties in Placeholders

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

Expand Down
4 changes: 2 additions & 2 deletions docs/Scripting/Query Properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ This page documents all the available pieces of information in Queries that you
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]].
1. `query.file.pathWithoutExtension` was added in Tasks 4.8.0.
1. `query.file.filenameWithoutExtension` was added in Tasks 4.8.0.
1. `query.file.hasProperty()` was added in Tasks X.Y.Z.
1. `query.file.property()` was added in Tasks X.Y.Z.
1. `query.file.hasProperty()` was added in Tasks 7.15.0.
1. `query.file.property()` was added in Tasks 7.15.0.

## Values for Query Search Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/What is New/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas

## 7.x releases

- X.Y.Z:
- 7.15.0:
- Tasks now requires [Obsidian 1.4.0](https://obsidian.md/changelog/2023-08-31-desktop-v1.4.5/) or newer.
- **Translations**:
- Add Chinese translation of [[Settings]], [[Editing a Status]] and [[Check your Statuses]].
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": "7.14.0",
"version": "7.15.0",
"minAppVersion": "1.4.0",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/",
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": "7.14.0",
"version": "7.15.0",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@
"7.12.2": "1.1.1",
"7.12.3": "1.1.1",
"7.13.0": "1.1.1",
"7.14.0": "1.1.1"
"7.14.0": "1.1.1",
"7.15.0": "1.4.0"
}

0 comments on commit 5488ab3

Please sign in to comment.