Skip to content

Commit

Permalink
Bump version to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Jun 16, 2021
1 parent a45d1cd commit 3b06db1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [1.3.9] - 2021-06-16
This release brings a set of new features to make it easier to spot unwanted connections!

- Long press a connection to whitelist it, making it easy to filter out background traffic
- Add ability to search connections
- Most netd DNS connections are now resolved into actual apps
- Add Brazilian translation (credits: mezysinc)
- Add Japanese translation (credits: Akihiro Nagai)

## [1.3.8] - 2021-06-03
- Fix monodirectional connections with LINUX_SLL in root mode
- Show plaintext request data (e.g. HTTP headers) in the connection details
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.emanuelef.remote_capture"
minSdkVersion 21
targetSdkVersion 30
versionCode 30
versionName "1.3.8"
versionCode 32
versionName "1.3.9"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/jni/pcapd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ADD_LIBRARY(pcap STATIC
${LIBPCAP_ROOT}/missing/strlcpy.c)

# Executables must be names as libraries to be stored into corresponding native folder
# NOTE: only works if extractNativeLibs is true
add_executable(libpcapd.so pcapd.c nl_utils.c)

# Better to link static libs to avoid changing the library path
Expand Down

0 comments on commit 3b06db1

Please sign in to comment.