Skip to content

Releases: vzhd1701/csv2notion

v0.2.1

04 Jun 07:21
v0.2.1
6701ecd
Compare
Choose a tag to compare

Bug Fixes

  • update notion-vzhd1701-fork to avoid network error on file upload (ebb1b49)

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

v0.2.0

24 May 16:33
v0.2.0
bbafaec
Compare
Choose a tag to compare

Features

  • add --fail-on-unsupported-columns flag (846b4fd)
  • add --merge-skip-new flag (3d7b805)

Bug Fixes

  • add more warnings (2777cfe)
  • add support for created/updated time column types (6fbb3bc)
  • add support for file column type (4cf2b5a)
  • add support for notion URLs in relations (0c3a6e6)
  • add support for person column type (e897c2d)
  • change --missing-relations-action into --add-missing-relations (16f284f)
  • fail if no columns left after validation (01e9cd9)
  • get existing row only during merge (22d2b09)
  • make only last timestamp column count (2aca947)
  • rename --custom-types into --column-types (de142b7)
  • rename --fail-on-unsupported-columns into --fail-on-unsettable-columns (f60e747)
  • split --help options into groups (a051eb4)
  • split --missing-columns-action into --add-missing-columns and --fail-on-missing-columns (804908d)

Full Changelog: v0.1.3...v0.2.0

v0.1.3

09 May 10:05
v0.1.3
b62f57f
Compare
Choose a tag to compare

Bug Fixes

  • avoid 100 rows limit when retrieving all rows from DB (24244f7)

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 May 07:59
v0.1.2
91e22c9
Compare
Choose a tag to compare

Features

  • add --image-caption-column option (6e39128)
  • add --verbose option (5fcb118)

Bug Fixes

  • add better thread isolation (69305a5)
  • add support for csv with utf-8 BOM encoding (ed97acb)
  • avoid reuploading unmodified images (198829e)
  • handle file_ids properly on merge with images (8865433)
  • make it easier to abort ongoing operation (830dc92)
  • prevent adding icon and image columns to new db (989a09a)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

05 May 12:59
v0.1.1
3dc7a54
Compare
Choose a tag to compare

Features

  • add --default-icon option (ef8be2d)
  • add --fail-on-inaccessible-relations option (781cda4)

Bug Fixes

  • guess empty columns type as text (27a257d)
  • make new DB columns follow same order as CSV (1158464)

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 May 13:07
v0.1.0
94416f9
Compare
Choose a tag to compare

First release