Skip to content

Releases: kkga/tdx

v0.3.0

23 Nov 02:24
Compare
Choose a tag to compare
  • migrate CLI to Cobra #9
  • BREAKING: flags for the list command have changed: see the updated README or tdx -h

Full Changelog: v0.2.4...v0.3.0

v0.2.4

06 Oct 22:18
Compare
Choose a tag to compare

Changelog

15e01f6 Release v0.2.4
92a400d fix: remove debug prints when adding todos

v0.2.3

05 Oct 23:06
Compare
Choose a tag to compare

Changelog

c74b127 Don't exit if a file is invalid
cccda81 Merge pull request #7 from WhyNotHugo/continue-on-bad-ics
0de033b Release v0.2.3

v0.2.2

05 Oct 16:58
Compare
Choose a tag to compare

Changelog

315a613 Create UNLICENSE
711dfb2 Merge branch 'main' of github.com:kkga/tdx
e5b89bf Release v0.2.2
91a62ed add file path to ical decoding errors

v0.2.1

05 Oct 11:20
Compare
Choose a tag to compare

Changelog

7c8028d Release v0.2.1
45de76c Release v0.2.1
ec8d3f4 chore: update goreleaser
d6d5c8a fix: don't add duplicate tags for items
c8db32b remove 2nd level of indentation in 2-line output

v0.2.0

04 Oct 23:06
Compare
Choose a tag to compare

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

03 Oct 21:58
Compare
Choose a tag to compare

Changelog

f8124a7 update tags test
c534aaf parse tags from description
a19127e todo

v0.1.1

03 Oct 15:58
ffb37a2
Compare
Choose a tag to compare

Changelog

ffb37a2 Merge pull request #3 from kkga/due-filter
6110e33 update add command help
540afee update help messages
b449467 chore: update testdata
0e4ae2d add due days flag and filter in list command

v0.1.0

02 Oct 23:05
Compare
Choose a tag to compare

New

  • -t flag for <list> command: output is organized by hashtags parsed from todos

Changes

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

v0.0.3

29 Sep 14:57
Compare
Choose a tag to compare

Changelog

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