Skip to content

v1.3.2: chore: bump version to 1.3.2

Choose a tag to compare

@placenameday placenameday released this 25 Feb 07:45
· 3 commits to master since this release

πŸš€ 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 .xhtml files 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:

  1. Open the conversation in your browser.

  2. Click the "Export" button and download the HTML file.

  3. Run the conversion:

    aichat2md <exported-file>.html
    

Local HTML Files

Process any saved conversation files directly:

aichat2md conversation.html
aichat2md conversation.mhtml