Skip to content

Commit 6c1cd17

Browse files
committed
Update to version 7.14.0
1 parent 75f4008 commit 6c1cd17

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

docs/Editing/Editing Dates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There is a [[#Date-picker on task dates]] and a [[#Context menu on task dates]],
1717
## Date-picker on task dates
1818

1919
> [!released]
20-
> Introduced in Tasks X.Y.Z.
20+
> Introduced in Tasks 7.14.0.
2121
2222
**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.
2323

docs/What is New/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas
1212

1313
## 7.x releases
1414

15-
- X.Y.Z:
15+
- 7.14.0:
1616
- Add [[Editing Dates#Date-picker on task dates|date picker]] to Reading mode and Tasks query search results.
1717
- 7.13.0:
1818
- Add [[Create or edit Task#Date picker|date picker]] to the Edit Task modal.

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.13.0",
4+
"version": "7.14.0",
55
"minAppVersion": "1.1.1",
66
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
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.13.0",
3+
"version": "7.14.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
@@ -114,5 +114,6 @@
114114
"7.12.1": "1.1.1",
115115
"7.12.2": "1.1.1",
116116
"7.12.3": "1.1.1",
117-
"7.13.0": "1.1.1"
117+
"7.13.0": "1.1.1",
118+
"7.14.0": "1.1.1"
118119
}

0 commit comments

Comments
 (0)