Bump version to 1.6.0

This commit is contained in:
emanuele-f 2023-01-16 09:23:58 +01:00
parent df7a909a84
commit 4bd4223333
2 changed files with 16 additions and 2 deletions

View File

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

View File

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