Skip to content

Commit 93374b0

Browse files
authored
Merge pull request #497 from viarotel-org/release-please--branches--main--components--escrcpy
chore(main): release 1.33.0
2 parents fbf88d0 + 427641a commit 93374b0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [1.33.0](https://github.com/viarotel-org/escrcpy/compare/v1.32.2...v1.33.0) (2025-11-20)
4+
5+
6+
### Features
7+
8+
* ✨ Add system terminal support ([e5c157e](https://github.com/viarotel-org/escrcpy/commit/e5c157e1a7339c284954d0142dd2ff8eb0983a0a))
9+
10+
11+
### Bug Fixes
12+
13+
* 🐛 Fix issue with incorrect address bar path when returning to the previous level in file management ([0222675](https://github.com/viarotel-org/escrcpy/commit/0222675aa8bc0eaed11dd6529526696842d42428))
14+
* 🐛 Fix the problem of Windows calling system terminal failure ([194689e](https://github.com/viarotel-org/escrcpy/commit/194689ed6089b910a514494ec9af4cad64a56461))
15+
* 🐛 Fix the problem of Windows terminal injection command failure ([fbf88d0](https://github.com/viarotel-org/escrcpy/commit/fbf88d075c576a9f3c664bbb7fb2dae105e4399b))
16+
* 🐛 Fixed the issue where PowerShell failed to call the system terminal ([7beb027](https://github.com/viarotel-org/escrcpy/commit/7beb027fbd21df33bcbafce2cd23e86d90698eb4))
17+
18+
19+
### Performance Improvements
20+
21+
* 🔖 Optimize interaction of preferred terminal options ([900dc69](https://github.com/viarotel-org/escrcpy/commit/900dc694251792aa95759d7c7e85ab241ed476d3))
22+
* 🚀 Clean output when closing built-in terminal ([c976d4c](https://github.com/viarotel-org/escrcpy/commit/c976d4cfc020d9761ca11ef5641264d5f33cecb7))
23+
* 🚀 Optimize system terminal stability ([2ffc588](https://github.com/viarotel-org/escrcpy/commit/2ffc5884a5ffd8dcc6d592f98eba15220229b3c3))
24+
* 🚀 Optimize the built-in terminal interaction experience ([bb56d5b](https://github.com/viarotel-org/escrcpy/commit/bb56d5b53b26709baa1158614a9ebe5bb713eae2))
25+
326
## [1.32.2](https://github.com/viarotel-org/escrcpy/compare/v1.32.1...v1.32.2) (2025-09-29)
427

528

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": "1.32.2",
4+
"version": "1.33.0",
55
"private": true,
66
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a",
77
"description": "Scrcpy Powered by Electron",

0 commit comments

Comments
 (0)