Skip to content

Releases: dogsheep/evernote-to-sqlite

0.3.2

26 Aug 19:02
Compare
Choose a tag to compare
  • Fixed error when encountering <en-note> documents that were not well-formed XML. #13

0.3.1

11 Feb 22:40
Compare
Choose a tag to compare
  • Explicitly open file using utf-8 encoding - thanks, RiverZhou. #10
  • Fix import error if note has no "updated" element - thanks, Matej Korosec. #8

0.3

11 Feb 22:16
Compare
Choose a tag to compare
0.3
  • Correctly handle entities in XHTML notes. #9
  • Fixed a bug importing ENEX files on Windows. Thanks, dskrad. #11

0.2

12 Oct 00:07
Compare
Choose a tag to compare
0.2
  • Notes now use an ID derived from a hash of their contents. #3
  • Date columns are now in ISO format, and indexd. #4
  • Notes and resources table now have full-text search configured. #4
  • Improved how OCR is stored in the database, only storing the most confident matches. #6

0.1

11 Oct 21:47
Compare
Choose a tag to compare
0.1
  • Initial release, with support for importing ENEX files.