Releases: wtfutil/todoist
Releases · wtfutil/todoist
The stop fucking it up release
More mucking about with IDs Signed-off-by: Chris Cummer <[email protected]>
uint IDs
Merge pull request #3 from wtfutil/WTF-781-todoist-id-2 WTF-781 Switch IDs from int to uint
String IDs
Merge pull request #2 from wtfutil/WTF-781-todoist-id WTF-781 Use string for project ID instead of int
First
Fix json unmarshal from json api to Task struct The json from the api returns a date format like "2019-10-07T14:00:00Z" and this makes the code to panic. This is because the CustomDate is expecting a timestamp with the format "2006-01-02T15:04:05+00:00". https://github.com/wtfutil/wtf/issues/645