Skip to content

Commit

Permalink
Bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Sep 7, 2024
1 parent ec8f4a3 commit dc3bb39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 75
versionName "1.7.2"
versionCode 76
versionName "1.7.3"

// only include full translations
// NOTE: keep in sync with locales_config.xml
Expand Down

0 comments on commit dc3bb39

Please sign in to comment.