Bump version to 1.4.0

This commit is contained in:
emanuele-f 2021-07-20 10:59:06 +02:00
parent 3897f42acf
commit aa720b19e2
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.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!

View File

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