- Fixed error when encountering `<en-note>` documents that were not well-formed XML. [13](https://github.com/dogsheep/evernote-to-sqlite/issues/13)
0.3.1
- Explicitly open file using utf-8 encoding - thanks, RiverZhou. [10](https://github.com/dogsheep/evernote-to-sqlite/pull/10) - Fix import error if note has no "updated" element - thanks, Matej Korosec. [8](https://github.com/dogsheep/evernote-to-sqlite/pull/8)
0.3
- Correctly handle entities in XHTML notes. [9](https://github.com/dogsheep/evernote-to-sqlite/issues/9) - Fixed a bug importing ENEX files on Windows. Thanks, [dskrad](https://github.com/dskrad). [#11](https://github.com/dogsheep/evernote-to-sqlite/issues/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.