mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
Bump version to 1.4.0
This commit is contained in:
parent
3897f42acf
commit
aa720b19e2
14
CHANGELOG.md
14
CHANGELOG.md
@ -2,6 +2,20 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.4.0] - 2021-07-20
|
||||
- Ability to export app name to Wireshark (PCAPdroid trailer)
|
||||
- Add apps details page with app metadata and permissions
|
||||
- Allow searching by source and destination port
|
||||
- Packet capture optimizations
|
||||
- Add in-app purchases to remove ads
|
||||
- Add packet drops for root capture
|
||||
- Add IPv6 and ICMP support for root capture
|
||||
- Fix root capture stall in some cases
|
||||
- Fix PCAP dump in root mode
|
||||
- Fix truncated full size packets in root mode and handle fragments
|
||||
- PCAP timestamps in root mode now correspond to the capture timestamps
|
||||
- Fix ping to known DNS servers being blocked
|
||||
|
||||
## [1.3.9] - 2021-06-16
|
||||
This release brings a set of new features to make it easier to spot unwanted connections!
|
||||
|
||||
|
||||
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.emanuelef.remote_capture"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 32
|
||||
versionName "1.3.9"
|
||||
versionCode 33
|
||||
versionName "1.4.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user