Skip to content

Commit 640a40f

Browse files
authored
Merge pull request #25 from perryrh0dan/dev
docs(readme): update docs with new features
2 parents 8b44cdc + 8bf5d1e commit 640a40f

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Changelog for npm and snapcraft
44

5+
## Version 1.4.0
6+
- Add timeloggin feature for tasks
7+
- Add spanisch language support
8+
- Add localization to help menu
9+
510
## Version 1.3.0
611

712
- Dependency updates

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Come over to [Gitter](https://gitter.im/taskline/community?source=orgpage) or [T
7373
- Possibility to use id ranges
7474
- Possibility to cancel tasks
7575
- Possibility to rearrange item ids
76+
- Timetracking for tasks
7677

7778
### Coming
7879

@@ -332,26 +333,27 @@ To mark a task as complete/incomplete, use the `check` / `c` command followed by
332333
333334
```
334335

335-
### Cancel Task
336+
### Begin Task
336337

337-
To mark a task as canceled/revived, use the `cancel` command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command.
338+
To mark a task as started/paused, use the `begin` / `b` command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command. When a task is in progress the elapsed time is measured.
338339

339340
```
340341
341-
> tl cancel 1-3,5,6
342+
> tl b 2,3
342343
343344
```
344345

345-
### Begin Task
346+
### Cancel Task
346347

347-
To mark a task as started/paused, use the `begin` / `b` command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command.
348+
To mark a task as canceled/revived, use the `cancel` command followed by the ids of the target tasks. The functionality of this command is the same as the one of the above described `check` command.
348349

349350
```
350351
351-
> tl b 2,3
352+
> tl cancel 1-3,5,6
352353
353354
```
354355

356+
355357
### Star Item
356358

357359
To mark one or more items as favorite, use the `star` / `s` command followed by the ids of the target items. The functionality of this command is the same as the one of the above described `check` command.
@@ -506,6 +508,7 @@ The by default supported listing attributes, together with their respective alia
506508
- `pending` , `unchecked` , `incomplete` - Items that are pending tasks.
507509
- `progress` , `started` , `begun` - Items that are in-progress tasks.
508510
- `done` , `checked` , `complete` - Items that complete tasks.
511+
- `canceled` - Items that are canceled.
509512
- `star` , `starred` - Items that are starred.
510513
- `default` , `medium` , `high` - Tasks with the given priority.
511514

0 commit comments

Comments
 (0)