Skip to content

Latest commit

 

History

History
277 lines (153 loc) · 15 KB

CHANGELOG.md

File metadata and controls

277 lines (153 loc) · 15 KB

0.3.1 (2023-10-27)

Bug Fixes

  • fix parse errors for huge and empty nodes (#102) (0520e93), closes #101
  • improve handling notes with empty content (87593b2)

0.3.0 (2023-10-19)

Features

  • add --retry, --skip-failed and --keep-failed options (7f3969b)

Bug Fixes

  • avoid parsing crashes by using lxml (26d9b8a)
  • convert bad img src quotes when parsing weblicp (080d7e3), closes #79

0.2.27 (2023-10-17)

Bug Fixes

0.2.26 (2023-05-06)

Bug Fixes

  • update dependencies to prevent 403 error (78d9339)
  • update Notion SDK (d688a95)

0.2.25 (2022-12-06)

Bug Fixes

0.2.24 (2022-10-18)

Bug Fixes

  • improve yinxiang markdown block filtering (497940b)

0.2.23 (2022-10-15)

Bug Fixes

  • skip Yinxiang hidden markdown appendix (aa5989e)

0.2.22 (2022-10-12)

Bug Fixes

  • parse media ignoring hash case (b1744ce), closes #53

0.2.21 (2022-09-24)

Bug Fixes

  • add xpi to banned extensions (a75b566)

0.2.20 (2022-09-24)

Bug Fixes

  • add more banned extensions (6a8c614)
  • upload attachments with banned extensions as .bin files (79e0be5)

0.2.19 (2022-09-22)

Bug Fixes

  • ignore jar file attachments (ce066cc), closes #50

0.2.18 (2022-08-20)

Bug Fixes

  • fix crash for notes with empty resource (844e95c), closes #48

0.2.17 (2022-07-28)

Bug Fixes

  • update notion SDK to avoid rate limit errors (c5458da)

0.2.16 (2022-06-19)

Bug Fixes

0.2.15 (2022-06-14)

Bug Fixes

  • skip bad data uri images on parsing (2b6060a), closes #36
  • skip with an error instead of crashing when note parse failed (e2cd4a7)

0.2.14 (2022-06-03)

Bug Fixes

  • avoid warning when uploading tables (d0aa9ea)
  • log only warning messages from notion with --verbose flag (9b74b15)
  • prevent network error when uploading files (c6bacc0)

0.2.13 (2022-05-25)

Bug Fixes

  • show better progress bar (cb7699e)
  • show processed notes count during upload (0546956), closes #33

0.2.12 (2022-05-11)

Bug Fixes

  • avoid BeautifulSoup warning (5ebb85d)

0.2.11 (2022-05-11)

Bug Fixes

  • set note update time to created time if missing (8f3f5b1)

0.2.10 (2022-05-10)

Bug Fixes

  • update note last edit time after upload (d5dfa95), closes #29

0.2.9 (2022-04-11)

Bug Fixes

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

0.2.8 (2022-04-08)

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

0.2.7 (2022-04-06)

Features

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

0.2.6 (2022-04-04)

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)

0.2.5 (2022-01-12)

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)

0.2.4 (2022-01-04)

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)

0.2.3 (2021-12-25)

Features

  • add option to log output into file (f50bb58)

Bug Fixes

  • log note title on exception (95d7796)

0.2.2 (2021-12-25)

Bug Fixes

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

0.2.1 (2021-12-21)

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)

0.2.0 (2021-12-20)

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)

0.1.8 (2021-12-14)

Bug Fixes

  • handle embedded lists at the start of other lists (f3b83ac)

0.1.7 (2021-12-13)

Bug Fixes

  • add proper parsing for missing note attributes (562ddc6)

0.1.6 (2021-12-07)

Bug Fixes

  • add todo parsing for paragraphs (f3e9871)

0.1.5 (2021-12-06)

Bug Fixes

  • parse unexpected elements in lists as text (952feb2)
  • skip webclip notes before parsing (9af7912)

0.1.4 (2021-12-06)

Bug Fixes

  • prevent crash for notes with empty resource (157ace7)

0.1.3 (2021-12-05)

Bug Fixes

  • add % escaping to prevent progress bar crash (9c24c94)

0.1.2 (2021-12-05)

Bug Fixes

  • add proper css style parsing for colors (ffbbd69)

0.1.1 (2021-12-03)

Bug Fixes

  • add proper data uri parsing (1532e8a)
  • avoid wrong css when parsing color (62e339d)
  • skip webclips embedded content (c8f45b4)

0.1.0 (2021-11-30)