Skip to content

Commit 74ada12

Browse files
committed
Bump version to 1.8.6
1 parent b109ccf commit 74ada12

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
44

5-
## [1.8.5] - 2025-03-25
5+
## [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
610
- Fix GeoIP db download with Arabic language
711

812
## [1.8.4] - 2025-03-23

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdkVersion 21
99
compileSdk 35
1010
targetSdk 35
11-
versionCode 85
12-
versionName "1.8.5"
11+
versionCode 86
12+
versionName "1.8.6"
1313

1414
// only include full translations
1515
// NOTE: keep in sync with locales_config.xml

0 commit comments

Comments
 (0)