Skip to content

Commit 35553ca

Browse files
committed
docs: update docs + add changelog
1 parent 915ae92 commit 35553ca

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
- You can now sort tasks alphabetically by name using `alphabetical` or `alphabeticalDescending` in the sorting field
1818
- You can now provide 'time' to the show field on a query. This will only render the time of the task (unless the end of the task is on a different day than the start).
19+
- You can now provide 'section' to the show field on a query to display only the section name for tasks in sections.
1920

2021
### 🐛 Bug Fixes
2122

docs/docs/query-blocks.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,15 @@ The possible values are:
125125
- `deadline`: render the deadline of the task
126126
- `description`: render the description of the task
127127
- `project`: render the project (and section, if applicable) of the task
128+
- `section`: render only the section name of the task (if the task has a section)
128129
- `labels`: render the labels of the task
129130

131+
:::note
132+
133+
If both `project` and `section` are specified, only `project` will be shown to avoid redundancy. The `project` option already includes section information when available.
134+
135+
:::
136+
130137
For example:
131138

132139
````

docs/docs/translation-status.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
{
33
"name": "English",
44
"code": "en",
5-
"completed": 206,
5+
"completed": 207,
66
"missing": 0,
77
"percent": 100
88
},
99
{
1010
"name": "Nederlands",
1111
"code": "nl",
1212
"completed": 146,
13-
"missing": 60,
13+
"missing": 61,
1414
"percent": 71
1515
}
1616
]

0 commit comments

Comments
 (0)