Skip to content

Commit a3663e9

Browse files
committed
Update to version 6.0.0
1 parent b91f798 commit a3663e9

File tree

11 files changed

+39
-38
lines changed

11 files changed

+39
-38
lines changed

docs/Advanced/Styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The following additional components have the following classes:
162162
> - `tasks-group-heading` was introduced in Tasks 1.6.0.
163163
> - `plugin-tasks-query-explanation` was introduced in Tasks 1.19.0.
164164
> - `tasks-postpone` was added in Tasks 5.3.0.
165-
> - Styling of the Edit and Postpone buttons was changed in Tasks X.Y.Z: see [[How to style buttons]].
165+
> - Styling of the Edit and Postpone buttons was changed in Tasks 6.0.0: see [[How to style buttons]].
166166
167167
## CSS Examples
168168

docs/How To/How to style buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This example snippet result in the follow style:
8888

8989
## Back to the roots
9090

91-
This section shows how to recreate the pre-Tasks X.Y.Z appearance of the Edit button.
91+
This section shows how to recreate the pre-Tasks 6.0.0 appearance of the Edit button.
9292

9393
You can also use your own graphics instead of existing unicode characters, like in [this example CSS snippet](https://github.com/obsidian-tasks-group/obsidian-tasks/blob/main/resources/sample_vaults/Tasks-Demo/.obsidian/snippets/tasks-buttons-svg.css):
9494

docs/Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel
1313
Move the older ones down to the top of the comment block below...
1414
-->
1515

16-
- X.Y.Z:
16+
- 6.0.0:
1717
- Add [[Custom Sorting|custom sorting]].
1818
- Document the [[Sorting#Default sort order|default sort order]].
1919
- **Warning**: This release contains some **bug-fixes** to **sorting** and to treatment of **invalid dates**.
20-
- The changes are detailed in [[breaking changes#Tasks X.Y.Z (19 January 2024)|breaking changes]], even though they are all improvements to the previous behaviour.
20+
- The changes are detailed in [[breaking changes#Tasks 6.0.0 (19 January 2024)|breaking changes]], even though they are all improvements to the previous behaviour.
2121
- You may need to update any CSS snippets for the Edit or Postpone buttons: see [[How to style buttons]].
2222
- 5.6.0:
2323
- The [[Postponing|postpone]] menu now offers `today` and `tomorrow`.

docs/Queries/Sorting.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ However, any `sort by` instructions in queries take precedence over these defaul
5353
## Custom Sorting
5454

5555
> [!released]
56-
> `sort by function` was introduced in Tasks X.Y.Z.
56+
> `sort by function` was introduced in Tasks 6.0.0.
5757
5858
Tasks provides many built-in sorting options, but sometimes they don't quite do what is wanted by all users.
5959

@@ -74,7 +74,7 @@ For more information, including adding your own customised statuses, see [[Statu
7474
> [!Tip]
7575
> `sort by status.type` gives a much more useful sort order than `sort by status`. See [[#Status Type#]] below.
7676
77-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status** is now possible.
77+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status** is now possible.
7878

7979
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.isDone_docs.approved.md -->
8080

@@ -94,7 +94,7 @@ sort by function !task.isDone
9494
> [!released]
9595
`sort by status.name` was introduced in Tasks 1.23.0.
9696

97-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status names** is now possible.
97+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status names** is now possible.
9898

9999
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.name_docs.approved.md -->
100100

@@ -113,7 +113,7 @@ sort by function task.status.name
113113
> [!released]
114114
`sort by status.type` was introduced in Tasks 1.23.0.
115115

116-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status types** is now possible.
116+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status types** is now possible.
117117

118118
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.type_docs.approved.md -->
119119

@@ -129,7 +129,7 @@ sort by function task.status.type
129129

130130
There is no built-in instruction to sort by status symbols.
131131

132-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by status symbol** is now possible.
132+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by status symbol** is now possible.
133133

134134
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.symbol_docs.approved.md -->
135135

@@ -145,7 +145,7 @@ sort by function task.status.symbol
145145

146146
There is no built-in instruction to sort by next status symbols.
147147

148-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by next status symbol** is now possible.
148+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by next status symbol** is now possible.
149149

150150
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.statuses_task.status.nextSymbol_docs.approved.md -->
151151

@@ -168,13 +168,13 @@ When sorting tasks by date, such as with `sort by due`, tasks are sorted in this
168168
3. Tasks with **no due date** come last.
169169

170170
> [!NOTE]
171-
> Prior to Tasks X.Y.Z, tasks with invalid dates were sorted **after** the tasks with valid dates.
171+
> Prior to Tasks 6.0.0, tasks with invalid dates were sorted **after** the tasks with valid dates.
172172

173173
### Done Date
174174

175175
- `sort by done` (the date when the task was done)
176176

177-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by done date** is now possible.
177+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by done date** is now possible.
178178

179179
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.done_docs.approved.md -->
180180

@@ -190,7 +190,7 @@ sort by function task.done.format("dddd")
190190

191191
- `sort by due` (the date when the task is due)
192192

193-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by due date** is now possible.
193+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by due date** is now possible.
194194

195195
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.due_docs.approved.md -->
196196

@@ -210,7 +210,7 @@ sort by function task.due.format("dddd")
210210

211211
- `sort by scheduled` (the date when the task is scheduled)
212212

213-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by scheduled date** is now possible.
213+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by scheduled date** is now possible.
214214

215215
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.scheduled_docs.approved.md -->
216216

@@ -226,7 +226,7 @@ sort by function task.scheduled.format("dddd")
226226

227227
- `sort by start` (the date when the task starts)
228228

229-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by start date** is now possible.
229+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by start date** is now possible.
230230

231231
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.start_docs.approved.md -->
232232

@@ -245,7 +245,7 @@ sort by function task.start.format("dddd")
245245
> [!released]
246246
`sort by created` was introduced in Tasks 2.0.0.
247247

248-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by created date** is now possible.
248+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by created date** is now possible.
249249

250250
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.created_docs.approved.md -->
251251

@@ -264,7 +264,7 @@ sort by function task.created.format("dddd")
264264
> [!released]
265265
`sort by cancelled` was introduced in Tasks 5.5.0.
266266

267-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by cancelled date** is now possible, using `task.cancelled`.
267+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by cancelled date** is now possible, using `task.cancelled`.
268268

269269
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.cancelled_docs.approved.md -->
270270

@@ -283,7 +283,7 @@ sort by function task.cancelled.format("dddd")
283283
> [!released]
284284
`sort by happens` was introduced in Tasks 1.21.0.
285285

286-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by happens date** is now possible.
286+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by happens date** is now possible.
287287

288288
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.dates_task.happens_docs.approved.md -->
289289

@@ -301,7 +301,7 @@ sort by function task.happens.format("dddd")
301301

302302
- `sort by description` (the description of the task)
303303

304-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by description** is now possible.
304+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by description** is now possible.
305305

306306
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.description_docs.approved.md -->
307307

@@ -331,7 +331,7 @@ sort by function \
331331

332332
### Description without tags
333333

334-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by description with tags removed** is now possible.
334+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by description with tags removed** is now possible.
335335

336336
The value `task.descriptionWithoutTags` returns a copy of the description with all the tags removed, so that you can sort together any tasks whose descriptions differ only by their tags.
337337

@@ -350,7 +350,7 @@ sort by function task.descriptionWithoutTags
350350

351351
- `sort by priority` (priority of the task; "low" is below "none": [[Priority|priorities]])
352352

353-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by priority name and number** is now possible.
353+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by priority name and number** is now possible.
354354

355355
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.priorityName_docs.approved.md -->
356356

@@ -378,7 +378,7 @@ sort by function task.priorityNumber
378378

379379
- `sort by urgency` ([[Urgency|urgency]])
380380

381-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by urgency** is now possible.
381+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by urgency** is now possible.
382382

383383
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.urgency_docs.approved.md -->
384384

@@ -395,7 +395,7 @@ sort by function reverse task.urgency
395395

396396
- `sort by recurring` (recurring tasks sort before non-recurring ones: [[Recurring Tasks]])
397397

398-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by recurrence** is now possible.
398+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by recurrence** is now possible.
399399

400400
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.isRecurring_docs.approved.md -->
401401

@@ -424,7 +424,7 @@ For example this query will sort by the second tag found in the description.
424424
> [!released]
425425
Tag sorting was introduced in Tasks 1.6.0.
426426

427-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by tags** is now possible.
427+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by tags** is now possible.
428428

429429
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.other_properties_task.tags_docs.approved.md -->
430430

@@ -458,7 +458,7 @@ sort by function -task.tags.length
458458

459459
There is no built-in instruction to sort by the original markdown line.
460460

461-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by original markdown line** is now possible.
461+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by original markdown line** is now possible.
462462

463463
For example, this could be used to extract information from `task.originalMarkdown` that Tasks does not parse, to use for sorting tasks.
464464

@@ -478,7 +478,7 @@ sort by function task.originalMarkdown
478478

479479
- `sort by path` (the path to the file that contains the task)
480480

481-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by file path** is now possible.
481+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by file path** is now possible.
482482

483483
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.path_docs.approved.md -->
484484

@@ -500,7 +500,7 @@ sort by function task.file.pathWithoutExtension
500500

501501
There is no built-in instruction to sort by the top-level folder that contains the task.
502502

503-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by root folder** is now possible.
503+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by root folder** is now possible.
504504

505505
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.root_docs.approved.md -->
506506

@@ -516,7 +516,7 @@ sort by function task.file.root
516516

517517
There is no built-in instruction to sort by the folder that contains the task.
518518

519-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by folder** is now possible.
519+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by folder** is now possible.
520520

521521
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.folder_docs.approved.md -->
522522

@@ -543,7 +543,7 @@ sort by function task.file.path === query.file.path
543543
> [!released]
544544
`sort by filename` was introduced in Tasks 1.21.0.
545545

546-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by file name** is now possible.
546+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by file name** is now possible.
547547

548548
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.file.filename_docs.approved.md -->
549549

@@ -568,7 +568,7 @@ sort by function task.file.filenameWithoutExtension
568568
> [!released]
569569
`sort by heading` was introduced in Tasks 1.21.0.
570570

571-
Since Tasks X.Y.Z, **[[Custom Sorting|custom sorting]] by heading** is now possible.
571+
Since Tasks 6.0.0, **[[Custom Sorting|custom sorting]] by heading** is now possible.
572572

573573
<!-- placeholder to force blank line before included text --><!-- include: CustomSortingExamples.test.file_properties_task.heading_docs.approved.md -->
574574

docs/Scripting/Custom Sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish: true
77
<span class="related-pages">#feature/scripting #feature/sorting</span>
88

99
> [!released]
10-
> Custom sorting was introduced in Tasks X.Y.Z.
10+
> Custom sorting was introduced in Tasks 6.0.0.
1111
1212
## Summary
1313

docs/Scripting/Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ publish: true
2525
- One task is passed in to the expression, and a calculation is performed.
2626
- As of Tasks 4.0.0, a single task is passed in, to implement [[Custom Grouping]].
2727
- As of Tasks 4.2.0, a single task is passed in, to implement [[Custom Filters]].
28-
- As of Tasks X.Y.Z, a single task is passed in, to implement [[Custom Sorting]].
28+
- As of Tasks 6.0.0, a single task is passed in, to implement [[Custom Sorting]].
2929
- Tasks then calculates a value from the inputs.
3030

3131
## Example expressions

docs/Scripting/Task Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For more information, including adding your own customised statuses, see [[Statu
110110
- `in 3 months`
111111
- `in a year`
112112
1. The `category` properties were added in Tasks 4.9.0.
113-
- The `Invalid date` category was added in Tasks X.Y.Z.
113+
- The `Invalid date` category was added in Tasks 6.0.0.
114114
1. The `fromNow` properties were added in Tasks 4.9.0.
115115

116116
## Values for Other Task Properties

docs/Support and Help/Breaking Changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ To help users updating across multiple Tasks releases, we collect here links to
4141

4242
- The meaning of final backslash (`\`) characters on query lines [[Line Continuations#Appendix Updating pre-5.0.0 searches with trailing backslashes|has changed]].
4343

44-
## Tasks X.Y.Z (19 January 2024)
44+
## Tasks 6.0.0 (19 January 2024)
4545

46-
*Release notes: [Tasks X.Y.Z](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/X.Y.Z).*
46+
*Release notes: [Tasks 6.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/6.0.0).*
4747

4848
These are all bug-fixes, improving the default behaviour, and recorded here for transparency.
4949

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": "5.6.0",
4+
"version": "6.0.0",
55
"minAppVersion": "1.1.1",
66
"description": "Task management for Obsidian",
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": "5.6.0",
3+
"version": "6.0.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"engines": {

0 commit comments

Comments
 (0)