@@ -29,33 +29,21 @@ jobs:
2929 repo: context.repo.repo,
3030 tag_name: context.ref.replace('refs/tags/', ''),
3131 name: `Firewood ${context.ref.replace('refs/tags/', '')}`,
32- body: `## ✨ Features
32+ body: `## 🐛 Bug Fixes
3333
34- - Full internationalization (i18n) support: English and Simplified Chinese across all tools, sidebar, dialogs, and system tray.
35- - New VS Code-style settings popup menu at the bottom-left gear icon — replaces the old centered modal.
36- - Language switcher, Check for Updates, and About Firewood consolidated into the settings menu.
37- - Auto-detect system language on first launch; manual override persisted to localStorage.
34+ - Fix release notes parsing so the first markdown heading is no longer truncated in the About panel.
3835
39- ## 🐛 Bug Fixes
36+ ## 🔧 Chore / Updates
4037
41- - Fix settings button invisible due to Ant Design Sider inner wrapper not inheriting flex layout.
42- - Fix About dialog not opening from macOS menu due to nullish coalescing (\`??\`) vs \`false\` prop.
43- - Fix timestamp unit selector overflow by switching to universal short labels (\`s\` / \`ms\`).
44-
45- ## 🔧 Improvements
46-
47- - History text display enhanced with truncation and hover preview tooltip.
48- - About dialog refactored to support both event-driven and prop-driven opening.
49- - Removed macOS-only "About" and "Check for Updates" menu bar items for better cross-platform consistency.
50- - All Chinese code comments replaced with English throughout the codebase.
51- - README rewritten in English; added README.zh-CN.md; DESIGN.md rewritten in English.
38+ - Add MIT LICENSE file to the repository.
39+ - Include release prompt refinement updates from the merged maintenance pull request.
5240
5341 ---
5442
5543 ## Download
5644
57- - **macOS (Apple Silicon)**: Download \\\`firewood_0.6.0_aarch64 .dmg\\\`
58- - **macOS (Intel)**: Download \\\`firewood_0.6.0_x64 .dmg\\\`
45+ - **macOS (Apple Silicon)**: Download \\\`firewood_0.6.1_aarch64 .dmg\\\`
46+ - **macOS (Intel)**: Download \\\`firewood_0.6.1_x64 .dmg\\\`
5947 - **Windows**: Download the \\\`.exe\\\` installer
6048
6149 ## macOS Installation Guide
0 commit comments