Bump version to 1.8.0
Some checks failed
Debug build / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Test native code / test (push) Has been cancelled
Windows build / build (push) Has been cancelled

This commit is contained in:
emanuele-f 2025-03-03 16:52:33 +01:00
parent 0dfbf0785c
commit ac680864b1
2 changed files with 16 additions and 2 deletions

View File

@ -2,6 +2,20 @@
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
## [1.8.0] - 2025-03-03
- Android 15 support with edge-to-edge UI
- Decrypt TLS traffic in PCAP/Pcapng files (Wireshark integration)
- New firewall rules: block by country and by CIDR
- Add support for PCAPdroid extensions in Pcapng
- Reduce blacklists RAM usage by ~25 MB and increase limit to 1500k rules
- Show detailed error information for failed connections in VPN mode
- New UI filter to show connections bigger than a given bytes threshold
- Add Azerbaijani translation (Jamil Farajov)
- Add Tamil translation (credits: தமிழ்நேரம்)
- Update nDPI to 4.12 and reduce library size by 66%
- Enable r8 minify to reduce apk size
- Update to Java 17 and enable desugaring to support older devices
## [1.7.5] - 2024-11-09
- Fix root capture stall when target apps are set

View File

@ -8,8 +8,8 @@ android {
minSdkVersion 21
compileSdk 35
targetSdk 35
versionCode 78
versionName "1.7.5"
versionCode 79
versionName "1.8.0"
// only include full translations
// NOTE: keep in sync with locales_config.xml