Skip to content

Commit 83d0058

Browse files
github-actions[bot]pionxzh
authored andcommitted
chore: release userscript 2.29.4
1 parent 87e5679 commit 83d0058

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.29.3"}
1+
{".":"2.29.4"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.29.4](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.29.3...userscript-v2.29.4) (2026-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* add log on script startup for better debugging ([87e5679](https://github.com/pionxzh/chatgpt-exporter/commit/87e56790ee7395df50a8bd563450d7b930c4d32c))
9+
* chatgpt changed from file service to sediment ([ab01af1](https://github.com/pionxzh/chatgpt-exporter/commit/ab01af10afad4747965b11b6d42d9130364687d7)), closes [#333](https://github.com/pionxzh/chatgpt-exporter/issues/333)
10+
* handle skipping thought/reasoning message ([d659b9d](https://github.com/pionxzh/chatgpt-exporter/commit/d659b9db838c0d3b0539e41f67d6e4f79bcc67ff))
11+
* improve model name mapping ([c7ee677](https://github.com/pionxzh/chatgpt-exporter/commit/c7ee6776feda3f58e1aba62667791f28cf91596b))
12+
* load all projects with cursor ([9452700](https://github.com/pionxzh/chatgpt-exporter/commit/9452700c2b44f1b66a6756cc73c8796628c6667e)), closes [#336](https://github.com/pionxzh/chatgpt-exporter/issues/336)
13+
314
## [2.29.3](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.29.2...userscript-v2.29.3) (2026-02-05)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pionxzh/chatgpt-exporter",
33
"type": "module",
4-
"version": "2.29.3",
4+
"version": "2.29.4",
55
"private": true,
66
"packageManager": "pnpm@8.14.1",
77
"title": "ChatGPT Exporter",

0 commit comments

Comments
 (0)