Skip to content

Commit 372f04f

Browse files
committed
chore: bump version to 2.4.3 and update changelog
1 parent de8c776 commit 372f04f

6 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
本檔案記錄繁化姬 Tauri 版的所有重要變更。格式基於 [Keep a Changelog](https://keepachangelog.com/)
44

5+
## [2.4.3] - 2026-07-20
6+
7+
### Fixed
8+
9+
- 工具列輸出命名 pill 在開啟 App 時未反映已儲存的命名方式,永遠顯示「自動命名」;還原設定後補呼叫 `syncOutPill()` 同步標籤
10+
11+
### Changed
12+
13+
- CI 與 release 建置環境升級至 Node 26
14+
- Vitest 新增記憶體版 `localStorage` setup(`vitest.setup.ts`),相容 Node 24+ 內建 web storage,避免 native `localStorage` 蓋掉 jsdom 導致測試失敗
15+
516
## [2.4.2] - 2026-07-07
617

718
### Fixed

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,6 +1,6 @@
11
{
22
"name": "fanhuaji-tauri",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"private": true,
55
"scripts": {
66
"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 = "fanhuaji-tauri"
3-
version = "2.4.2"
3+
version = "2.4.3"
44
edition = "2024"
55

66
[lib]

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": "https://schema.tauri.app/config/2",
33
"productName": "Fanhuaji",
4-
"version": "2.4.2",
4+
"version": "2.4.3",
55
"identifier": "org.zhconvert.fanhuaji",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)