Skip to content

Commit 80fbbfe

Browse files
committed
更新说明文档
1 parent 32de5ee commit 80fbbfe

File tree

4 files changed

+154
-139
lines changed

4 files changed

+154
-139
lines changed

FreeControl/Update.en.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Free Control Update Record
2+
3+
## v1.6.5
4+
- Add automatic switching IME
5+
- Based on scrcpy v2.2(x64)
6+
7+
## v1.6.4
8+
- Add record history IP
9+
- Fix bug
10+
11+
## v1.6.3
12+
- Add controller adsorption scrcpy window
13+
- Add scrcpy window position
14+
15+
## v1.6.2
16+
- Fix bug
17+
18+
## v1.6.1
19+
- Fix bug
20+
- Add audio forwarding switch (enabled by default)
21+
22+
## v1.6.0
23+
- Based on scrcpy v2.1.1(x64)
24+
25+
## v1.5.1
26+
- Based on scrcpy v1.25(x64)
27+
28+
## v1.5.0
29+
- Based on scrcpy v1.21(x64)
30+
- Some optimized
31+
32+
## v1.4.1
33+
- Fix bug
34+
- Add exception capture of program entry (easy to troubleshooting)
35+
36+
## v1.4.0
37+
- Based on scrcpy v1.19
38+
- Add virtual key (and remember last position and size)
39+
- Some optimized
40+
41+
## v1.3.1
42+
- Fix bug
43+
44+
## v1.3.0
45+
- Based on scrcpy v1.18
46+
- Add some settings
47+
- Fix bug
48+
49+
## v1.2.0
50+
- Based on scrcpy v1.17
51+
- Fix bug
52+
53+
## v1.1.0
54+
- Based on scrcpy v1.16
55+
- Add port settings
56+
57+
## v1.0.0
58+
- Based on scrcpy v1.14
59+
- Apache version

FreeControl/Update.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Free Control 更新记录
2+
3+
## v1.6.5
4+
- 增加自动切换输入法功能
5+
- 基于scrcpy v2.2(x64)
6+
7+
## v1.6.4
8+
- 增加无线访问记录历史IP
9+
- 修复了一些bug
10+
11+
## v1.6.3
12+
- 增加控制器吸附scrcpy窗口
13+
- 增加scrcpy窗口位置记忆
14+
15+
## v1.6.2
16+
- 修复了一些bug
17+
18+
## v1.6.1
19+
- 修复了一些bug
20+
- 增加音频转发开关(默认启用)
21+
22+
## v1.6.0
23+
- 基于scrcpy v2.1.1(x64)
24+
25+
## v1.5.1
26+
- 基于scrcpy v1.25(x64)
27+
28+
## v1.5.0
29+
- 基于scrcpy v1.21(x64)
30+
- 优化了代码
31+
32+
## v1.4.1
33+
- 修复了一些bug
34+
- 增加了程序入口处的异常捕获 便于定位问题
35+
36+
## v1.4.0
37+
- 基于scrcpy v1.19
38+
- 增加虚拟按键(常用功能,记忆启动时位置和大小)
39+
- 优化了代码
40+
41+
## v1.3.1
42+
- 修复了一些bug
43+
44+
## v1.3.0
45+
- 基于scrcpy v1.18
46+
- 增加了一些设置项
47+
- 修复了一些bug
48+
49+
## v1.2.0
50+
- 基于scrcpy v1.17
51+
- 修复了一些bug
52+
53+
## v1.1.0
54+
- 基于scrcpy v1.16
55+
- 增加了设置端口号功能
56+
57+
## v1.0.0
58+
- 基于scrcpy v1.14
59+
- 初始版本

README.en.md

Lines changed: 19 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# FreeControl
22

