Skip to content

Commit f9c75e7

Browse files
authored
Merge pull request #543 from viarotel-org/release-please--branches--main--components--escrcpy
chore(main): release 2.3.1
2 parents c563d11 + 32d82d6 commit f9c75e7

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.0"
2+
".": "2.3.1"
33
}

desktop/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.1](https://github.com/viarotel-org/escrcpy/compare/v2.3.0...v2.3.1) (2026-01-27)
4+
5+
6+
### Bug Fixes
7+
8+
* 🐛 Fixed the problem of being unable to click to enter the co-pilot entrance under Windows and Linux. ([c563d11](https://github.com/viarotel-org/escrcpy/commit/c563d111f99c2080f729dc44fb8cb4dce53c3c83))
9+
310
## [2.3.0](https://github.com/viarotel-org/escrcpy/compare/v2.2.0...v2.3.0) (2026-01-22)
411

512

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "escrcpy",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": true,
66
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa",
77
"description": "Scrcpy Powered by Electron",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@escrcpy/workspace",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": true,
66
"packageManager": "pnpm@10.26.1+sha512.664074abc367d2c9324fdc18037097ce0a8f126034160f709928e9e9f95d98714347044e5c3164d65bd5da6c59c6be362b107546292a8eecb7999196e5ce58fa",
77
"description": "Scrcpy Powered by Electron",

packages/autoglm.js-adb-keyboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@autoglm.js/adb-keyboard",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": false,
66
"description": "Keyboard tools for AutoGLM.js",
77
"author": "FliPPeDround <flippedround@qq.com>",

packages/autoglm.js-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@autoglm.js/shared",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": true,
66
"packageManager": "pnpm@10.25.0",
77
"description": "Shared utilities for autoglm.js",

packages/autoglm.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "autoglm.js",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": false,
66
"packageManager": "pnpm@10.25.0",
77
"description": "AutoGLM.js is a JavaScript library for Open-AutoGLM",

packages/electron-ipcx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@escrcpy/electron-ipcx",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"private": false,
66
"description": "A more intuitive electron ipc system with function proxy support",
77
"author": "viarotel",

0 commit comments

Comments
 (0)