Skip to content

Releases: wormi4ok/evernote2md

v0.8.0

07 Jul 20:06
706a5ff
Compare
Choose a tag to compare

Changelog

706a5ff Handle missing resource identifiers in export gracefully (fixes #7)
b9b800e Use SourceUrl resource attribute as possible filename
fa66555 Show correct app version in docker image
d1848e7 Add tests for guessExt function

v0.7.0

05 Jul 14:39
5fe0673
Compare
Choose a tag to compare

Changelog

5fe0673 Ensure notes with the same title do not overwrite each other (Fixes #7)
811dba8 Close file descriptors after a note is created (Fixes #8, Thanks to @sdtsui for contributing)
f68f64c Update issue templates

v0.6.0

01 Jul 21:26
f7f7e28
Compare
Choose a tag to compare

Changelog

f7f7e28 Update dependencies
030876f Ensure unique resource names after conversion (Fixes #7 , thanks to @fekfoq259 for contributing)

v0.5.0

16 May 20:18
3b04f8f
Compare
Choose a tag to compare

Changelog

75420f7 Sanitize resource names (Thanks to @dimanech for contributing)
7fe879c Improve regexp for sanitizing filenames
f0b75af Add package job in the Release workflow

v0.4.0

16 Apr 06:00
Compare
Choose a tag to compare

Changelog

a29004c Introduce internal TagReplacer interface
d879f0f Support evernote codeblocks conversion (fixes #3, thanks to @Abhiank for reporting the issue)
b9e2e1f Use golden file in convert_test.go
dc9b198 Replace Travis CI with GitHub Actions

v0.3.1

13 Apr 20:01
Compare
Choose a tag to compare

Thanks to @Abhiank for pointing out a permissions issue in the previous release.

Changelog

00ac96d Update goreleaser configuration (fixes #2)
1d1df25 Create GitHub actions workflow for testing
a0c178e Update integrii/flaggy dependency to version 1.4.4
7de7d21 Update go to version 1.14
7047ddd Update README
4ab2845 Update dependencies

v0.3.0

17 Nov 16:54
Compare
Choose a tag to compare

Changelog

404caba Handle broken references to files
8f68097 Store images and files separately
cbc5a87 Disable cgo in Docker container
7b86864 Update dependecies
cc3e7b6 Add missing dependencies to alpine buld container
5ce572f Simplify appendMedia signature
d882966 Avoid copy in for loops
d638e2b Remove atom constant
9b8212b Format convert_test
7fec9b7 Make markdown Resource types aware of representation
748e7b4 Extract hashAttr func
a3f8350 Use alpine builder image
18d1dc5 Refactor en-media tags parsing
de6e622 Discard assetsDir

v0.2.0

23 Sep 19:52
Compare
Choose a tag to compare

Changelog

0c8b5ea Show tags after title in .md content
ec21e3f Add docker way to run application
7f222ce Support tags in enex format
08ec0bd Accept outputDir as positional argument
93b7b89 Add progress bar

v0.1.0

09 Sep 17:29
Compare
Choose a tag to compare

Changelog

74f8ea7 Add goreleaser support
0c3c66d Update documentation
32e6bf3 Add Travis CI support
8833f28 Initial commit