Skip to content

Releases: vzhd1701/enex2notion

v0.2.9

11 Apr 12:44
v0.2.9
d3338d6
Compare
Choose a tag to compare

Bug Fixes

  • trim paragraphs when condense lines option is used (9403e47)

Full Changelog: v0.2.8...v0.2.9

v0.2.8

08 Apr 11:06
v0.2.8
c11dbb9
Compare
Choose a tag to compare

Features

  • add option to condense lines into paragraphs (sparse) (58b9a95)
  • add option to set custom root page name (2a7b2ce)
  • add option to set custom tag for uploaded pages (1c385e1), closes #23

Bug Fixes

  • avoid empty blocks in malformed enex files (33b80fa)
  • rename deprecated functions to avoid warnings (74246ef), closes #21

Full Changelog: v0.2.7...v0.2.8

v0.2.7

06 Apr 12:16
v0.2.7
736163e
Compare
Choose a tag to compare

Features

  • add option to condense lines into paragraphs (7ce4bfe)

Full Changelog: v0.2.6...v0.2.7

v0.2.6

04 Apr 12:32
v0.2.6
50d1f71
Compare
Choose a tag to compare

Bug Fixes

  • filter out unsupported file extensions for upload (e6e6fba)
  • get rid of recursion when splitting blocks for weblcips (b5e8b19), closes #17
  • handle bad token error (437208f)
  • skip root page search for empty accounts (807b04c)

Full Changelog: v0.2.5...v0.2.6

v0.2.5

13 Jan 07:51
v0.2.5
5ef8817
Compare
Choose a tag to compare

Features

  • add option to include previews for PDF weblcips (458e3be)

Bug Fixes

  • handle special css colors (8fbc393)
  • prevent resources from having empty extensions (9a30823)
  • retry on server side errors during upload (2891a57)

Full Changelog: v0.2.4...v0.2.5

v0.2.4

04 Jan 10:58
v0.2.4
e58ac18
Compare
Choose a tag to compare

Bug Fixes

  • add missing dataclasses dependency for python 3.6 (601b1d2)
  • convert inline newline tags in paragraphs (b6cb781)
  • prevent error when parsing empty tables (2397971)
  • split paragraphs before parsing line by line (b692136)

Full Changelog: v0.2.3...v0.2.4

v0.2.3

25 Dec 11:03
v0.2.3
0e4f67d
Compare
Choose a tag to compare

Features

  • add option to log output into file (f50bb58)

Bug Fixes

  • log note title on exception (95d7796)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

25 Dec 10:00
v0.2.2
1e292fc
Compare
Choose a tag to compare

Bug Fixes

  • fix crash on parsing nested spaces in webclips (0c389ed)

Full Changelog: v0.2.1...v0.2.2

v0.2.1

21 Dec 14:46
v0.2.1
20a4788
Compare
Choose a tag to compare

Bug Fixes

  • parse images as children elements in lists (c214bd4)
  • remove original size parsing for images to avoid oversized image blocks (e72752e)
  • revert back to html.parser, html5lib can't parse ENML properly (441cc74)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Dec 12:28
v0.2.0
3b3f66a
Compare
Choose a tag to compare

Features

  • add support for webclips (6370bac)

Bug Fixes

  • cleanup empty databases before creating new one (fc594f1)
  • fix webclip detection (bb64e3c)
  • move some harmless warnings into debug log (ec53bad)
  • set fixed size for sizeless SVG images (b94419f)

Full Changelog: v0.1.8...v0.2.0