Releases: dogsheep/evernote-to-sqlite
Releases · dogsheep/evernote-to-sqlite
0.3.2
- Fixed error when encountering
<en-note>
documents that were not well-formed XML. #13
0.3.1
- 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
- Correctly handle entities in XHTML notes. #9
- Fixed a bug importing ENEX files on Windows. Thanks, dskrad. #11
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
- Initial release, with support for importing ENEX files.