Skip to content

Commit d47a735

Browse files
committed
docs: add changelog and update docs
1 parent 6f7fbec commit d47a735

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

docs/docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

13+
## Unreleased
14+
15+
### ✨ Features
16+
17+
- 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).
18+
1319
## v2.3.0 (2025-12-06)
1420

1521
### ✨ Features

docs/docs/query-blocks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ The `show` property controls which elements of the task metadata to render. If o
108108
The possible values are:
109109

110110
- `due` or `date`: render the due date of the task
111+
- `time`: render only the time component of the due date of the task (the end date will be shown if the task duration spans days)
111112
- `deadline`: render the deadline of the task
112113
- `description`: render the description of the task
113114
- `project`: render the project (and section, if applicable) of the task
@@ -133,4 +134,4 @@ For example:
133134
filter: "today | overdue"
134135
show: none
135136
```
136-
````
137+
````

docs/docs/translation-status.json

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

0 commit comments

Comments
 (0)