Skip to content

Commit 711d970

Browse files
committed
Bump version to 1.5.1
1 parent d8e6c76 commit 711d970

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.5.1] - 2022-06-07
6+
- Resolve correct apps details with work profiles in root mode
7+
- Fix app filter icon not shown on capture start
8+
- Fix crash on screen rotation in connection details
9+
- Fix some occasional crashes
10+
511
## [1.5.0] - 2022-06-02
612
- No-root firewall: block apps, domains and IP addresses (paid feature)
713
- Ability to decrypt TLS traffic, display decrypted data, export the SSLKEYLOGFILE

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 32
12-
versionCode 51
13-
versionName "1.5.0"
12+
versionCode 53
13+
versionName "1.5.1"
1414
}
1515

1616
buildTypes {

0 commit comments

Comments
 (0)