mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-05 21:04:28 +08:00
Bump version to 1.7.3
This commit is contained in:
parent
ec8f4a3cac
commit
dc3bb39168
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user