build: v0.2.3 安装器改为 NSIS 向导式,支持手动选择安装目录

This commit is contained in:
2026-08-17 18:48:36 +08:00
parent f5aefbbe00
commit e10ddea30b
4 changed files with 8 additions and 4 deletions
+3 -2
View File
@@ -20,7 +20,7 @@ z = 补丁版本号(Patch
> **`x` 永远是 `0`,永远不要提升到 `1.0.0`。**
> 版本迭代**只允许修改 `y` 和 `z`**`x` 保持 `0` 不变。
当前基线版本:**`0.1.0`**
当前基线版本:**`0.2.3`**
---
@@ -58,7 +58,8 @@ z = 补丁版本号(Patch
0.1.1 ← 体验打磨补丁(已发布):拖拽编码识别 · 行级右键菜单 · 尾部换行显示修正
0.2.0 ← 导出差异报告(已发布):HTML / 纯文本 / Markdown 三种格式
0.2.1 ← 建立测试体系(已发布):Vitest 单元+组件测试 · 测试策略文档
0.2.2 ← 体验打磨(当前):拖拽处处可用 · 手动粘贴对比 · 导出后一键定位 · 报告/可读性增强 · 仅限文本文件
0.2.2 ← 体验打磨(已发布):拖拽处处可用 · 手动粘贴对比 · 导出后一键定位 · 报告/可读性增强 · 仅限文本文件
0.2.3 ← 安装器优化(当前):NSIS 向导式安装,支持手动选择安装目录
0.3.0 ← 新增功能
...
0.y.z ← 长期停留,永不进入 1.x
+3
View File
@@ -29,6 +29,9 @@ win:
- x64
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
perMachine: false
artifactName: ${productName}-${version}-setup.${ext}
shortcutName: ${productName}
uninstallDisplayName: ${productName}
+1 -1
View File
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "DiffLens",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "DiffLens",
"version": "0.2.2",
"version": "0.2.3",
"description": "DiffLens — 精美酷炫的文本对比桌面应用",
"author": "thzxx",
"license": "MIT",