Skip to content

Commit c7a0d73

Browse files
committed
chore: release v0.6.1
1 parent 47c7f40 commit c7a0d73

7 files changed

Lines changed: 14 additions & 26 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 ifmagic
3+
Copyright (c) 2026 ifmagic
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firewood",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firewood"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "A Tauri App"
55
authors = ["ifmagic"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "firewood",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"identifier": "com.ifmagic.firewood",
66
"mainBinaryName": "firewood",
77
"build": {

0 commit comments

Comments
 (0)