v1.0.1 - Bugfix Release
🐛 Bugfix Release
Fixed critical issue where prompt files were missing from PyPI package.
Fixed
- Package distribution: Include
prompts/*.txtfiles in wheel/sdist - PyPI URLs: Update repository URLs in metadata
What was broken
v1.0.0 failed with:
✗ File error: Prompt file not found: .../system_prompt_zh.txt
How to upgrade
# pipx users
pipx upgrade aichat2md
# pip users (in venv)
pip install --upgrade aichat2mdVerification
aichat2md --version # Should show 1.0.1
aichat2md https://chatgpt.com/share/xxx # Should work nowFull Changelog: v1.0.0...v1.0.1