Skip to content

Releases: kobtea/go-todoist

v0.2.2

29 Feb 15:01
Compare
Choose a tag to compare

Changelog

271b3f1 use NewItem

v0.2.1

29 Feb 14:08
Compare
Choose a tag to compare

Changelog

7b8f655 migrate from dep to go modules

v0.2.0

24 Feb 12:01
Compare
Choose a tag to compare

Changelog

47c558c Merge pull request #4 from kobtea/v8
b18ed6c add NewItem
04cd951 add due struct
168e5aa change color values
51f22ee change time format to rfc3339
46d5dde due date can have time
8445c27 fix ItemClient#Complete
9bbd8c4 fix ItemClient#Move
b2a24fe fix completion
cff7de9 fix item
15e414d fix project
645f2a8 fix test
a3da9fe refactor filter
70341a0 refactor label
34d04b8 refactor note
36d56c3 refactor project
5337872 refactor project command
8f2fd5b update readme
82b9edb use due object
ae3b8be use go 1.13
fa5ef9e use v8 api

v0.1.5

03 Mar 09:47
Compare
Choose a tag to compare

Changelog

940a357 use go 1.11
a2e3e1b use go 1.12

v0.1.4

24 Sep 08:07
Compare
Choose a tag to compare

Changelog

3a7c570 add bash completion
ed7a1a0 add config command
ec3a0bf add zsh completion
9e57400 confirm when deleting filters
0edf33e confirm when deleting items
942eddb confirm when deleting labels
86d315d confirm when deleting projects
b27e453 ignore typo message at a release note
0c4463b resolve project and label using id or name
0e843fd show labels with color fonts
b1216e6 support completion for arg and option
cb3d048 update cobra
e40cb8a update cobra
ce37a6b use token at config.json

v0.1.3

13 Sep 16:25
Compare
Choose a tag to compare

Changelog

43ee1d7 add item update command
d1e8eb3 check status code
2e73099 filter completed items at next sub-command
1985a9b filter completed items at today sub-command
cf685fc support due option at item add
feb6717 support label option at item add
ed4be1a support priority option at item add
8e7f38a support project option at item add
b2303c9 typo
60cc0d2 typo

v0.1.2

10 Sep 12:35
Compare
Choose a tag to compare

Changelog

d22082e circleci: append add_ssh_keys
67ff2cd dep ensure
8ff9529 synced json has marshalLayout format

v0.1.1

09 Jul 09:43
Compare
Choose a tag to compare

Changelog

9df705d fix binary name

v0.1.0

09 Jul 09:31
Compare
Choose a tag to compare

Changelog

754eb59 Initial commit
6393713 ItemManager#Add do not require a context
0ee0f89 Merge branch 'master' of github.com:kobtea/go-todoist
7274fc6 Merge pull request #1 from idrarig/notes
8258439 Project#String() contains its indent
496f0be Update README.md
e1f2bd8 Update README.md
5639a5f add accessors for cached notes
1971dc8 add configure for circle ci
d6f985c add default value for id
b4708b6 add dep files
4c46bf2 add filter add command
b851d7b add filter delete command
5d2fb9a add filter list command
ea1f4d8 add filter update command
1e2475f add full sync
c5adc8c add id
ff052fe add inbox command
6114ac0 add intbool type
77d01ec add item add command
a324f52 add item complete command
9ee175a add item delete command
59b9b13 add item list command
e0d25d0 add item move command
f44f217 add item uncomplete command
b803eb9 add label add, update and delete command
59a22da add label list command
24e0a9f add next command
7c445a1 add project add command
3c6bf20 add project archive and unarchive command
0d7275b add project delete command
4561e40 add project list command
6ef9c9c add project update command
169f904 add review subcommand
159b922 add structs
a736142 add sync command
af4d4c1 add sync method
2dfcab0 add today command
b270daa add wrapper function convert strings to ids
658af7c add wrapper function to commit automatically
529ecee added project notes
95adba4 adjust for uuid.NewV4() signature change
dd7cca4 color due date
ffc64ec deal CompletedItem with Item
13366a3 default color of project is white
7d44fcd embed an entity into Entities
3e8123c fix bug cache does not be updated
af7d7e1 fix marshal layout for time
b8e6cfd go fmt
1e4a4bf go fmt and vet
acf617a implement add and get methods for item
5433679 implement cache
8b523b2 implement cache
dd1cec3 implement client
f4390b3 implement color stringer
f9f6b58 implement completed api
187c69f implement filter methods
2406c9d implement get item
e220a8f implement item methods
83dd95f implement label methods
70acade implement project get methods
5871048 implement project methods
75e26c5 implement relation
a6caf03 make some members private
35780cb make update state more efficiently
76c5b6d refactoring
5633db1 rename ItemResponse ItemGetResponse
c09d813 rename manager client
5dda04b support versioning
a2ebbe0 typo
2bb5dec update ignore files
eb2a5d6 use ID type instead of string
46ee717 use color stringer
a2c97a0 use self table renderer
f9787f0 use time
6a17e71 wrap time