Skip to content

Commit c81282f

Browse files
MarkShawn2020claude
andcommitted
feat(export): 新增独立导出对话框支持 JSON 格式
- 创建 ExportDialog 组件,包含实时预览功能 - 新增 JSON 格式导出选项(支持 pretty/compact) - 使用 jotai atomWithStorage 持久化导出参数 - 选择控件移至标题下方独立一行 - 移除废弃的 CopySelectedButton 组件 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d6a0834 commit c81282f

5 files changed

Lines changed: 246 additions & 141 deletions

File tree

CHANGELOG.md

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

3+
## [0.4.0] - 2025-12-17
4+
- 新增会话原文件快速打开功能(Reveal in Finder)
5+
- 新增 Clean 模式过滤中间过程消息
6+
- 优化选择模式,支持快速选择全部/仅用户消息
7+
- 导出支持精简 Bullet 格式
8+
- 新增水印选项
9+
310
## [0.3.5] - 2025-12-17
411
- 修复 MCP 配置文件路径(现正确使用 ~/.claude.json)
512
- MCP 页面新增快速打开配置文件按钮

command-example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<command-message>better-readme is running…</command-message>
2+
<command-name>/better-readme</command-name>
3+

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@tauri-apps/api": "^2",
1717
"@tauri-apps/plugin-dialog": "^2",
1818
"@tauri-apps/plugin-opener": "^2",
19+
"jotai": "^2.16.0",
1920
"lucide-react": "^0.556.0",
2021
"react": "^19.1.0",
2122
"react-dom": "^19.1.0",

pnpm-lock.yaml

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)