Skip to content

πŸš€ Chunklet-py v2.1.1 - Critical Bug Fix Release

Choose a tag to compare

@speedyk-005 speedyk-005 released this 21 Dec 17:08
· 98 commits to main since this release

🚨 Critical Fix

Fixed a breaking bug where the Chunk Visualizer static files (CSS, JS, HTML) were missing from the PyPI package distribution. This caused RuntimeError: Directory does not exist when running chunklet visualize.

πŸ“¦ Installation

pip install --upgrade chunklet-py

πŸ“‹ What's Changed

  • Added proper package data configuration to include visualizer static files
  • Fixed PyPI package distribution to include all necessary files
  • Updated documentation and changelog

πŸ“– Full Details

See the complete changelog for all changes.

🎯 Impact

The visualizer now works correctly after installation. All other features remain unchanged and fully functional.