Skip to content

Releases: TheAcharya/csv2notion-neo

v1.3.1

21 Jun 01:06
c03d689
Compare
Choose a tag to compare

1.3.1

🎉 Released:

  • 21st June 2024

🔨 Improvements:

  • Improved log output for --workspace

v1.3.0

02 Jun 21:55
e865095
Compare
Choose a tag to compare

1.3.0

🎉 Released:

  • 3rd June 2024

🔨 Improvements:

  • Automatically analyse and generate captions for images using Hugging Face's open-source AI/ML models (#25)
  • Added --hugging-face-token: Hugging Face token to use image captioning model online
  • Added --hf-model : Provide the model used for generating caption <vit-gpt2 | blip-image | git-large> (defaults: vit-gpt2)
  • Added --caption-column: Provide both image column and column where caption would be written

v1.2.6

19 May 01:30
d2290e5
Compare
Choose a tag to compare

1.2.6

🎉 Released:

  • 19th May 2024

🔨 Improvements:

  • Improved log output for --rename-notion-key-column (#35)

v1.2.5

10 May 03:21
6e492a7
Compare
Choose a tag to compare

1.2.5

🎉 Released:

  • 10th May 2024

🔨 Improvements:

  • Improved image and icon upload logic (#32)
  • Improved --payload-key-column logic (#33)
  • Updated dependencies packages

🐞 Bug Fix:

  • Fixed can't able to upload images due to Notion API changes (#32)
  • Fixed can't duplicate item within Notion when using CSV2Notion Neo (#3)

v1.2.4

12 Feb 01:39
a1f2b91
Compare
Choose a tag to compare

1.2.4

🎉 Released:

  • 12th February 2024

🔨 Improvements:

  • Added logic for --merge-only-column for .json data (#27)
  • Improved log output with --verbose augmentation

🐞 Bug Fix:

  • Fixed image check before getting cover image (#28)
  • Fixed key_column error (#29)

v1.2.3

06 Feb 03:50
Compare
Choose a tag to compare

1.2.3

🎉 Released:

  • 6th February 2024

🔨 Improvements:

  • Added support for attaching multiple Notion blocks (#14)
  • Added support for having multiple image attachment with sub-folders (#14)

🐞 Bug Fix:

  • Improved logic and functions for multiple image attachment columns (#14)

v1.2.2

27 Jan 05:58
e861468
Compare
Choose a tag to compare

1.2.2

🎉 Released:

  • 27th January 2024

🔨 Improvements:

  • Added new macOS pkg release with notarization ticket stapled

🐞 Bug Fix:

  • Fixed multiple image upload (#23)

v1.2.1

19 Jan 06:26
4cd1467
Compare
Choose a tag to compare

1.2.1

🎉 Released:

  • 19th January 2024

🐞 Bug Fix:

  • Fixed multiple image upload (#21)

v1.2.0

15 Jan 01:16
0f56264
Compare
Choose a tag to compare

1.2.0

🎉 Released:

  • 15th January 2024

🔨 Improvements:

  • Added direct integration of notion-py package for increased flexibility for futures enhancements (#18)
  • Added ability to add multiple image attachment columns (#14)
  • Added --workspace : active workspace name
  • Added codesign and notarization to macOS binary

v1.1.2

05 Jan 13:00
c95ffa9
Compare
Choose a tag to compare

1.1.2

🎉 Released:

  • 5th January 2024

🐞 Bug Fix:

  • Improved error handling of property mismatch (#16)