Skip to content

Commit 862953d

Browse files
committed
Bump version to 1.4.2
1 parent 5921e71 commit 862953d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

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+
511
## [1.4.1] - 2021-07-31
612
- Fix crash in some devices with PCAPdroid trailer
713
- Add ability to build on Windows

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.emanuelef.remote_capture"
1010
minSdkVersion 21
1111
targetSdkVersion 30
12-
versionCode 35
13-
versionName "1.4.1"
12+
versionCode 36
13+
versionName "1.4.2"
1414
}
1515

1616
buildTypes {

0 commit comments

Comments
 (0)