Skip to content

Releases: pionxzh/chatgpt-exporter

userscript: v2.32.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:22

2.32.3 (2026-07-05)

Bug Fixes

  • export answer source lists (5b56f35), closes #361
  • improve collapsed sidebar exporter UX (6b36cbb)
  • retire access to NEXT_DATA and __remixContext (f5ef7fe), closes #362

userscript: v2.32.2

Choose a tag to compare

@github-actions github-actions released this 28 May 14:54

2.32.2 (2026-05-28)

Bug Fixes

  • drop oaifree.com support and update description (c3e2d11)
  • improve batch export dialog mobile responsiveness (25339e6)
  • improve menu popup and select styling (73f91a2), closes #357

userscript: v2.32.1

Choose a tag to compare

@github-actions github-actions released this 12 May 17:59

2.32.1 (2026-05-12)

Bug Fixes

  • add scrolling to settings dialog (a106e8b)

userscript: v2.32.0

Choose a tag to compare

@github-actions github-actions released this 10 May 04:24

2.32.0 (2026-05-10)

Features

  • add optional export of thinking/reasoning process (4df6676)
  • restore project filter in export dialog and improve layout (e03f32b)

Bug Fixes

  • improve the UI and missing bg (8460531)
  • preserve citations and content references when merging continuation nodes (5cd8986)

userscript: v2.31.0

Choose a tag to compare

@github-actions github-actions released this 03 May 13:28

2.31.0 (2026-05-03)

Features

  • batched export, smart rate-limit backoff, filter chips, and dialog UX improvements (#348) (462836d)

Bug Fixes

  • adapt to chatgpt new sidebar (fa68986), closes #352
  • disable the chip system (e3a54a3)
  • preserve multimodal tool image exports (7998a4f)
  • skip file search tool exports (986e053)
  • skip hidden tool messages in exports (3d49174)

userscript: v2.30.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 15:24

2.30.0 (2026-03-01)

Features

  • include project name in export all zip filenames (9c1ad6f)

Bug Fixes

  • add explicit ApiConversations type annotation to resolve TS7022 (b31d5cd)
  • handle alphanumeric cursor pagination for project conversations (0e17703), closes #341
  • improve shift select user experience (df1af4b)
  • set a hard cap 100 on export conversations to avoid OOM (2fd3516)
  • stream conversation pages progressively to unblock Export All UI (e927de3)
  • user need to select project first to load the conversation list (9ce72c0)

userscript: v2.29.5

Choose a tag to compare

@github-actions github-actions released this 24 Feb 17:35

2.29.5 (2026-02-24)

Bug Fixes

  • update script match for better coverage (4300f4e), closes #335

userscript: v2.29.4

Choose a tag to compare

@github-actions github-actions released this 19 Feb 17:37

2.29.4 (2026-02-19)

Bug Fixes

  • add log on script startup for better debugging (87e5679)
  • chatgpt changed from file service to sediment (ab01af1), closes #333
  • handle skipping thought/reasoning message (d659b9d)
  • improve model name mapping (c7ee677)
  • load all projects with cursor (9452700), closes #336

userscript: v2.29.3

Choose a tag to compare

@github-actions github-actions released this 05 Feb 22:14

2.29.3 (2026-02-05)

Bug Fixes

  • improve content reference handling for citations and entities (5f08862)

userscript: v2.29.2

Choose a tag to compare

@github-actions github-actions released this 18 Jan 06:19

2.29.2 (2026-01-18)

Bug Fixes

  • parse citations and suppress 'thoughts' (748e1b9)
  • support navlist and handle content reference in text and html (54d4b6b)