Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"apps/desktop": "1.2.0"
"apps/desktop": "1.2.1"
}
10 changes: 10 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## [1.2.1](https://github.com/TouchAI-org/TouchAI/compare/v1.2.0...v1.2.1) (2026-06-29)


### Bug Fixes

* **clipboard:** sanitize rich clipboard content ([#473](https://github.com/TouchAI-org/TouchAI/issues/473)) ([36ab91c](https://github.com/TouchAI-org/TouchAI/commit/36ab91c20d2e7f82db81612a48e921b31cd68c2c))
* **desktop:** remove expired Xiaomi activity support ([#472](https://github.com/TouchAI-org/TouchAI/issues/472)) ([ba8011f](https://github.com/TouchAI-org/TouchAI/commit/ba8011fe21a47044fba52b128b85ecd0ef107d58))
* **desktop:** stabilize frontend dependency upgrade ([#475](https://github.com/TouchAI-org/TouchAI/issues/475)) ([fa38949](https://github.com/TouchAI-org/TouchAI/commit/fa389492dac9396cca00140dbc628cd8f0d0572d))
* **http-scope:** allow explicit port numbers in HTTP URL patterns ([#498](https://github.com/TouchAI-org/TouchAI/issues/498)) ([72a6e3c](https://github.com/TouchAI-org/TouchAI/commit/72a6e3c1a2c9a3bdf89d9604f23d667a69947a47))

## [1.2.0](https://github.com/TouchAI-org/TouchAI/compare/v1.1.1...v1.2.0) (2026-06-10)


Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@touchai/desktop",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"description": "Your desktop agent, one shortcut away.",
"author": "TouchAI Team",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "touchai"
version = "1.2.0"
version = "1.2.1"
description = "Your desktop agent, one shortcut away."
authors = ["QianCheng"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "TouchAI",
"version": "1.2.0",
"version": "1.2.1",
"identifier": "org.touch-ai.app",
"build": {
"beforeDevCommand": "pnpm --filter @touchai/desktop dev",
Expand Down
Loading