mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-19 21:05:25 +08:00
Bump version to 1.6.6
This commit is contained in:
parent
3e4662d4f0
commit
9bbdbc9f54
@ -2,6 +2,13 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.6.6] - 2023-08-28
|
||||
- Add ability to open PCAP/PCAPNG files
|
||||
- Add Arabic translation (credits: Mustafa Hamed Kathem)
|
||||
- Fix app not blocked by firewall after reinstallation
|
||||
- Fix DNS from unknown app incorrectly blocked in firewall whitelist mode
|
||||
- Support IPv6 and host names in socks5 mode
|
||||
|
||||
## [1.6.5] - 2023-06-15
|
||||
- Add ability to inject javascript into web pages (PCAPdroid-mitm)
|
||||
- TLS decryption is now rule-based, it only applies to specified connections
|
||||
|
||||
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.emanuelef.remote_capture"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 67
|
||||
versionName "1.6.5"
|
||||
versionCode 68
|
||||
versionName "1.6.6"
|
||||
|
||||
buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user