diff --git a/CHANGELOG.md b/CHANGELOG.md index 38bb807b..1039fb14 100644 --- a/CHANGELOG.md +++ b/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! diff --git a/app/build.gradle b/app/build.gradle index e4a687d3..759dfa4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {