# Changelog All notable changes to this project will be documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [0.2.0] - Unreleased ### Added - Joplin import automation: `joplin` command syncs exported Markdown files to Joplin as notes - Notebooks created automatically per provider+project (`ChatGPT - My Project`, etc.) - Re-running is safe: notes are updated, not duplicated (Joplin note ID stored in manifest) - `JOPLIN_API_TOKEN`, `JOPLIN_API_URL`, `JOPLIN_REQUEST_TIMEOUT` config variables - Configurable request timeout with clear error messages and actionable hints on timeout - `--project` filter on `export` and `list` commands (case-insensitive substring or `none`) - ChatGPT Projects support via `CHATGPT_PROJECT_IDS` env var ## [0.1.0] - Unreleased ### Added - Initial implementation: ChatGPT and Claude export via internal web APIs - Markdown and JSON exporters - Local cache/manifest for incremental sync - CLI with export, list, cache, doctor, and auth commands