Skip to content

Commit

Permalink
docs: Bump the next version to 2.0.0 in more docs files (#1787)
Browse files Browse the repository at this point in the history
Because the fixes to date range searches do change existing behaviour,
even though they are definite improvements.
  • Loading branch information
claremacrae authored Mar 22, 2023
1 parent 7b67ea5 commit b72ffd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ has_toc: false
## Tasks API Interface

{: .released }
The Tasks API Interface was introduced in Tasks 1.26.0.
The Tasks API Interface was introduced in Tasks 2.0.0.

Tasks exposes an API that can be used to integrate Tasks in other Plugins, scripts or
dynamic code blocks.
Expand Down Expand Up @@ -52,7 +52,7 @@ export interface TasksApiV1 {
## `createTaskLineModal(): Promise<string>;`

{: .released }
This method was introduced in Tasks 1.26.0.
This method was introduced in Tasks 2.0.0.

This method opens the Tasks [Create or edit task UI]({{ site.baseurl }}{% link getting-started/create-or-edit-task.md %}) and returns the Markdown for the task entered.
If data entry is cancelled, an empty string is returned.
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/create-or-edit-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you have a [global filter]({{ site.baseurl }}{% link getting-started/global-f
The description box can be enlarged by dragging its corner. Multi-line text can be pasted in, or dragged-and-dropped in, and Tasks will remove the end-of-line characters automatically.

{: .released }
Description field became resizable in Tasks 1.26.0.
Description field became resizable in Tasks 2.0.0.

### Priority

Expand Down Expand Up @@ -144,7 +144,7 @@ A read-only checkbox, showing whether the task is completed.
### Created on

{: .released }
Created date was introduced in Tasks 1.26.0.
Created date was introduced in Tasks 2.0.0.

A read-only display of the task's [created date]({{ site.baseurl }}{% link getting-started/dates.md %}#-created), if any.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Image of the default settings for tracking task histories.
### ➕ Created

{: .released }
Created date was introduced in Tasks 1.26.0.
Created date was introduced in Tasks 2.0.0.

If you enable 'Set created date on every added task' in settings (and restart Obsidian), the Tasks plugin will help you track when your tasks were created.

Expand Down

0 comments on commit b72ffd1

Please sign in to comment.