Skip to content

Releases: flecmart/keep2todoist

v2.1.1

11 Nov 06:41
a27b326

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

18 Jul 08:11
9e41bd9

Choose a tag to compare

What's Changed

  • build(deps): bump todoist-api-python from 3.0.1 to 3.1.0 by @dependabot[bot] in #99
  • build(deps): bump pytest from 8.3.5 to 8.4.0 by @dependabot[bot] in #101
  • build(deps): bump pytest from 8.4.0 to 8.4.1 by @dependabot[bot] in #102
  • build(deps): bump gpsoauth from 1.1.1 to 2.0.0 by @dependabot[bot] in #103

Full Changelog: v2.0.0...v2.1.0

v2.0.0 BREAKING CHANGE: Changed auth flow

29 Apr 15:52
9de1276

Choose a tag to compare

This is a BREAKING CHANGE

There were too many dependencies outdated so I changed the auth flow to the master token flow and updated base image and all dependencies.

You have to obtain your master token and change your config.yaml as described in the README.

For everyone the old authentication works you can just keep on using latest 1.x.x version but I won't maintain the old flow.

What's Changed

Full Changelog: v1.6.1...v2.0.0

v1.6.1

07 Dec 19:52
3965e39

Choose a tag to compare

What's Changed

  • fix: move healthcheck after first update by @flecmart in #55

Full Changelog: v1.6.0...v1.6.1

v1.6.0

30 Nov 11:58
e649d03

Choose a tag to compare

What's Changed

  • Update docker-image.yml by @flecmart in #48
  • Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #49
  • Track errors by @flecmart in #51
    • add exception handling on item/note level
    • handle and record exceptions
    • maintain sync health and don't ping healthstate anymore if items cannot be synced multiple times
    • make transfer logic more robust: delete created todoist task if original gkeep task could not be deleted

Full Changelog: v1.5.0...v1.6.0

v1.5.0

04 Oct 11:44
916b106

Choose a tag to compare

Improvements in authentication process for gkeepapi. Auth token is now cached locally and used to resume gkeepapi. That should improve situation where google is getting suspicious about too many auth requests.

Be aware that the token is saved unencrypted to gkeepapi_token locally. That does not really make a differnce because your app password is also saved unencrypted in config.yaml. I just wanted to point out that you should not share your gkeepapi_token with anyone because it can be used to authenticate to google.

What's Changed in detail

Full Changelog: v1.4.1...v1.5.0

v1.4.1

15 Aug 07:07
c1394e8

Choose a tag to compare

What's Changed

Full Changelog: V1.4.0...v1.5.0

v1.4.0

18 Jun 12:38
7d08409

Choose a tag to compare

What's Changed

  • Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #28
  • Fixes for the Docker image: Work around gpsoauth issues by @sekrause in #30

New Contributors

Full Changelog: v1.3.1...V1.4.0

v1.3.1

25 Apr 12:42
64fb4e3

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Mar 22:05
c23d8b8

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0