Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Desktop Commit Bot committed Dec 17, 2021
1 parent 222b640 commit f2026ba
Show file tree
Hide file tree
Showing 89 changed files with 14,429 additions and 12,364 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### v3.2.0

* Added "Auto" MTU setting to measure actual MTU after connecting
* Added automatic tray icon theme on Windows
* Improved handling of expired accounts
* Fixed connecting to favorite regions after a connection was refused by the server
* Fix issue causing multiple dialogs on driver install on Windows
* Fix issue where deleting a Dedicated IP breaks tooltips

### v3.1.2

* Fixed a crash on Windows when enabling split tunnel

### v3.1.1

* Added a notice about split tunnel issues on macOS Monterey
Expand Down
6 changes: 6 additions & 0 deletions brands/pia/brand_client.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ IDI_LIGHT_CONNECTING ICON "./gen_tray_ico/square-light-no-outline-c
IDI_LIGHT_DISCONNECTING ICON "./gen_tray_ico/square-light-no-outline-disconnecting.ico"
IDI_LIGHT_SNOOZED ICON "./gen_tray_ico/square-light-no-outline-snoozed.ico"
IDI_LIGHT_DOWN ICON "./gen_tray_ico/square-light-no-outline-down.ico"
IDI_DARK_ALERT ICON "./gen_tray_ico/square-dark-no-outline-alert.ico"
IDI_DARK_CONNECTED ICON "./gen_tray_ico/square-dark-no-outline-connected.ico"
IDI_DARK_CONNECTING ICON "./gen_tray_ico/square-dark-no-outline-connecting.ico"
IDI_DARK_DISCONNECTING ICON "./gen_tray_ico/square-dark-no-outline-disconnecting.ico"
IDI_DARK_SNOOZED ICON "./gen_tray_ico/square-dark-no-outline-snoozed.ico"
IDI_DARK_DOWN ICON "./gen_tray_ico/square-dark-no-outline-down.ico"
IDI_LIGHT_OUTLINE_ALERT ICON "./gen_tray_ico/square-light-with-dark-outline-alert.ico"
IDI_LIGHT_OUTLINE_CONNECTED ICON "./gen_tray_ico/square-light-with-dark-outline-connected.ico"
IDI_LIGHT_OUTLINE_CONNECTING ICON "./gen_tray_ico/square-light-with-dark-outline-connecting.ico"
Expand Down
2 changes: 2 additions & 0 deletions brands/pia/brandinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"automationHelpLink":"https://www.privateinternetaccess.com/helpdesk/kb/articles/understanding-the-desktop-network-automation-feature",
"referFriendLink":"https://www.privateinternetaccess.com/refer-a-friend",
"getDedicatedIpLink":"https://www.privateinternetaccess.com/pages/client-control-panel/dedicated-ip",
"subscriptionLink":"https://www.privateinternetaccess.com/pages/client-control-panel#subscription-overview",
"windowsProductGuid": "{33023371-7761-4F81-BBB1-0E0D0D175ACF}",
"windowsServiceName": "PrivateInternetAccessService",
"windowsWireguardServiceName": "PrivateInternetAccessWireguard",
Expand All @@ -35,3 +36,4 @@
"wintunDescription": "WinTUN driver package for Private Internet Access"
}


3 changes: 3 additions & 0 deletions brands/pia/gen_res/img/tray/sample-square-auto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions brands/pia/gen_tray_ico/square-dark-no-outline-alert.ico
Git LFS file not shown
3 changes: 3 additions & 0 deletions brands/pia/gen_tray_ico/square-dark-no-outline-connected.ico
Git LFS file not shown
3 changes: 3 additions & 0 deletions brands/pia/gen_tray_ico/square-dark-no-outline-connecting.ico
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions brands/pia/gen_tray_ico/square-dark-no-outline-down.ico
Git LFS file not shown
3 changes: 3 additions & 0 deletions brands/pia/gen_tray_ico/square-dark-no-outline-snoozed.ico
Git LFS file not shown
24 changes: 24 additions & 0 deletions brands/pia/tray_svg/samples/square-auto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion brands/render_tray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [ ! "$GENERATE_ICO" = "" ]; then
ico_sizes=(16 20 24 32 40 48 64 128)
# Only do this for the themes actually needed, GIMP ICO compression is
# tedious and time-consuming
ico_themes=(square-classic square-colored-no-outline square-colored-with-dark-outline square-light-no-outline square-light-with-dark-outline)
ico_themes=(square-classic square-colored-no-outline square-colored-with-dark-outline square-light-no-outline square-light-with-dark-outline square-dark-no-outline)
# ico_themes=(square-colored-no-outline)

for theme in "${ico_themes[@]}"; do
Expand Down Expand Up @@ -248,6 +248,7 @@ if [ ! "$GENERATE_ICO" = "" ]; then
cp "$ICO_TMP_DIR"/square-colored-no-outline-*.ico "$ICO_OUTPUT_DIR"
cp "$ICO_TMP_DIR"/square-colored-with-dark-outline-*.ico "$ICO_OUTPUT_DIR"
cp "$ICO_TMP_DIR"/square-light-no-outline-*.ico "$ICO_OUTPUT_DIR"
cp "$ICO_TMP_DIR"/square-dark-no-outline-*.ico "$ICO_OUTPUT_DIR"
cp "$ICO_TMP_DIR"/square-light-with-dark-outline-*.ico "$ICO_OUTPUT_DIR"
echo "Generated ICOs in $ICO_OUTPUT_DIR"
fi
8 changes: 6 additions & 2 deletions client/res/components/common/ClientNotifications.qml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Item {
dismissible: false
active: Daemon.settings.splitTunnelEnabled &&
Qt.platform.os === "osx" &&
NativeHelpers.osMajorVersion === 12
NativeHelpers.macosProductVersion.startsWith('12.')
}

// Notification for the OpenVPN "authorization failure" error.
Expand Down Expand Up @@ -404,8 +404,12 @@ Item {
NotificationStatus {
id: connectionTrouble
title: uiTr("CONNECTING...")
message: uiTr("Can't reach the VPN server. Please check your connection.")
message: uiTr("We couldn't establish the connection to the VPN server. Please get in touch with our support department.")
severity: severities.warning
links: [{
text: uiTranslate("RatingRequestNotificationStatus", "Contact Support"),
clicked: function() { Qt.openUrlExternally("https://www.privateinternetaccess.com/helpdesk/new-ticket") }
}]
active: Daemon.state.usingSlowInterval &&
Daemon.state.connectionLost === 0 &&
Daemon.state.proxyUnreachable === 0
Expand Down
Loading

0 comments on commit f2026ba

Please sign in to comment.