mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Bump version to 1.6.0
This commit is contained in:
parent
df7a909a84
commit
4bd4223333
14
CHANGELOG.md
14
CHANGELOG.md
@ -2,6 +2,20 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.6.0] - 2023-01-16
|
||||
- Add firewall whitelist mode: block everything, unless whitelisted
|
||||
- Add pcapng format: removes the need for a separate SSLKEYLOG (paid feature)
|
||||
- Add port mapping: redirect traffic to given hosts/ports
|
||||
- Custom rules can now be added from the UI
|
||||
- DNS servers are now configurable
|
||||
- Add TLS decryption whitelist
|
||||
- Simplify PCAP dump to file
|
||||
- Sort apps by total/sent/received bytes
|
||||
- Full payload can now be disabled in TLS decryption mode
|
||||
- Support custom mitmproxy options
|
||||
- The application and the mitmproxy logs can now be viewed in-app
|
||||
- Apps stats can now be reset
|
||||
|
||||
## [1.5.6] - 2022-09-24
|
||||
- Extend STUN compatibility
|
||||
- Fix Whatsapp calls being dropped (no-root)
|
||||
|
||||
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.emanuelef.remote_capture"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 61
|
||||
versionName "1.5.6"
|
||||
versionCode 62
|
||||
versionName "1.6.0"
|
||||
|
||||
buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user