Skip to content

Commit

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

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

## [1.6.5] - 2023-06-15
- Add ability to inject javascript into web pages (PCAPdroid-mitm)
- TLS decryption is now rule-based, it only applies to specified connections
- App icon on Android 13 can be themed now (credits: incycledream)
- Allow exporting the SSLKEYLOG after anomalous app stop
- IPv6 fixes: fix ICMPv6, fix crash on invalid DNS, capture of ULA traffic

## [1.6.4] - 2023-04-24
- Fix QR code activation crash on Android 32+
- Update translations
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 33
versionCode 66
versionName "1.6.4"
versionCode 67
versionName "1.6.5"

buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
}
Expand Down

0 comments on commit 1fc4980

Please sign in to comment.