Skip to content

Commit 2044b56

Browse files
committed
chore(release): bump version to 1.3.0
Document the WinDeploy -> OwOWinDeployer rebrand (exe/data-dir rename with auto-migration) and the CLI rename (owowindeployer + owodeploy alias) in the v1.3.0 CHANGELOG.
1 parent b5b9f60 commit 2044b56

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- 跨产物单一版本源(SSOT):App / CLI / Core 全部继承此 <Version>,版本号不再散落各 csproj。
44
发布改版本 = 只改这一处;scripts/check-version-sync.ps1 校验 README 顶部版本行与此一致。 -->
55
<PropertyGroup>
6-
<Version>1.2.7</Version>
6+
<Version>1.3.0</Version>
77
</PropertyGroup>
88

99
</Project>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Replicate your entire Windows development environment, applications, and persona
1515

1616
Supports **Chinese (zh) / English (en) / Deutsch (de)** with live in-app language switching.
1717

18-
> **Current version: v1.2.7** &nbsp;|&nbsp; 🌐 [中文说明](README_CH.md)
18+
> **Current version: v1.3.0** &nbsp;|&nbsp; 🌐 [中文说明](README_CH.md)
1919
2020
## Table of Contents
2121

README_CH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
一键在任意 Windows 设备上**复刻开发环境、应用与个人配置**,并集成系统管理、终端、FTP、进程/服务管理、Cloudflare DDNS、局域网剪贴板同步等专业工具。支持中文 / English / Deutsch 运行时切换。完整设计文档见 [`docs/DESIGN.md`](docs/DESIGN.md)
1515

16-
> **当前版本:v1.2.7** &nbsp;|&nbsp; 🌐 [English README](README.md)
16+
> **当前版本:v1.3.0** &nbsp;|&nbsp; 🌐 [English README](README.md)
1717
1818
## 目录
1919

docs/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@
66

77
---
88

9+
## v1.3.0 — 2026-07-04
10+
11+
### 调整
12+
- **品牌重命名:代码根词 `WinDeploy``OwOWinDeployer`**。命名空间、程序集名、项目/解决方案/文件夹、CI 与文档引用全部统一(约 800 处)。**用户可见影响**
13+
- **GUI 可执行文件更名** `WinDeploy.exe`**`OwOWinDeployer.exe`**。指向旧 `WinDeploy.exe` 的桌面快捷方式在升级后会失效,需重新创建(或重装一次)。
14+
- **数据回退目录** `%LOCALAPPDATA%\WinDeploy``%LOCALAPPDATA%\OwOWinDeployer`。便携模式的 `data\`(exe 同级)目录名不变、零影响;旧 `%LOCALAPPDATA%\WinDeploy` 的数据会被自动识别并迁移到新位置。
15+
- **保持不变**:单实例互斥体 / AppUserModelID(`OwO.WinDeployer.*`)、GitHub 仓库名(`OwO-WinDeployer`)、品牌显示名(`OwO! Win Deployer`)。
16+
- **CLI 命令更名** `windeploy`**`owowindeployer`**(可执行文件、`--help` 帮助全文、远程部署默认命令等)。自更新为「只增不删」覆盖:老用户跨本次更名升级后目录中会同时留下旧 `WinDeploy.exe` 与新 `OwOWinDeployer.exe`(建议重装一次以清爽)。
17+
18+
### 新增
19+
- **CLI 短别名 `owodeploy`**:发布包在每种形态里都附带 `owodeploy.exe`(同一 apphost 的副本,单文件版可独立运行、多文件版与 `owowindeployer.dll` 同目录运行),可用更短的 `owodeploy <命令>` 调用。
20+
21+
### 删除
22+
- 无。
23+
24+
---
25+
926
## v1.2.7 — 2026-07-04
1027

1128
### 新增

0 commit comments

Comments
 (0)