Bump version to 1.4.3

This commit is contained in:
emanuele-f 2021-10-30 11:50:54 +02:00
parent 707b486149
commit 1802df9eb8
2 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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 {