Skip to content

Commit 57b5107

Browse files
committed
Bump version to 1.5.2
1 parent ef45343 commit 57b5107

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [1.5.2] - 2022-06-22
6+
- Add ability to only show the connections allowed by the firewall
7+
- Monitor memory usage and disable full payload on low memory
8+
- Fix possible SecurityException in Android 11
9+
- Fix crash on tap on uninstalled app
10+
- Fix ANR on first root capture start
11+
512
## [1.5.1] - 2022-06-07
613
- Resolve correct apps details with work profiles in root mode
714
- Fix app filter icon not shown on capture start

app/build.gradle

Lines changed: 2 additions & 2 deletions
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 53
13-
versionName "1.5.1"
12+
versionCode 55
13+
versionName "1.5.2"
1414
}
1515

1616
buildTypes {

0 commit comments

Comments
 (0)