diff --git a/CHANGELOG.md b/CHANGELOG.md index 667873fe..513bce76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Releases available at https://github.com/emanuele-f/PCAPdroid/releases +## [1.7.3] - 2024-09-07 +- Allow setting the app language from the system (for Android 13+) +- Mitm addon v1.2: allow public files write, fix enabled addons reset, fix addons reload +- You can now use a compatible mitm addon with the same major version +- Detect always-on VPN enabled after capture start +- Catch possible crash in getUserBadgedIcon in Android 8 +- Disable unfinished languages: fr, ja, ko, nb, pl, pt + ## [1.7.2] - 2024-04-20 - Fix broken PCAP file loading feature - Minor enhancements diff --git a/app/build.gradle b/app/build.gradle index 7aa71bd1..89b9efac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdk 34 - versionCode 75 - versionName "1.7.2" + versionCode 76 + versionName "1.7.3" // only include full translations // NOTE: keep in sync with locales_config.xml