Skip to content

v1.0.1 - Bugfix Release

Choose a tag to compare

@placenameday placenameday released this 02 Feb 11:48
· 16 commits to master since this release

🐛 Bugfix Release

Fixed critical issue where prompt files were missing from PyPI package.

Fixed

  • Package distribution: Include prompts/*.txt files 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 aichat2md

Verification

aichat2md --version  # Should show 1.0.1
aichat2md https://chatgpt.com/share/xxx  # Should work now

Full Changelog: v1.0.0...v1.0.1