You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**1.5.8 NEW** Supports output the original format streams of video and audio to facilitate your development work
33
+
-**1.6.0 NEW** Brand-new plugin architecture! Supports features such as configuration file injection.[**HowTo**](https://github.com/me2sy/MYScrcpy/blob/main/files/doc/help/extensions/Help_extensions_v1_6.md)
34
+
-**1.6.0 NEW** Upgrade KVManager and ValueManager, with automatic registration and management.
- Minimize references on demand. Core can be deployed in **Termux**, Web GUI in LAN. [**Installation Tutorial**](https://github.com/me2sy/MYScrcpy/blob/main/files/doc/MYScrcpy_with_Termux.md)
32
41
33
42
### GUI
34
-
-**1.5.9 NEW** File Manager with upload, download, delete and more [**HowTo**](https://github.com/me2sy/MYScrcpy/blob/main/files/doc/help/file_manager/Help_file_manager.md)
35
-
-**1.5.8 NEW** Supports file transfer on Windows systems
43
+
-**1.6.0 NEW** Added a bottom prompt and log bar, providing timely reminders and log viewing capabilities.
44
+
-**1.6.0 NEW** Introducing a new plugin manager for managing plugins and custom configurations.
45
+
-**1.6.0 NEW** Support [uiautomator2](https://github.com/openatx/uiautomator2)
46
+
- File Manager with upload, download, delete and more [**HowTo**](https://github.com/me2sy/MYScrcpy/blob/main/files/doc/help/file_manager/Help_file_manager.md)
47
+
- Supports file transfer on Windows systems
36
48
- Use the right-click gesture Down|Up to quickly copy
37
49
- Alternatively, use VAC -> Control -> CopyToDevice
38
50
- Select files or folders on the PC (supports multi-selection), then draw the copy gesture on the MYScrcpy interface to copy the selected files/folders to the device's /sdcard/MYScrcpy/ folder
@@ -57,15 +69,20 @@ Pygame provides features such as mouse hiding and key event listening, suitable
57
69
- Pull the window for free scaling
58
70
- Automatically scale the window to video based on height/width
As a long-time user of Scrcpy since the 1.X era, I am amazed by its development and magical features. I've always wanted to do something, but due to other projects (laziness), I never got started.
251
275
252
276
Until I encountered the excellent project [Scrcpy Mask](https://github.com/AkiChase/scrcpy-mask), I felt it was time to do something.
@@ -266,8 +290,6 @@ Finally, I deeply appreciate the support from my beloved during the development.
266
290
267
291
## Acknowledgements
268
292
269
-
---
270
-
271
293
Thanks to [**Scrcpy**](https://github.com/Genymobile/scrcpy/) Project and Author [**@rom1v**](https://github.com/rom1v)
272
294
There is not MYScrcpy without Scrcpy.
273
295
@@ -278,8 +300,6 @@ Thanks to all the users for your support and assistance. Hope that MYScrcpy can
278
300
279
301
## DECLARE
280
302
281
-
---
282
-
283
303
This project is intended for educational purposes (graphics, sound, AI training, etc.) , Android testing or just for fun.
284
304
285
305
**ATTENTION PLEASE:**
@@ -290,18 +310,21 @@ This project is intended for educational purposes (graphics, sound, AI training,
290
310
The author and this project are not responsible for any related consequences resulting from the above usage, and you should use it at your own discretion.
291
311
292
312
## ChangeLog
293
-
294
-
---
295
-
-**1.5.10 NEW** Extensions Support
296
-
-**1.5.9 NEW** File Manager with upload, download, delete and more
297
-
-**1.5.8 NEW** Support Copy Files or Dirs or ScreenShot from pc to device
298
-
-**1.5.8 NEW** Raw Video/Audio Stream Output
299
-
-**1.5.7 NEW** CLI Virtual Camera
300
-
-**1.5.5 NEW** Update Nicegui Gui for termux
301
-
-**1.5.4 NEW** Reduce CPU usage
302
-
-**1.5.3 NEW** Update Readme
303
-
-**1.5.3 NEW** OPUS available
304
-
-**1.5.0 NEW****pypi** support. Use `pip install mysc` or with gui: `pip install mysc[gui]`. then run `mysc-gui` or `mysc-cli` (with console)
-**1.6.0 NEW** New Keyboard Controller, New Mouse Controller
315
+
-**1.6.0 NEW** Log Manager
316
+
-**1.6.0 NEW** Fixed the defect of window flickering during adjustment, and the DPG crash defect.
317
+
-**1.6.0 NEW** Brand-new plugin architecture, featuring plugin injection and a plugin manager
318
+
- 1.5.10 Extensions Support
319
+
- 1.5.9 File Manager with upload, download, delete and more
320
+
- 1.5.8 Support Copy Files or Dirs or ScreenShot from pc to device
321
+
- 1.5.8 Raw Video/Audio Stream Output
322
+
- 1.5.7 CLI Virtual Camera
323
+
- 1.5.5 Update Nicegui Gui for termux
324
+
- 1.5.4 Reduce CPU usage
325
+
- 1.5.3 Update Readme
326
+
- 1.5.3 OPUS available
327
+
- 1.5.0 **pypi** support. Use `pip install mysc` or with gui: `pip install mysc[gui]`. then run `mysc-gui` or `mysc-cli` (with console)
305
328
- 1.4.2 With [moosegesture](https://github.com/asweigart/moosegesture), Right-click gesture control functionality available, supporting features such as simulating a second touch point, line-based undo, volume adjustment, media playback, and more
306
329
- 1.4.1 Managing Configuration with SQLite
307
330
- 1.4.0 Introducing the brand-new Core/Session/Connection/Utils architecture
@@ -332,9 +355,6 @@ The author and this project are not responsible for any related consequences res
0 commit comments