Releases: kkga/tdx
v0.3.0
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
New
- switch to when for natural date parsing, which should be more flexible and reliable
Fixes/Changes
- fix output of overdue dates of more than 24 hours
- don't add current clock time to parsed due date (when it's not specified)
- allow lowercase flags for filter/sort flags in
list
command - strip parsed date text from summary when adding todos
Changelog
dc3ca8c Release v0.2.0
ec4ff98 Merge pull request #4 from kkga/when
64a6a17 update add command help
1de2065 strip parsed date text from summary when adding todos
c70d920 trim '-' from overdue dates
b20ab0a refactor
b9843df refactor
b8b3012 allow lowercase filter and sort flags in list command
622bfe3 don't add current clock in parsed due dates
138705c remove debug print
ab6210c tidy
72db6b4 use parseDate in edit command
016ef7a use 'when' for date parsing
a8ead80 fix: check time length for past due dates
29a4bb9 todo
v0.1.2
v0.1.1
v0.1.0
New
-t
flag for<list>
command: output is organized by hashtags parsed from todos
Changes
- replace some environment variables with default options for
<add>
and<list>
commands, see: https://github.com/kkga/tdx#configuration
Changelog
11a265c Merge pull request #2 from kkga/tags
ceb5770 remove debug print
8df297d rebase
6d3ea00 fix due date parsing
8119c1d parse default add options in command
f4ef9c2 fix due date err check
cef4c41 add config opts for add command
5769b58 add cmd: do not require list flag if only 1 collection in vdir
09188ff chore: update local env
2102e34 update list separator format
81391e2 todo
7d6fc48 rebase
a9c8da9 use tag type
378e66b add hashtag parsing and test
98d38da Merge branch 'main' of github.com:kkga/tdx
6cbb7f9 todo
0d925eb todo
397a34a add package comments
fb143ad add fzf script example
18c478e add noconfirm flag for delete command
986e044 remove default due configuration
c8135c7 Update README.md