Skip to content

Commit

Permalink
Update to version 7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Nov 5, 2024
1 parent 29b33b1 commit 9c056b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Editing/Create or edit Task.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Note that relative dates will be always interpreted as being in the future, beca
#### Date picker

> [!released]
> Introduced in Tasks X.Y.Z.
> Introduced in Tasks 7.13.0.
The modal provides a date picker, for easy selection of dates for your tasks.

Expand Down
2 changes: 1 addition & 1 deletion docs/What is New/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas

## 7.x releases

- X.Y.Z:
- 7.13.0:
- Add [[Create or edit Task#Date picker|date picker]] to the Edit Task modal.
- 7.12.0:
- Add [[Layout#Hide and Show Tree|display of nested tasks]] in search results, with `show tree`
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.12.3",
"version": "7.13.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/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tasks",
"version": "7.12.3",
"version": "7.13.0",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@
"7.12.0": "1.1.1",
"7.12.1": "1.1.1",
"7.12.2": "1.1.1",
"7.12.3": "1.1.1"
"7.12.3": "1.1.1",
"7.13.0": "1.1.1"
}

0 comments on commit 9c056b0

Please sign in to comment.