File tree 2 files changed +8
-2
lines changed
2 files changed +8
-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.5.1] - 2022-06-07
6
+ - Resolve correct apps details with work profiles in root mode
7
+ - Fix app filter icon not shown on capture start
8
+ - Fix crash on screen rotation in connection details
9
+ - Fix some occasional crashes
10
+
5
11
## [ 1.5.0] - 2022-06-02
6
12
- No-root firewall: block apps, domains and IP addresses (paid feature)
7
13
- Ability to decrypt TLS traffic, display decrypted data, export the SSLKEYLOGFILE
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 32
12
- versionCode 51
13
- versionName " 1.5.0 "
12
+ versionCode 53
13
+ versionName " 1.5.1 "
14
14
}
15
15
16
16
buildTypes {
You can’t perform that action at this time.
0 commit comments