3-
[ [English](https://github.com/pdone/FreeControl/blob/master/README.en.md) | [中文](https://github.com/pdone/FreeControl/blob/master/README.md) ]
3+
[![](https://img.shields.io/github/license/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl/blob/master/LICENSE)
4+
[![](https://img.shields.io/github/release/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl/releases/latest)
5+
[![](https://img.shields.io/github/downloads/pdone/FreeControl/total?style=for-the-badge)](https://github.com/pdone/FreeControl/releases)
6+
[![](https://img.shields.io/github/stars/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl)
7+
[![](https://img.shields.io/github/issues/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl/issues)
48

59
## Introduction
10+
11+
[ English | [中文](https://github.com/pdone/FreeControl/blob/master/README.md) ]
12+
613
Based on the open source project [**scrcpy**](https://github.com/Genymobile/scrcpy), it provides a simple interactive interface.
714

815
- Programming Language `C#`
916
- Development Tools `Visual Studio 2022`
1017
- Runtime `.NET Framework 4.7.2`
1118

12-
## Screenshots
19+
## Interface
1320

1421
![](https://cdn.jsdelivr.net/gh/pdone/static@latest/img/article/free-control/1.6.5_1.png)
1522

@@ -20,15 +27,16 @@ Based on the open source project [**scrcpy**](https://github.com/Genymobile/scrc
2027
## Download
2128
### GitHub Release
2229

23-
[https://github.com/pdone/FreeControl/releases/latest/download/FreeControl.exe](https://github.com/pdone/FreeControl/releases/latest/download/FreeControl.exe)
30+
https://github.com/pdone/FreeControl/releases/latest/download/FreeControl.exe
2431

2532
### ghproxy
2633

27-
[https://mirror.ghproxy.com/https://github.com/pdone/FreeControl/releases/latest/download/FreeControl.exe](https://mirror.ghproxy.com/https://github.com/pdone/FreeControl/releases/latest/download/FreeControl.exe)
34+
https://mirror.ghproxy.com/github.com/pdone/FreeControl/releases/latest/download/FreeControl.exe
2835

29-
## Source Code
36+
## Code Repository
3037

31-
[https://github.com/pdone/FreeControl](https://github.com/pdone/FreeControl)
38+
[![](https://img.shields.io/badge/github-Free_Control-blue?style=for-the-badge&logo=github)](https://github.com/pdone/FreeControl)
39+
[![](https://img.shields.io/badge/updete-record-fedcba?style=for-the-badge)](https://github.com/pdone/FreeControl/blob/master/FreeControl/Update.en.md)
3240

3341
## FAQ
3442

@@ -54,7 +62,7 @@ When the window is closed, it will switch back to the original input method.
5462

5563
### Device Connection Issues
5664

57-
### USB connection
65+
#### USB connection
5866

5967
USB connection normal use adb by the need to ensure that:
6068

@@ -81,12 +89,12 @@ USB connection normal use adb by the need to ensure that:
8189
If you can see
8290

8391
```sh
84-
xxxxxx device
92+
6d56e83a device
8593
```
8694

8795
Description Connection successful.
8896

89-
### Wireless connection (Android11+)
97+
#### Wireless connection (Android11+)
9098

9199
[Doc in Android developers](https://developer.android.com/studio/command-line/adb#connect-to-a-device-over-wi-fi-android-11+)
92100

@@ -118,7 +126,7 @@ To use wireless debugging, you need to pair your device to your workstation usin
118126

119127
9. (For Linux or Microsoft Windows only) Run `adb connect ipaddr:port`. Use the IP address and port under **Wireless debugging**.
120128

121-
### Wireless connection (need to use the USB cable)
129+
#### Wireless connection (need to use the USB cable)
122130

123131
In addition to the USB connection to the computer to use adb, can also be a wireless connection - although the connection process is also step using USB needs, but after a successful connection to your device can get rid of the limit of the USB cable within a certain range it !
124132

@@ -168,19 +176,9 @@ If you can not connect, verify that Android devices and the computer is connecte
168176

169177
If that does not work, by `adb kill-server` restart the adb and then try it all over again.
170178

171-
**The wireless connection**
172-
173-
command:
174-
175-
```sh
176-
adb disconnect <device-ip-address>
177-
```
178-
179179
#### Wireless connection (without using the USB cable)
180180

181-
**You need root privileges**
182-
183-
Not detailed here, see more [click here](https://github.com/mzlogin/awesome-adb/blob/master/README.en.md#wireless-connection-without-using-the-usb-cable)
181+
**Need root privileges**, not detailed here, see more [click here](https://github.com/mzlogin/awesome-adb/blob/master/README.en.md#wireless-connection-without-using-the-usb-cable)
184182

185183
### Keep Wake-up Function
186184

@@ -194,56 +192,6 @@ Audio forwarding is supported on devices using 'Android 11 'or higher and is ena
194192
- For `Android 11` , you need to make sure that the device screen is unlocked when starting scrcpy. The fake pop-up window will appear briefly, making the system think that the shell application is in the foreground. Without this, audio capture will fail.
195193
- For `Android 10` or earlier, audio cannot be captured and is automatically disabled.
196194

197-
## Update Log
198-
199-
<details>
200-
<summary>Expand</summary>
201-
202-
### Version 1.6.5
203-
- Add automatic switching IME
204-
- Based on scrcpy v2.2(x64)
205-
### Version 1.6.4
206-
- Add record history IP
207-
- Fix bug
208-
### Version 1.6.3
209-
- Add controller adsorption scrcpy window
210-
- Add scrcpy window position
211-
### Version 1.6.2
212-
- Fix bug
213-
### Version 1.6.1
214-
- Fix bug
215-
- Add audio forwarding switch (enabled by default)
216-
### Version 1.6.0
217-
- Based on scrcpy v2.1.1(x64)
218-
### Version 1.5.1
219-
- Based on scrcpy v1.25(x64)
220-
### Version 1.5.0
221-
- Based on scrcpy v1.21(x64)
222-
- Some optimized
223-
### Version 1.4.1
224-
- Fix bug
225-
- Add exception capture of program entry (easy to troubleshooting)
226-
### Version 1.4.0
227-
- Based on scrcpy v1.19
228-
- Add virtual key (and remember last position and size)
229-
- Some optimized
230-
### Version 1.3.1
231-
- Fix bug
232-
### Version 1.3.0
233-
- Based on scrcpy v1.18
234-
- Add some settings
235-
- Fix bug
236-
### Version 1.2.0
237-
- Based on scrcpy v1.17
238-
- Fix bug
239-
### Version 1.1.0
240-
- Based on scrcpy v1.16
241-
- Add port settings
242-
### Version 1.0.0
243-
- Based on scrcpy v1.14
244-
- Apache version
245-
</details>
246-
247195
## Donate
248196

249197
If you think this project is helpful, please invite the author to have a cup of coffee.☕

0 commit comments

Comments
 (0)