v1.3.2: chore: bump version to 1.3.2
π v1.3.2 - Documentation & Compatibility Update
This release focuses on expanding file support and improving the user experience for Claude conversation exports.
β¨ Key Changes
-
New HTML Support: Added support for
.html,.mhtml, and.xhtmlfiles exported from major browsers including Chrome, Edge, Firefox, and Safari. -
Improved Claude Workflow: Since Claude share links have limitations, we've added clear instructions and error messages to guide you through the manual export process.
-
Documentation Sync: Updated all guides to accurately reflect current functionality and capabilities.
π§ Installation
Install or update via pip:
pip install aichat2md
aichat2md --setup
π Usage Examples
ChatGPT (Direct Link)
You can still convert ChatGPT conversations directly using the share URL:
aichat2md https://chatgpt.com/share/xxx
Claude (Manual Export Required)
Due to platform limitations, please follow these steps for Claude conversations:
-
Open the conversation in your browser.
-
Click the "Export" button and download the HTML file.
-
Run the conversion:
aichat2md <exported-file>.html
Local HTML Files
Process any saved conversation files directly:
aichat2md conversation.html
aichat2md conversation.mhtml