Skip to content

Commit

Permalink
Update to version 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Aug 2, 2024
1 parent 781da7d commit b1103fe
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 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 @@ -5,7 +5,7 @@ publish: true
# Obsidian Properties

> [!released]
> Use of Obsidian Properties was introduced in Tasks X.Y.Z.
> Use of Obsidian Properties was introduced in Tasks 7.7.0.
## What are Obsidian Properties?

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting Started/Tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tags:
---
```

Since Tasks X.Y.Z, Tasks **does** now read this data.
Since Tasks 7.7.0, Tasks **does** now read this data.

You can learn more in:

Expand Down
4 changes: 2 additions & 2 deletions docs/Scripting/Task Properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ For more information, including adding your own customised statuses, see [[Statu
## Values for Obsidian Properties

> [!released]
> Access to the Obsidian Properties was introduced in Tasks X.Y.Z.
> Access to the Obsidian Properties was introduced in Tasks 7.7.0.
These are described in full in [[Obsidian Properties]].

Expand All @@ -226,6 +226,6 @@ These are described in full in [[Obsidian Properties]].

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

1. `task.file.hasProperty()` and `task.file.property()` were added in Tasks X.Y.Z
1. `task.file.hasProperty()` and `task.file.property()` were added in Tasks 7.7.0
1. `task.file.hasProperty('property name')` returns true if the property `'property name'` is both present in the file and has a non-`null` value.
1. `task.file.property('property name')` returns either the value in the file, or `null` if there is no value.
2 changes: 1 addition & 1 deletion docs/What is New?/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See also [[Breaking Changes]]: Tasks releases with version numbers ending `.0.0`

_In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tasks/releases)..._

- X.Y.Z:
- 7.7.0:
- Queries can now use values in [[Obsidian Properties]] (also known as YAML or frontmatter) for filtering, sorting and grouping.
- 7.6.0:
- New setting to [[Use Filename as Default Date#Additional date format|recognise extra date format]] in file name as default date.
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.6.1",
"version": "7.7.0",
"minAppVersion": "1.1.1",
"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.6.1",
"version": "7.7.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 @@ -101,5 +101,6 @@
"7.4.0": "1.1.1",
"7.5.0": "1.1.1",
"7.6.0": "1.1.1",
"7.6.1": "1.1.1"
"7.6.1": "1.1.1",
"7.7.0": "1.1.1"
}

0 comments on commit b1103fe

Please sign in to comment.