Skip to content

Releases: djsudduth/keep-it-markdown

Version 0.6.1

26 May 15:49
Compare
Choose a tag to compare
  • New instructions and Dockerfile for updated versions of gkeepapi and gpsoauth to get keep token
  • Wikilinking now supported for Joplin notes

Version 0.6.0

28 Jan 19:16
Compare
Choose a tag to compare

Google recently changed its authentication so that the previous methods of using the 2FA app password no longer works.

  • Now requires Python v-3.10+ to run KIM
  • New Docker image to get the Keep token from the Android OAuth cookie
  • Old keep-test.py module removed for new Google authentication (get_token.py added)
  • New simple INSTALL.md steps for advanced users

Version 0.5.4

14 Jan 19:04
Compare
Choose a tag to compare

NOTE - refer to the README in the main branch page for Docker (there is a typo in this release)

  • Fixed Dockerfile to use Ubuntu vs Debian to solve the Google auth issue with gkeepapi
  • Added -m flag to move notes to Archive in Keep after conversion to markdown
  • Replaced the deprecated Python library imghdr with new pillow image library

Version 0.5.3

05 Nov 23:40
Compare
Choose a tag to compare
  • Added a Dockerfile to allow for docker use or to get the Keep token
  • Updated the captcha message in keep-test.py that is no longer valid with Google

Version 0.5.2

13 Jul 00:51
Compare
Choose a tag to compare
  • Switched audio file extensions from AAC back to M4A
  • Added Joplin exports -j flag to use front matter header - Joplin will create internal tags when importing markdown with front matter
  • Removed first dash on list notes exported to Logseq with -l switch

Version 0.5.1

29 Jun 00:34
Compare
Choose a tag to compare

Fixed image overwrite if note has no title or text and using -c switch
Fixed error of markdown note imports if there are special characters within
Added create and update dates of markdown files to imported notes

Version 0.5.0

04 Feb 17:11
0dda680
Compare
Choose a tag to compare

This update is a major refactor of the previous versions. Updates include:

  • Faster export
  • Added Logseq switch to add bullets to exported Keep notes
  • Added simple import option to upload markdown files back to Keep
  • Removed microseconds from note create and update dates
  • Fixed null image bug

Version 0.4.3

16 Nov 02:43
Compare
Choose a tag to compare

Small update for bug fixes. Fixes the following:

  • Sometimes images in Keep notes would be blank and fail in conversion - error checking added
  • Fixed note counting error
  • Tested on Python 3.10.x

Version 0.4.2

28 Jul 22:40
Compare
Choose a tag to compare

Version 0.4.2 has the following fixes to 0.4.0:

  • fixed proper conversion of markdown checkboxes
  • added media folder path to settings.cfg
  • additional error messaging when encountering bugs
  • fixed bug when note text is from a new list note type

Version 0.4.0

10 Feb 03:22
Compare
Choose a tag to compare

Version 0.4.0 adds more functionality with note titles and note saving

  • Added flag to skip exporting files that already exist with the same title
  • Added flag to use Keep note body text for notes without titles (instead of date-time)
  • Changed audio files to AAC files rather than M4A