Skip to content

Commit 7542776

Browse files
authored
Merge pull request viarotel-org#393 from viarotel-org/release-please--branches--main--components--escrcpy
chore(main): release 1.29.0
2 parents 460aca1 + ef34def commit 7542776

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## [1.29.0](https://github.com/viarotel-org/escrcpy/compare/v1.28.7...v1.29.0) (2025-03-27)
4+
5+
6+
### Features
7+
8+
* 🚀 Support adding the open application action to the desktop shortcut. (Not supported on macOS) ([add251f](https://github.com/viarotel-org/escrcpy/commit/add251ff1d88f62559f8ff1e6cb728bdb04c49eb))
9+
* 🚚 Support batch startup mirroring ([fcfd78e](https://github.com/viarotel-org/escrcpy/commit/fcfd78e3b77d81655b4c03e709b630d70ab20d64))
10+
11+
12+
### Bug Fixes
13+
14+
* 🐛 Solve the conflict between floating navigation bar and quick APP launch ([460aca1](https://github.com/viarotel-org/escrcpy/commit/460aca1ef0c26d8cf86fb19ba526802a88c6fe54))
15+
* 🐛 Solve the problem of startup error of development mode under Linux ([5c4f65e](https://github.com/viarotel-org/escrcpy/commit/5c4f65e3b025d0f85594ea1863dd57c53986e40b))
16+
17+
18+
### Performance Improvements
19+
20+
* ✨ The floating control bar supports transparent display when inactive ([34f27c5](https://github.com/viarotel-org/escrcpy/commit/34f27c52ca6821ee3bed17e7a57afa3c53d8a98e))
21+
* 👷 Explicitly clean up unnecessary child processes on exit ([0549dda](https://github.com/viarotel-org/escrcpy/commit/0549ddabb6020f670aece6e628bd08327b679c5c))
22+
* 👽️ Experimental support for adding open application actions to linux desktop shortcuts ([6897c0e](https://github.com/viarotel-org/escrcpy/commit/6897c0e16c4d5fb0f9154aac3ce0b274bdc95a2a))
23+
* 👽️ Experimentally add linux arm64 support ([5b033fd](https://github.com/viarotel-org/escrcpy/commit/5b033fd2a1a6c9cf397b2a9178f3cde03df83266))
24+
* 💄 Optimization of display effect of device list page ([305187d](https://github.com/viarotel-org/escrcpy/commit/305187dcca3d654697fcb597e9a8c4cad1ffe3cb))
25+
* 💫 Support appending gnirehtet custom parameters in configuration ([206a030](https://github.com/viarotel-org/escrcpy/commit/206a030d73f7344d2b6fecf791d1b76fe645d143))
26+
* 🚀 Provide feedback on the application shortcut addition ([d7eca8d](https://github.com/viarotel-org/escrcpy/commit/d7eca8df930b3e66ba38964a49a81d71db8e6035))
27+
328
## [1.28.7](https://github.com/viarotel-org/escrcpy/compare/v1.28.6...v1.28.7) (2025-02-17)
429

530

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.28.7",
4+
"version": "1.29.0",
55
"private": true,
66
"packageManager": "pnpm@9.12.3",
77
"description": "Scrcpy Powered by Electron",

0 commit comments

Comments
 (0)