Skip to content

Commit 8c4edce

Browse files
committed
Bump version to 1.5.3
1 parent ff171cf commit 8c4edce

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [1.5.3] - 2022-07-13
6+
- Add support for Android 13 Tiramisu
7+
- Add VPN exemptions to exclude specific apps from the VPN
8+
- Ability to set IPv6-only VPN mode
9+
- Add filter to only show cleartext connections
10+
- Ability to block newly installed apps (firewall)
11+
- Ability to temporary unblock an app (firewall)
12+
- Show scam-prevention messages
13+
- Deny sending traffic to remote servers via CaptureCtrl to prevent scams
14+
- Fix possible IllegalStateException in the status view
15+
516
## [1.5.2] - 2022-06-22
617
- Add ability to only show the connections allowed by the firewall
718
- Monitor memory usage and disable full payload on low memory

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.emanuelef.remote_capture"
1010
minSdkVersion 21
1111
targetSdkVersion 33
12-
versionCode 55
13-
versionName "1.5.2"
12+
versionCode 57
13+
versionName "1.5.3"
1414
}
1515

1616
buildTypes {

0 commit comments

Comments
 (0)