chore: release v1.2.0

Bump desktop app version 1.1.0 -> 1.2.0 and cut CHANGELOG [未发布] into
[1.2.0]. First release carrying PostHog analytics.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
周小舟
2026-06-03 20:04:53 +08:00
parent 2f7a4bf809
commit 6280d23555
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
## [未发布]
## [1.2.0] - 2026-06-03
> 接入产品分析,为后续账号 / 商业化打数据地基。
### 新增
- 接入 PostHog 匿名产品分析:覆盖安装/启动/更新、素材导入、出片导出、流程失败、设置 API key 等关键事件,每条事件自动携带应用版本/系统/架构等全局属性
- 设置页新增「隐私与数据」开关,可随时关闭匿名使用统计(关闭立即停止上报,重启仍生效)

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "AutoClip Desktop",
"version": "1.1.0",
"version": "1.2.0",
"identifier": "com.autoclip.desktop",
"build": {
"beforeDevCommand": "cd ../frontend && npm run dev",