Skip to content

Releases: wormi4ok/evernote2md

v0.15.0

12 Feb 21:22
Compare
Choose a tag to compare

Now, evernote2md supports batch file processing which should help to process multiple exported Evernote notebooks at once! You can specify glob patterns as an input to process all *.enex files in the directory:

evenote2md  *.enex

Changelog

18bc357 Support batch file processing
fc45b18 Fix file timestamps on macOS (Special thanks to @tinysun212 for the contribution to the project 🎉 )
5086653 Remove empty anchor tags from the input

Thanks to @gonejack, @tokeriis and @bgwwg for submitting issues.

v0.14.0

10 Jan 18:10
3aa79f8
Compare
Choose a tag to compare

Changelog

3aa79f8 A new --tagTemplate CLI option to customize tags 🎉
6907b59 Improved formatting for bold and italic text ( thanks to @lkrych for implementing the feature )
84aed11 Fix an issue with missing text in the list items ( reported by @lzilioli )
5a1447c Fix an edge case when notes overwrite each other ( reported by @lzilioli )

v0.13.0

19 Dec 20:50
4b9b0be
Compare
Choose a tag to compare

Changelog

3be95d5 Set file created and modified date equal to the note attributes (Fixes #21, shout-out to @hkievet for reporting and implementing the feature 🎉 )

v0.12.1

11 Dec 21:13
05ff077
Compare
Choose a tag to compare

Changelog

0f1ab45 Allow long names for notes on MacOS and Linux
bd8bc06 Support multibyte encodings in filenames
531a290 Announce Homebrew installation option
35b4c12 Show corerct app version in the docker image

v0.12.0

16 Nov 18:42
0b2da5b
Compare
Choose a tag to compare

Changelog

0b2da5b Support nested lists (thanks @hisaac for contributing)

v0.11.1

15 Nov 15:14
2379c1f
Compare
Choose a tag to compare

Changelog

bc8bbf8 Cut off special characters in resource file extensions (Fixes #13)
d480936 Fix "illegal base64 data at input" issue ( Fixes #17, thanks to @jgclark for the feedback)
123f55c Update go to version 1.15
d96beb7 Fix cross-platform path separators support (Fixes #15 , thanks to @martinandersen3d for contibuting)

v0.11.0

16 Sep 20:18
3738fd8
Compare
Choose a tag to compare

Changelog

3738fd8 Add -v flag to turn on verbose output with debug information
7e03c5a Fix illegal byte sequence error for notes with long titles

v0.10.1

14 Sep 19:31
6d72bce
Compare
Choose a tag to compare

Changelog

6d72bce Fix null pointer exception in ExtraDiv tag replacer (Thanks to @cverbiest for contributing)

v0.10.0

12 Sep 19:49
9006ac0
Compare
Choose a tag to compare

Changelog

2ec5ca4 Support Evernote highlights as inline HTML tags (Fixes #6)
8b55c98 Replace mattn/godown library with an own fork
c3116c1 Handle extra divs and line breaks in tables
33c5cfc Remove line breaks between list items in markdown output (thanks @arthurjosse for the feedback)

v0.9.0

14 Jul 16:04
2b8404a
Compare
Choose a tag to compare

Changelog

2b8404a Add a hint about --folders flag
128815d Add a flag to create a folder for every markdown note
8382a79 Update release workflow