diff --git a/docs/Getting Started/Recurring Tasks.md b/docs/Getting Started/Recurring Tasks.md index 7aabd89d8f..6cf73ec67f 100644 --- a/docs/Getting Started/Recurring Tasks.md +++ b/docs/Getting Started/Recurring Tasks.md @@ -81,7 +81,7 @@ Use this setting to control where the recurring task is inserted. The default is ![Setting for next recurrence appearance](../../images/settings-recurrence-location.png) > [!released] -> Control of the location (or order) of the new task was introduced in Tasks X.Y.Z +> Control of the location (or order) of the new task was introduced in Tasks 3.8.0 --- diff --git a/docs/Introduction.md b/docs/Introduction.md index f4e881d59f..a9532b8efb 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -6,8 +6,8 @@ publish: true ## What's New? -- X.Y.Z: 🔥 Add [[Limiting#Limit number of tasks in each group|limiting tasks per group]] -- X.Y.Z: 🔥 Add option to control the [[Recurring Tasks#Order of the new task|order of new recurring tasks]] +- 3.8.0: 🔥 Add [[Limiting#Limit number of tasks in each group|limiting tasks per group]] +- 3.8.0: 🔥 Add option to control the [[Recurring Tasks#Order of the new task|order of new recurring tasks]] - 3.7.0: 🔥 Add [[Grouping#Reversing groups|reverse sorting of groups]] - 3.6.0: 🔥 Add [[Grouping#Other task properties|group by urgency]] - 3.6.0: 🔥 Add [[Sorting#Other task properties|sort by recurring]] diff --git a/docs/Queries/Limiting.md b/docs/Queries/Limiting.md index 1f5cef44a0..ab9f5f7760 100644 --- a/docs/Queries/Limiting.md +++ b/docs/Queries/Limiting.md @@ -26,4 +26,4 @@ Shorthand is `limit groups `. > `limit groups` instructions are ignored if there are no `group by` instructions in the Tasks query. > [!released] -> `limit groups to tasks` was introduced in Tasks X.Y.Z. +> `limit groups to tasks` was introduced in Tasks 3.8.0. diff --git a/manifest.json b/manifest.json index fa81cb0a27..0775ec8bef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "3.7.0", + "version": "3.8.0", "minAppVersion": "1.1.1", "description": "Task management for Obsidian", "author": "Martin Schenck and Clare Macrae", diff --git a/package.json b/package.json index f1b550c2fa..3eca1d76e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "3.7.0", + "version": "3.8.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5b792a2d54..55f2732290 100644 --- a/versions.json +++ b/versions.json @@ -63,5 +63,6 @@ "3.4.0": "1.1.1", "3.5.0": "1.1.1", "3.6.0": "1.1.1", - "3.7.0": "1.1.1" + "3.7.0": "1.1.1", + "3.8.0": "1.1.1" }