Commit 8478fb0 1 parent 9af7912 commit 8478fb0 Copy full SHA for 8478fb0
File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 0.1.5] ( https://github.com/vzhd1701/enex2notion/compare/v0.1.4...v0.1.5 ) (2021-12-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ - parse unexpected elements in lists as text ([ 952feb2] ( https://github.com/vzhd1701/enex2notion/commit/952feb2b6905ecd65e0c2ba491bef16cd2f24ea9 ) )
6
+ - skip webclip notes before parsing ([ 9af7912] ( https://github.com/vzhd1701/enex2notion/commit/9af79120707d17a6410085305b54c8ea97a8ede9 ) )
7
+
1
8
### [ 0.1.4] ( https://github.com/vzhd1701/enex2notion/compare/v0.1.3...v0.1.4 ) (2021-12-06)
2
9
3
10
### Bug Fixes
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.4 "
1
+ __version__ = "0.1.5 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " enex2notion"
7
- version = " 0.1.4 "
7
+ version = " 0.1.5 "
8
8
description = " Import Evernote ENEX files to Notion"
9
9
authors = [" vzhd1701 <vzhd1701@gmail.com>" ]
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments