Skip to content

Releases: olsh/todoist-net

8.0.0

10 Jul 20:15
d444c07
Compare
Choose a tag to compare

What's Changed

  • Fixed projects/get_archived, completed/get_all, uploads/get, activity/get, backups/get calls by @AhmedZaki99 in #55

Full Changelog: 7.0.0...8.0.0

7.0.0

03 Jun 06:59
3d961e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...7.0.0

6.1.0

05 Feb 12:20
7ac2b63
Compare
Choose a tag to compare

What's Changed

  • Fix transaction failures for predefined temp_id of new entities by @AhmedZaki99 in #44
  • Add the option to include full task objects when getting completed tasks. by @AhmedZaki99 in #45
  • Add collaborators to TodoistClient by @AhmedZaki99 in #42
  • Update dependencies and refactor for asynchronous code by @olsh in #46

Full Changelog: 6.0.0...6.1.0

6.0.0

01 Nov 17:26
a90eb4f
Compare
Choose a tag to compare

What's Changed

  • Add duration property to the Item model to support the new duration feature. by @AhmedZaki99 in #35
  • Add support for CancellationTokens within client and services methods. by @AhmedZaki99 in #33
  • Fix DueDate.StringDate conversion to and from DateTime. by @AhmedZaki99 in #37
  • Remove tokenless client. Closes #38 by @olsh in #40
  • Fix DueDate.StringDate conversion to and from DateTime. by @AhmedZaki99 in #41

Full Changelog: 5.1.0...6.0.0

5.1.0

31 Aug 23:14
75642f4
Compare
Choose a tag to compare

What's Changed

  • Add support for returning sync token values after committing transactions. by @AhmedZaki99 in #30
  • Migrate to Nuke build by @olsh in #31
  • Fix due date parsing by @olsh in #32

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

02 Apr 15:41
0396784
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...5.0.0

4.0.0

27 Dec 13:57
f53a1b3
Compare
Choose a tag to compare

What's Changed

  • Update authorization method to Bearer header. Related #20 by @olsh in #21
  • Fix move project request by @olsh in #22

Full Changelog: 3.0.1...4.0.0

3.0.1

10 Oct 17:42
fba0dd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

10 Oct 17:06
d029461
Compare
Choose a tag to compare

⚠️ Breaking changes, please read the migration guide https://developer.todoist.com/sync/v9/#migrating-from-v8

What's Changed

  • Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /src/Todoist.Net by @dependabot in #13
  • Added new overload for getResources that supports passing in sync token by @AlexGirardDev in #15
  • Improve tests stability by @olsh in #16
  • Migrate to v9 API by @olsh in #17

New Contributors

Full Changelog: 2.2.2...3.0.0

2.2.2

21 Dec 14:25
9bdc73b
Compare
Choose a tag to compare
  • Fixed bug with full-day due dates