diff --git a/docs/Editing/Editing Dates.md b/docs/Editing/Editing Dates.md index 35519e4b7c..b8af4c13b3 100644 --- a/docs/Editing/Editing Dates.md +++ b/docs/Editing/Editing Dates.md @@ -17,7 +17,7 @@ There is a [[#Date-picker on task dates]] and a [[#Context menu on task dates]], ## Date-picker on task dates > [!released] -> Introduced in Tasks X.Y.Z. +> Introduced in Tasks 7.14.0. **Left-click on any task date field** in **Reading mode** and **Tasks query search results** to use a date-picker and calendar to edit or remove a date. diff --git a/docs/What is New/Changelog.md b/docs/What is New/Changelog.md index 5c816e7c42..694d3fbdd3 100644 --- a/docs/What is New/Changelog.md +++ b/docs/What is New/Changelog.md @@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas ## 7.x releases -- X.Y.Z: +- 7.14.0: - Add [[Editing Dates#Date-picker on task dates|date picker]] to Reading mode and Tasks query search results. - 7.13.0: - Add [[Create or edit Task#Date picker|date picker]] to the Edit Task modal. diff --git a/manifest.json b/manifest.json index 0222025d4a..686fe845cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-tasks-plugin", "name": "Tasks", - "version": "7.13.0", + "version": "7.14.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/", diff --git a/package.json b/package.json index 39d6d501db..7fa75bc116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tasks", - "version": "7.13.0", + "version": "7.14.0", "description": "Task management for the Obsidian knowledge base", "main": "main.js", "engines": { diff --git a/versions.json b/versions.json index 5aca96ecce..fbedca930e 100644 --- a/versions.json +++ b/versions.json @@ -114,5 +114,6 @@ "7.12.1": "1.1.1", "7.12.2": "1.1.1", "7.12.3": "1.1.1", - "7.13.0": "1.1.1" + "7.13.0": "1.1.1", + "7.14.0": "1.1.1" }