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.1.1"
"apps/desktop": "1.2.0"
}
13 changes: 13 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 更新日志

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


### Features

* **browser:** add web search and browser-grounded automation ([#444](https://github.com/TouchAI-org/TouchAI/issues/444)) ([7ee73d1](https://github.com/TouchAI-org/TouchAI/commit/7ee73d13c69170c814e209d6e75cc74ce7059ae1))


### Bug Fixes

* **agent-service:** preserve request errors during auth cleanup ([#448](https://github.com/TouchAI-org/TouchAI/issues/448)) ([ee1f698](https://github.com/TouchAI-org/TouchAI/commit/ee1f698ff76fbc7bd09104439087b5fc114d032f))
* **desktop:** cache browser discovery in settings ([#453](https://github.com/TouchAI-org/TouchAI/issues/453)) ([0106912](https://github.com/TouchAI-org/TouchAI/commit/010691238ed25c4685245153302de7990de7eb36))

## [1.1.1](https://github.com/TouchAI-org/TouchAI/compare/v1.1.0...v1.1.1) (2026-06-08)


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.1.1",
"version": "1.2.0",
"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.1.1"
version = "1.2.0"
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.1.1",
"version": "1.2.0",
"identifier": "org.touch-ai.app",
"build": {
"beforeDevCommand": "pnpm --filter @touchai/desktop dev",
Expand Down
Loading