Skip to content

Commit

Permalink
Version 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Desktop Commit Bot committed Jul 12, 2021
1 parent 4068a08 commit 5acc501
Show file tree
Hide file tree
Showing 344 changed files with 17,227 additions and 7,782 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
# these directories contain macOS/Linux executables with no
# extension, which can't be easily globbed.
deps/built/*/** filter=lfs diff=lfs merge=lfs -text
# Don't use LFS for symlinks (used for .so and .so.# in Linux
# deps). This isn't needed on Unix platforms as Git LFS already
# knows to ignore symlinks, but on Windows, symlinks are not used
# by default, which confuses LFS into trying to convert them.
deps/built/linux/**/*.so !filter !diff !merge
deps/built/linux/**/*.so.? !filter !diff !merge

# dump_syms binaries - similar to deps/built, contains
# extensionless macOS binary
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/qbs/
/out/
/build-*/
# Local build variable defaults (see rake/util/buildenv.rb)
.buildenv
# Default build directory when opening CMake glue project in most IDEs
/build/
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### v2.10.0
* Reduced memory and CPU usage of the graphical client
* Updated icons and graphics
* Connection stats can be sent to PIA on an opt-in basis to help improve our service
* Added a CLI get/set type for the Allow LAN setting
* The split tunnel UI on Windows now displays executable paths instead of link paths for Start Menu apps
* WireGuard now works correctly on macOS and Linux when jumbo frames are enabled on the network interface
* The PIA daemon on Linux no longer writes to stderr when run as a service to avoid flooding system logs
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ unit_test("linebuffer")
unit_test("localsockets")
unit_test("nearestlocations")
unit_test("networkmonitor")
unit_test("networktaskwithretry")
unit_test("nodelist")
unit_test("nullable_t")
unit_test("originalnetworkscan")
Expand Down
11 changes: 6 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require_relative './rake/util/buildenv.rb' # Before all others, this injects env vars from .buildenv
require_relative './rake/model/build.rb'
require_relative './rake/executable.rb'
require_relative './rake/install.rb'
Expand Down Expand Up @@ -156,8 +157,7 @@ serverDataProbe.file('serverdata.txt', "#{ENV['SERVER_DATA_DIR']}")
jsonFetched = Build.new('json-fetched')
# These are the assets we need to fetch and the URIs we get them from
{
'servers.json': 'https://www.privateinternetaccess.com/vpninfo/servers?version=1002&client=x-alpha',
'shadowsocks.json': 'https://www.privateinternetaccess.com/vpninfo/shadowsocks_servers',
'modern_shadowsocks.json': 'https://serverlist.piaservers.net/shadow_socks',
'modern_servers.json': 'https://serverlist.piaservers.net/vpninfo/servers/v6',
'modern_region_meta.json': 'https://serverlist.piaservers.net/vpninfo/regions/v2'
}.each do |k, v|
Expand All @@ -170,8 +170,9 @@ jsonFetched = Build.new('json-fetched')
# Use the copy provided instead of fetching (for reproducing a build)
File.copy(File.join(serverDataDir, k), fetchedFile)
else
# Fetch from the web API
File.write(t.name, Net::HTTP.get(URI(v)))
# Fetch from the web API (write with "binary" mode so LF is not
# converted to CRLF on Windows)
File.binwrite(t.name, Net::HTTP.get(URI(v)))
end
end
stage.install(fetchedFile, :res)
Expand Down Expand Up @@ -273,7 +274,7 @@ task :installer do |t|
puts "built installer"
end

desc "Run integration tests"
desc "Build integration test artifact"
task :integtest do |t|
puts "built integration tests"
end
Expand Down
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/sample-auto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/square-classic-connected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/square-classic-margins-alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/square-classic-margins-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-classic-alert.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-classic-connected.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-classic-connecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-classic-disconnecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-classic-down.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-classic-snoozed.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-colored-alert.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-colored-connected.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-colored-connecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-colored-disconnecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-colored-down.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-colored-snoozed.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-dark-alert.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-dark-connected.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-dark-connecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-dark-disconnecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-dark-down.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-dark-snoozed.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-light-alert.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-light-connected.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-light-connecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-light-disconnecting.png
4 changes: 2 additions & 2 deletions brands/pia/gen_res/img/tray/wide-light-down.png
Loading

0 comments on commit 5acc501

Please sign in to comment.