Skip to content

Commit f839568

Browse files
committed
Update fdnext and frontend dependencies
1 parent a42f3e6 commit f839568

5 files changed

Lines changed: 133 additions & 123 deletions

File tree

CHANGELOG-zh.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FlashMaster by PeratX <peratx@itxtech.org>
22
版权所有 (c) 2019-2026 iTX Technologies
33
===================================
4-
版本 2.5.0-dev(开发快照日期:2026-07-05
4+
版本 2.5.0-dev(开发快照日期:2026-07-06
55
本版本特别致谢 HFB 提供的资料支持,帮助完善 Raw NAND 解码规则。
66

77
FlashMaster 更新:
@@ -14,8 +14,8 @@ FlashMaster 更新:
1414
- 为 fdnext 新增的 `3d_xpoint` 芯片类型补充 FlashMaster 显示标签,让结果 badge 与能力页显示为 `3D XPoint`。
1515

1616
fdnext v3.1.0 支持面摘要:
17-
- 内嵌解析器集成 fdnext v3.1.0(dd9d8f1)。
18-
- 扩展 SK hynix raw NAND 解码规则,补充更广的 H25/H27/HY27 raw NAND token 覆盖并更新规则路由
17+
- 内嵌解析器集成 fdnext v3.1.0(6a852c1)。
18+
- 扩展 SK hynix raw NAND 解码规则,补充更广的 H25/H27/HY27 raw NAND token 覆盖,新增 H2E/H2N 细节并更新规则路由
1919
- 暴露 Micron DRAM stack series 输出,覆盖 TwinDie、QuadDie 与 DDR4 3DS 封装。
2020
- 扩展 Micron DDR3/DDR3L/DDR4/DDR5 package 覆盖,包括 DDR4 JE/KH 和更多按封装区分的 die/CS 映射。
2121
- 修复 Micron `D9XLQ` TwinDie DDR3L 料号解码。

CHANGELOG.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FlashMaster by PeratX <peratx@itxtech.org>
22
Copyright (c) 2019-2026 iTX Technologies
33
===================================
4-
Version 2.5.0-dev (Development snapshot date: 2026-07-05)
4+
Version 2.5.0-dev (Development snapshot date: 2026-07-06)
55
Special thanks to HFB for providing reference material that helped refine the Raw NAND decoding rules in this release.
66

77
FlashMaster updates:
@@ -14,8 +14,8 @@ FlashMaster updates:
1414
- Added a polished FlashMaster display label for fdnext's new `3d_xpoint` chip kind in result badges and capability views.
1515

1616
fdnext v3.1.0 support highlights:
17-
- Integrated fdnext v3.1.0 (dd9d8f1) in the embedded parser.
18-
- Expanded SK hynix raw NAND decoding rules with broader H25/H27/HY27 raw NAND token coverage and updated rule routing.
17+
- Integrated fdnext v3.1.0 (6a852c1) in the embedded parser.
18+
- Expanded SK hynix raw NAND decoding rules with broader H25/H27/HY27 raw NAND token coverage, added H2E/H2N details, and updated rule routing.
1919
- Exposed Micron DRAM stack-series output for TwinDie, QuadDie, and DDR4 3DS packages.
2020
- Broadened Micron DDR3/DDR3L/DDR4/DDR5 package coverage, including DDR4 JE/KH and additional package-specific die/CS mappings.
2121
- Fixed Micron `D9XLQ` TwinDie DDR3L part-number decoding.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"vue": "^3.5.39",
2020
"vue-i18n": "^11.4.6",
2121
"vue-router": "^5.1.0",
22-
"vuetify": "^4.1.2"
22+
"vuetify": "^4.1.3"
2323
},
2424
"devDependencies": {
2525
"@eslint/js": "^10.0.1",
@@ -28,7 +28,7 @@
2828
"eslint-plugin-vue": "^10.9.2",
2929
"globals": "^17.7.0",
3030
"sass": "^1.101.0",
31-
"vite": "^8.1.0",
31+
"vite": "^8.1.3",
3232
"vite-plugin-pwa": "^1.3.0",
3333
"vite-plugin-singlefile": "2.3.3"
3434
}

0 commit comments

Comments
 (0)