Skip to content

Commit

Permalink
Version 2.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Desktop Commit Bot committed Jun 3, 2021
1 parent 2fa471f commit 4068a08
Show file tree
Hide file tree
Showing 268 changed files with 1,990 additions and 491 deletions.
39 changes: 25 additions & 14 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
*.exe filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
*.sys filter=lfs diff=lfs merge=lfs -text
*.cat filter=lfs diff=lfs merge=lfs -text
pia-openvpn filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
# Causes issues with .so symlinks when checked out on Windows
#*.so filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.msi filter=lfs diff=lfs merge=lfs -text
*.ts text eol=lf
/CHANGELOG.md merge=union eol=lf text

*.sh text eol=lf

# Diff UTF-16LE *.rc Windows resource scripts
*.rc diff=rcdiff
# Add to your ~/.gitconfig:
#[diff "rcdiff"]
# textconv = "iconv -f utf-16le -t utf-8"

# Use LFS for everything under deps/built/
# While file extension globs are pretty good for most LFS files,
# these directories contain macOS/Linux executables with no
# extension, which can't be easily globbed.
deps/built/*/** filter=lfs diff=lfs merge=lfs -text

# dump_syms binaries - similar to deps/built, contains
# extensionless macOS binary
deps/dump_syms/** filter=lfs diff=lfs merge=lfs -text

# File types to store in LFS
*.sys filter=lfs diff=lfs merge=lfs -text
*.cat filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.ico filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.msi filter=lfs diff=lfs merge=lfs -text
*.icns filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.otf filter=lfs diff=lfs merge=lfs -text
*.sketch filter=lfs diff=lfs merge=lfs -text
*.sym filter=lfs diff=lfs merge=lfs -text
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@
/build-*/
# Default build directory when opening CMake glue project in most IDEs
/build/
# Qt Creator project preferences
*.user
.DS_Store
*.qm
node_modules
releases
*.qmlc
# Various IDEs
# Qt Creator project preferences
*.user
# KDevelop / Kate
*.kdev4
*.swp
# IntelliJ IDEA
.idea/*
# Visual Studio
/.vs/
*.sln
*.vcxproj
*.vcxproj.filters
/Debug/
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### v2.10.0
* Reduced memory and CPU usage of the graphical client
* 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
* In-app updates on Linux now detect xfce4-terminal on systems without an x-terminal-emulator symlink
* Fixed a crash on Windows caused by some older OpenGL drivers
* Fixed an install issue on Linux that prevented creation of the piavpn group in some cases
* Fixed an issue causing the support tool to appear more than once on Linux in some cases
* Fixed libxcb dependencies in Linux arm64 build

### v2.9.0
* Updated to OpenVPN 2.5.1 and OpenSSL 1.1.1k
* Improved accessibility of the "Add Automation Rule" dialog
Expand Down
Binary file modified brands/pia/icons/app.icns
Binary file not shown.
Loading

0 comments on commit 4068a08

Please sign in to comment.