Skip to content

Commit d44ae75

Browse files
author
Desktop Commit Bot
committed
Version 3.3.0
1 parent f2026ba commit d44ae75

File tree

828 files changed

+51274
-55731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

828 files changed

+51274
-55731
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@ releases
1818
*.swp
1919
# IntelliJ IDEA
2020
.idea/*
21+
cmake-build-debug/*
2122
# Visual Studio
2223
/.vs/
2324
*.sln
2425
*.vcxproj
2526
*.vcxproj.filters
2627
/Debug/
28+
.vscode/
29+
30+
# Vagrant box for running Linux-only scripts
31+
tools/.vagrant
32+

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require_relative './rake/product/version.rb'
66
require_relative './rake/product/translations.rb'
77
require_relative './rake/product/breakpad.rb'
88
require_relative './rake/product/unittest.rb'
9+
require_relative './rake/crowdin.rb'
910
require 'net/http'
1011
require 'openssl'
1112

brands/render_tray.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (c) 2021 Private Internet Access, Inc.
3+
# Copyright (c) 2022 Private Internet Access, Inc.
44
#
55
# This file is part of the Private Internet Access Desktop Client.
66
#

cli/src/applysettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Private Internet Access, Inc.
1+
// Copyright (c) 2022 Private Internet Access, Inc.
22
//
33
// This file is part of the Private Internet Access Desktop Client.
44
//

cli/src/applysettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Private Internet Access, Inc.
1+
// Copyright (c) 2022 Private Internet Access, Inc.
22
//
33
// This file is part of the Private Internet Access Desktop Client.
44
//

cli/src/authcommand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Private Internet Access, Inc.
1+
// Copyright (c) 2022 Private Internet Access, Inc.
22
//
33
// This file is part of the Private Internet Access Desktop Client.
44
//

cli/src/authcommand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Private Internet Access, Inc.
1+
// Copyright (c) 2022 Private Internet Access, Inc.
22
//
33
// This file is part of the Private Internet Access Desktop Client.
44
//

cli/src/backgroundcommand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Private Internet Access, Inc.
1+
// Copyright (c) 2022 Private Internet Access, Inc.
22
//
33
// This file is part of the Private Internet Access Desktop Client.
44
//

cli/src/backgroundcommand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021 Private Internet Access, Inc.
1+
// Copyright (c) 2022 Private Internet Access, Inc.
22
//
33
// This file is part of the Private Internet Access Desktop Client.
44
//

0 commit comments

Comments
 (0)