From 1802df9eb8b5a13271a949159ca0b06318a45541 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Sat, 30 Oct 2021 11:50:54 +0200 Subject: [PATCH] Bump version to 1.4.3 --- CHANGELOG.md | 10 ++++++++++ app/build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f75d978..8745e97e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.4.3] - 2021-10-30 +- Implement blacklist-based malware detection with alerts (paid feature) +- Filter connections: only plaintext, state (e.g. only open), not hidden, malicious +- Fix a bug which, in rare cases, caused the connections view to stop being updated +- Fix some closed connections being marked with the Unknown protocol +- Improve netd app resolution with root capture +- Ability to copy host/IP/URL/plaintext on long press +- Added whois IP lookup button +- "Whitelist" is now called "Hidden Connections" + ## [1.4.2] - 2021-09-11 - Ability to select the capture interface in root mode - Ability to start/stop the capture from other apps via Intent diff --git a/app/build.gradle b/app/build.gradle index e50c8785..7d222456 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.emanuelef.remote_capture" minSdkVersion 21 targetSdkVersion 31 - versionCode 36 - versionName "1.4.2" + versionCode 37 + versionName "1.4.3" } buildTypes {