File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
4
4
5
+ ## [ 1.4.6] - 2022-02-06
6
+ - Improve capture performance when PCAP dump is enabled
7
+ - Always-on VPN is now fully supported
8
+ - Add Norwegian translation (credits: Allan Nordhøy)
9
+ - Add French translation (credits: J. Lavoie and Maxime Leroy)
10
+ - Fix Android 11/12 crash when invoked via the Intent-based API
11
+ - Fix SecurityException crash on Android TV with PCAP file dump
12
+ - Fix packets truncated with root on devices with sw/hw offloading
13
+ - Fix use-after-free in root mode
14
+ - Fix memory leak with HTTP server PCAP dump when a client disconnects
15
+ - Add native code testing and fuzzing
16
+
5
17
## [ 1.4.5] - 2022-01-06
6
18
- Reduce the memory usage, in particular during the capture
7
19
- Malware detection now blocks malicious connections in non-root mode (paid feature)
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
applicationId " com.emanuelef.remote_capture"
10
10
minSdkVersion 21
11
11
targetSdkVersion 31
12
- versionCode 42
13
- versionName " 1.4.5 "
12
+ versionCode 46
13
+ versionName " 1.4.6 "
14
14
}
15
15
16
16
buildTypes {
You can’t perform that action at this time.
0 commit comments