mirror of
https://github.com/zhouxiaoka/autoclip.git
synced 2026-09-02 22:15:18 +08:00
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:
@@ -7,6 +7,10 @@
|
||||
|
||||
## [未发布]
|
||||
|
||||
## [1.2.0] - 2026-06-03
|
||||
|
||||
> 接入产品分析,为后续账号 / 商业化打数据地基。
|
||||
|
||||
### 新增
|
||||
- 接入 PostHog 匿名产品分析:覆盖安装/启动/更新、素材导入、出片导出、流程失败、设置 API key 等关键事件,每条事件自动携带应用版本/系统/架构等全局属性
|
||||
- 设置页新增「隐私与数据」开关,可随时关闭匿名使用统计(关闭立即停止上报,重启仍生效)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user