mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Bump version to 1.5.4
This commit is contained in:
parent
7e230f125b
commit
c48aacae81
@ -2,6 +2,13 @@
|
||||
|
||||
Releases available at https://github.com/emanuele-f/PCAPdroid/releases
|
||||
|
||||
## [1.5.4] - 2022-08-04
|
||||
- Unblock newly installed apps via notification action (firewall)
|
||||
- Fix context menu action possibly applied to wrong item
|
||||
- Fix ICMPv6 not captured with root and app filter
|
||||
- Fix package search with uppercase letters
|
||||
- Fix PCAP file selection dialog sometimes not appearing
|
||||
|
||||
## [1.5.3] - 2022-07-13
|
||||
- Add support for Android 13 Tiramisu
|
||||
- Add VPN exemptions to exclude specific apps from the VPN
|
||||
|
||||
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.emanuelef.remote_capture"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 57
|
||||
versionName "1.5.3"
|
||||
versionCode 58
|
||||
versionName "1.5.4"
|
||||
|
||||
buildConfigField "long", "BUILD_TIME", System.currentTimeMillis() + "L"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user