diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d98c20..5e972500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.6.3] - 2023-04-23 +- Add paid features activation via QR code for non-Play builds +- Fix firewall not working when loading duplicate domain rules +- Fix repeated local TCP connection attempts on some devices when private DNS is enabled +- Minor bug fixes + ## [1.6.2] - 2023-03-31 - Update mitm addon to mitmproxy 9.0.1 - Add SOCKS5 authentication via username and password diff --git a/app/build.gradle b/app/build.gradle index 757f5019..f2312106 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.emanuelef.remote_capture" minSdkVersion 21 targetSdkVersion 33 - versionCode 64 - versionName "1.6.2" + versionCode 65 + versionName "1.6.3" buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L" }