diff --git a/docs/Getting Started/Use Filename as Default Date.md b/docs/Getting Started/Use Filename as Default Date.md index a1e178429c..865e0ebb94 100644 --- a/docs/Getting Started/Use Filename as Default Date.md +++ b/docs/Getting Started/Use Filename as Default Date.md @@ -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. @@ -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. diff --git a/docs/Introduction.md b/docs/Introduction.md index c22f4ee402..797929bf99 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -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: diff --git a/manifest.json b/manifest.json index c0695820b8..3862571e1e 100644 --- a/manifest.json +++ b/manifest.json @@ -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/", diff --git a/package.json b/package.json index 6dcf88cfa3..99295a2217 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 17d41cca6e..6d84a5ffde 100644 --- a/versions.json +++ b/versions.json @@ -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" }