Skip to content

Commit 517ddd5

Browse files
committed
Update to version 7.23.0
1 parent 24bd7da commit 517ddd5

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

docs/Editing/Create or edit Task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ By default, all fields are displayed.
3030
<span class="caption">Hide unused fields in the modal</span>
3131

3232
> [!released]
33-
> Hiding unused fields was introduced in Tasks X.Y.Z.
33+
> Hiding unused fields was introduced in Tasks 7.23.0.
3434
3535
## Keyboard shortcuts
3636

docs/Getting Started/Statuses/Status Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use of this is totally optional. You may find it useful to be able to prioritise
3737
### ON_HOLD
3838

3939
> [!released]
40-
> The `ON_HOLD` Status Type was introduced in Tasks X.Y.Z.
40+
> The `ON_HOLD` Status Type was introduced in Tasks 7.23.0.
4141
4242
Use this for tasks you've decided are currently unworkable—for example, when awaiting external input or any circumstances you cannot control, such as feedback, decisions, or third-party actions. Unlike [[Priority|priorities]], which help you choose what to work on, or [[Task Dependencies|dependencies]], which enforce sequencing, `ON_HOLD` signals that a task is simply not actionable right now.
4343

docs/Queries/Layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following query elements exist:
7676
>
7777
> - `urgency` was introduced in Tasks 1.14.0.
7878
> - `tree` was introduced in Tasks 7.12.0.
79-
> - `toolbar` was introduced in Tasks X.Y.Z.
79+
> - `toolbar` was introduced in Tasks 7.23.0.
8080
8181
All of these query elements except `urgency` and `tree` are shown by default, so you will use the command `hide`
8282
if you do not want to show any of them, or the command `show` to show the urgency score or tree view.
@@ -111,7 +111,7 @@ It allows you to:
111111
- The task count
112112

113113
> [!released]
114-
> `show toolbar` and `hide toolbar` were introduced in Tasks X.Y.Z.
114+
> `show toolbar` and `hide toolbar` were introduced in Tasks 7.23.0.
115115
116116
### Hide and Show Tree
117117

docs/Queries/Presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ These defaults can, of course, be edited, renamed and deleted.
121121

122122
> [!released]
123123
>
124-
> - `hide toolbar` was added to `hide_query_elements` in Tasks X.Y.Z.
124+
> - `hide toolbar` was added to `hide_query_elements` in Tasks 7.23.0.
125125
> - For pre-existing Tasks installations, you can manually add that new instruction to your Preet settings.
126126
127127
## Example: Daily Note Presets

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.23.0:
1616
- Changes to most of the Tasks [[settings]] now take immediate effect. A few remaining settings are now marked with `REQUIRES RESTART`.
1717
- Add [[Status Types#ON_HOLD|ON_HOLD]] status type.
1818
- Add [[Layout#Toolbar|toolbar]] on Tasks search results, with 'Filter by description' box and 'Copy results' button.

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.22.0",
4+
"version": "7.23.0",
55
"minAppVersion": "1.4.0",
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.22.0",
3+
"version": "7.23.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
@@ -130,5 +130,6 @@
130130
"7.19.1": "1.4.0",
131131
"7.20.0": "1.4.0",
132132
"7.21.0": "1.4.0",
133-
"7.22.0": "1.4.0"
133+
"7.22.0": "1.4.0",
134+
"7.23.0": "1.4.0"
134135
}

0 commit comments

Comments
 (0)