mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-11 21:01:45 +08:00
Bump version to 1.4.3
This commit is contained in:
parent
707b486149
commit
1802df9eb8
10
CHANGELOG.md
10
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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user