Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Feb 10, 2024
1 parent c7931a2 commit 854e903
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [1.7.0] - 2024-02-08
- Select multiple target apps
- Copy/export the connections payload
- Android 14 support
- mitmproxy 10.1.6 and Doze fix
- Ability to block QUIC only on decryption
- Fix decryption status for QUIC connections
- Fix inaccurate firewall grace period
- Integrations to run with Tor and DNSCrypt
- Use your own mitmproxy addons (experimental)
- Remove mitm-addon permission
- Show termux main app instead of its sub-apps
- Use ISO 8601 dates in CSV export
- Fix inaccurate firewall grace period

## [1.6.9] - 2023-12-04
- Fix root capture start on some devices
- Fix root permission incorrectly requested on read from pcap file
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 34
targetSdk 34
versionCode 72
versionName "1.6.9"
versionCode 73
versionName "1.7.0"

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

0 comments on commit 854e903

Please sign in to comment.