@@ -7,17 +7,15 @@ This document lists all notable changes to the functionality of TaskLite.
7
7
---
8
8
9
9
10
- ## 2024-05-03 - <small >[ 28bf7b9 ] </small >
10
+ ## 2024-09-23 - <small >[ 0.4 ] </small >
11
11
12
- [ 28bf7b9 ] : https://github.com/ad-si/TaskLite/commit/28bf7b9
12
+ [ 0.4 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.4.0.0
13
13
14
14
15
15
#### General
16
16
17
17
- Add simple webapp powered by [ elm.land] ( https://elm.land )
18
18
- Add support for hooks to execute code during a task's lifecycle ([ ba2054b] )
19
- - ` pre-launch ` and ` post-launch ` hooks ([ 7f23203] )
20
- - ` pre-add ` hooks ([ ff607f6] )
21
19
- Set text color according to current background color ([ 1d9ae64] )
22
20
- Add support for recurring tasks ([ 8028190] )
23
21
- Add support for external CLI commands ([ 9cb8fa3] )
@@ -26,26 +24,36 @@ This document lists all notable changes to the functionality of TaskLite.
26
24
- Add support for filter expressions to sub-command ` new ` ([ 9ab3992] )
27
25
- Improve design of detail view (used by "info" & "next" commands) ([ c32be9f] )
28
26
- Extend and restructure the documentation
27
+ - Webapp: Show selected tags in header ([ ff1bf2e] )
28
+ - Edit mode: If parsing fails, re-open editor with modified content ([ 2b5a0e1] )
29
+ - Improve import of user, title, labels fields
30
+ (needed for importing GitHub issues) ([ af51aaa] )
29
31
30
32
31
33
#### New Subcommands
32
34
33
35
- ` stats ` - List share of Done, Obsolete, Deletable tasks ([ c2a2d70] )
34
36
- ` server ` - Starts an API + GraphQL server powered by [ AirGQL] ([ 4669498] )
37
+ - ` random ` - Show a random task ([ 88a999d] )
35
38
- ` deletetag ` ([ d3ab4de] )
36
39
- ` deletenote ` ([ 581ffae] )
37
- - ` random ` ([ 88a999d] )
38
40
- ` json ` - Show tasks in JSON format ([ 45ad3f3] )
39
41
- ` reviewin ` - Set review date in x days ([ b05c81a] )
40
42
- ` idea ` - Quickly capture ideas ([ 6545500] )
41
- - ` modified ` ([ 71e4603] )
42
- - ` modifiedonly ` ([ 4809d5b] )
43
+ - ` modified ` - List all tasks by modified UTC desc ([ 71e4603] )
44
+ - ` modifiedonly ` - List tasks where modified UTC /= creation UTC
45
+ by modified UTC desc ([ 4809d5b] )
46
+ - ` notes ` - List all notes descending by creation UTC ([ 81e6885] )
43
47
- ` recurring ` - List recurring tasks ([ 0c11309] )
44
- - ` unrecur ` ([ 2ee1c21] )
45
- - ` unwake ` ([ 987a4fe] )
46
- - ` unready ` ([ 987a4fe] )
47
- - ` unreview ` ([ 1d82631] )
48
48
- ` ingest ` - Runs ` import ` -> ` edit ` -> ` delete ` workflow on files ([ 325e0ac] )
49
+ - ` importdir ` - Import all .json and .eml files in a directory ([ 4c3c50a] )
50
+ - ` ingestdir ` - Ingest all .json and .eml files in a directory ([ 4c3c50a] )
51
+ - ` endall ` - End all provided tasks
52
+ (change ` end ` to accept a closing note) ([ 4d2032e] )
53
+ - ` unrecur ` - Remove recurring timestamp ([ 2ee1c21] )
54
+ - ` unwake ` - Remove awake timestamp ([ 987a4fe] )
55
+ - ` unready ` - Remove ready timestamp ([ 987a4fe] )
56
+ - ` unreview ` - Remove review timestamp ([ 1d82631] )
49
57
50
58
[ AirGQL ] : https://github.com/Airsequel/AirGQL
51
59
@@ -64,9 +72,9 @@ Check out the [commit history] for all changes.
64
72
[ commit history ] : https://github.com/ad-si/TaskLite/commits/master/
65
73
66
74
67
- ## 2020-03-01 - <small >[ 0.3.0.0 ] </small >
75
+ ## 2020-03-01 - <small >[ 0.3] </small >
68
76
69
- [ 0.3.0.0 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.3.0.0
77
+ [ 0.3 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.3.0.0
70
78
71
79
- Add ` edit ` command to edit YAML version of task in ` $EDITOR ` ([ 1add89e] )
72
80
- Add several ` un* ` commands to erase fields ([ 0f09c3d] )
@@ -93,9 +101,9 @@ Check out the [commit history] for all changes.
93
101
[ 8d0657c ] : https://github.com/ad-si/TaskLite/commit/8d0657c
94
102
95
103
96
- ## 2019-10-04 - <small >[ 0.2.2.0 ] </small >
104
+ ## 2019-10-04 - <small >[ 0.2.2] </small >
97
105
98
- [ 0.2.2.0 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.2.2.0
106
+ [ 0.2.2 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.2.2.0
99
107
100
108
- Support optional filter expression after "count" command ([ 61e87b7] )
101
109
- Automatically create a config file if it doesn't exist ([ 7407f87] )
@@ -105,17 +113,17 @@ Check out the [commit history] for all changes.
105
113
[ 7407f87 ] : https://github.com/ad-si/TaskLite/commit/7407f87
106
114
107
115
108
- ## 2019-07-14 - <small >[ 0.2.1.0 ] </small >
116
+ ## 2019-07-14 - <small >[ 0.2.1] </small >
109
117
110
- [ 0.2.1.0 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.2.1.0
118
+ [ 0.2.1 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.2.1.0
111
119
112
120
- Fix creation of Docker image, extend documentation accordingly ([ fa4cad3] )
113
121
114
122
[ fa4cad3 ] : https://github.com/ad-si/TaskLite/commit/fa4cad3
115
123
116
124
117
- ## 2019-06-13 - <small >[ 0.2.0.0 ] </small >
125
+ ## 2019-06-13 - <small >[ 0.2] </small >
118
126
119
- [ 0.2.0.0 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.2.0.0
127
+ [ 0.2 ] : https://github.com/ad-si/TaskLite/releases/tag/v0.2.0.0
120
128
121
129
- Initial release
0 commit comments