Skip to content

Commit

Permalink
Update to version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Jun 30, 2024
1 parent 2edfe56 commit 2db7c07
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/Getting Started/Use Filename as Default Date.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish: true
> [!released]
>
> - Introduced in Tasks 1.18.0.
> - Support for filenames exactly matching a custom format added in X.Y.Z.
> - Support for filenames exactly matching a custom format added in 7.6.0.
You can automatically set a scheduled date for tasks based on the name of their files. This feature can be enabled in the
settings, via the option `Use filename as Scheduled date for undated tasks`. Changing this requires a restart of Obsidian.
Expand Down Expand Up @@ -59,7 +59,7 @@ The following image shows the settings relating to this feature:

### Additional date format
> [!released]
> Introduced in tasks X.Y.Z.
> Introduced in tasks 7.6.0.
By default, only the date formats `YYYY-MM-DD` and `YYYYMMDD` will be matched.

Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel
Move the older ones down to the top of the comment block below...
-->

- X.Y.Z:
- 7.6.0:
- New setting to [[Use Filename as Default Date#Additional date format|recognise extra date format]] in file name as default date.
- Add page [[Request a Feature]].
- 7.5.0:
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.5.0",
"version": "7.6.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"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.5.0",
"version": "7.6.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 @@ -99,5 +99,6 @@
"7.2.0": "1.1.1",
"7.3.0": "1.1.1",
"7.4.0": "1.1.1",
"7.5.0": "1.1.1"
"7.5.0": "1.1.1",
"7.6.0": "1.1.1"
}

0 comments on commit 2db7c07

Please sign in to comment.