Bump version to 1.5.3

This commit is contained in:
emanuele-f 2022-07-13 10:38:10 +02:00
parent ff171cf8f3
commit 8c4edce1be
2 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,17 @@
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
## [1.5.3] - 2022-07-13
- Add support for Android 13 Tiramisu
- Add VPN exemptions to exclude specific apps from the VPN
- Ability to set IPv6-only VPN mode
- Add filter to only show cleartext connections
- Ability to block newly installed apps (firewall)
- Ability to temporary unblock an app (firewall)
- Show scam-prevention messages
- Deny sending traffic to remote servers via CaptureCtrl to prevent scams
- Fix possible IllegalStateException in the status view
## [1.5.2] - 2022-06-22
- Add ability to only show the connections allowed by the firewall
- Monitor memory usage and disable full payload on low memory

View File

@ -9,8 +9,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 21
targetSdkVersion 33
versionCode 55
versionName "1.5.2"
versionCode 57
versionName "1.5.3"
}
buildTypes {