We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b109ccf commit 74ada12Copy full SHA for 74ada12
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
4
5
-## [1.8.5] - 2025-03-25
+## [1.8.6] - 2025-05-13
6
+- Add TCP exporter dump mode (pcap-over-ip)
7
+- Allow PCAPdroid capture control without prompt via API key
8
+
9
+## [1.8.5] - 2025-04-25
10
- Fix GeoIP db download with Arabic language
11
12
## [1.8.4] - 2025-03-23
app/build.gradle
@@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 35
targetSdk 35
- versionCode 85
- versionName "1.8.5"
+ versionCode 86
+ versionName "1.8.6"
13
14
// only include full translations
15
// NOTE: keep in sync with locales_config.xml
0 commit comments