diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b868203..47262c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.8.8] - 2025-09-03 +- Support 16 KB page size devices +- Make PCAP/CSV file name prefix configurable +- Fix possible invalid Pcapng block length with root +- New API options: full_payload, keylog filename, decryption rules (credits: c4rl2s0n) + ## [1.8.7] - 2025-07-24 - Minor fixes - Update billing library (Play build) diff --git a/app/build.gradle b/app/build.gradle index 5e4b0dee..b2b96094 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 21 compileSdk 35 targetSdk 35 - versionCode 88 - versionName "1.8.7" + versionCode 89 + versionName "1.8.8" // only include full translations // NOTE: keep in sync with locales_config.xml