From 2230922cc96dcbbc4ad2b5f42f8699fab38f7c47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 04:22:21 +0000 Subject: [PATCH] chore: release userscript 2.32.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80379fb..a0283b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.31.0"} +{".":"2.32.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e74f70..2bc98a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.32.0](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.31.0...userscript-v2.32.0) (2026-05-10) + + +### Features + +* add optional export of thinking/reasoning process ([4df6676](https://github.com/pionxzh/chatgpt-exporter/commit/4df6676826591e7770d6d121c77f1214f19178eb)) +* restore project filter in export dialog and improve layout ([e03f32b](https://github.com/pionxzh/chatgpt-exporter/commit/e03f32b2a26c9c75df5b07014d1d818be3102f79)) + + +### Bug Fixes + +* improve the UI and missing bg ([8460531](https://github.com/pionxzh/chatgpt-exporter/commit/84605316a95da5f5d9d6b3a8027e591aa65c05a4)) +* preserve citations and content references when merging continuation nodes ([5cd8986](https://github.com/pionxzh/chatgpt-exporter/commit/5cd8986e42cb69c7b346d9c4dcf5864d1ac432f4)) + ## [2.31.0](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.30.0...userscript-v2.31.0) (2026-05-03) diff --git a/package.json b/package.json index db392d7..771619d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pionxzh/chatgpt-exporter", "type": "module", - "version": "2.31.0", + "version": "2.32.0", "private": true, "packageManager": "pnpm@8.14.1", "title": "ChatGPT Exporter",