Skip to content

Commit 2db7c07

Browse files
committed
Update to version 7.6.0
1 parent 2edfe56 commit 2db7c07

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

docs/Getting Started/Use Filename as Default Date.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish: true
99
> [!released]
1010
>
1111
> - Introduced in Tasks 1.18.0.
12-
> - Support for filenames exactly matching a custom format added in X.Y.Z.
12+
> - Support for filenames exactly matching a custom format added in 7.6.0.
1313
1414
You can automatically set a scheduled date for tasks based on the name of their files. This feature can be enabled in the
1515
settings, via the option `Use filename as Scheduled date for undated tasks`. Changing this requires a restart of Obsidian.
@@ -59,7 +59,7 @@ The following image shows the settings relating to this feature:
5959

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

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel
2020
Move the older ones down to the top of the comment block below...
2121
-->
2222

23-
- X.Y.Z:
23+
- 7.6.0:
2424
- New setting to [[Use Filename as Default Date#Additional date format|recognise extra date format]] in file name as default date.
2525
- Add page [[Request a Feature]].
2626
- 7.5.0:

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.5.0",
4+
"version": "7.6.0",
55
"minAppVersion": "1.1.1",
66
"description": "Task management for Obsidian",
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.5.0",
3+
"version": "7.6.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"engines": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@
9999
"7.2.0": "1.1.1",
100100
"7.3.0": "1.1.1",
101101
"7.4.0": "1.1.1",
102-
"7.5.0": "1.1.1"
102+
"7.5.0": "1.1.1",
103+
"7.6.0": "1.1.1"
103104
}

0 commit comments

Comments
 (0)