Skip to content

Commit 7d3f2e9

Browse files
committed
Bump version to 1.4.6
1 parent 558e20a commit 7d3f2e9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
44

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+
517
## [1.4.5] - 2022-01-06
618
- Reduce the memory usage, in particular during the capture
719
- Malware detection now blocks malicious connections in non-root mode (paid feature)

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.emanuelef.remote_capture"
1010
minSdkVersion 21
1111
targetSdkVersion 31
12-
versionCode 42
13-
versionName "1.4.5"
12+
versionCode 46
13+
versionName "1.4.6"
1414
}
1515

1616
buildTypes {

0 commit comments

Comments
 (0)