We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5921e71 commit 862953dCopy full SHA for 862953d
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
4
5
+## [1.4.2] - 2021-09-11
6
+- Ability to select the capture interface in root mode
7
+- Ability to start/stop the capture from other apps via Intent
8
+- Improve pcapd error reporting
9
+- The copy action now also dumps the request plaintext
10
+
11
## [1.4.1] - 2021-07-31
12
- Fix crash in some devices with PCAPdroid trailer
13
- Add ability to build on Windows
app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 21
targetSdkVersion 30
- versionCode 35
- versionName "1.4.1"
+ versionCode 36
+ versionName "1.4.2"
14
}
15
16
buildTypes {
0 commit comments