From 269143c36997719b556651342b4ac609453d6638 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 11 Apr 2019 19:14:18 +0200 Subject: [PATCH] Update CHANGELOG and the like --- CHANGELOG.md | 4 ++++ Passepartout/Sources/AppConstants.swift | 6 ++++++ README.md | 3 +++ fastlane/metadata/en-US/description.txt | 1 + 4 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11aa9dc..a74355d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- NordVPN provider. [#65](https://github.com/passepartoutvpn/passepartout-ios/pull/65) + ### Fixed - VPN status cell doesn't always enter active profile. [#63](https://github.com/passepartoutvpn/passepartout-ios/issues/63) diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index 9599c184..54a5e6dd 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -197,6 +197,7 @@ public class AppConstants { public static let referrals: [Infrastructure.Name: String] = [ .mullvad: "https://mullvad.net/en/account/create/", + .nordVPN: "https://join.nordvpn.com/order/", .pia: "https://www.privateinternetaccess.com/pages/buy-vpn/", .protonVPN: "https://protonvpn.net/?aid=keeshux", .tunnelBear: "https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464", @@ -255,6 +256,11 @@ public class AppConstants { "MIT", "https://raw.githubusercontent.com/pia-foss/tunnel-apple/master/LICENSE" ), + License( + "SSZipArchive", + "MIT", + "https://raw.githubusercontent.com/samsoffes/ssziparchive/master/LICENSE" + ), License( "SwiftGen", "MIT", diff --git a/README.md b/README.md index 728dcc21..1671c58c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Passepartout is a VPN client and does absolutely nothing else without your conse Passepartout can connect to a few well-known VPN providers with an existing account: - [Mullvad][app-net-mullvad] +- [NordVPN][app-net-nordvpn] - [Private Internet Access][app-net-pia] - [ProtonVPN][app-net-protonvpn] - [TunnelBear][app-net-tunnelbear] @@ -124,6 +125,7 @@ The country flags are taken from: - MBProgressHUD - © 2009-2016 Matej Bukovinski - PIATunnel - © 2018-Present Private Internet Access +- SSZipArchive - © 2010-2012 Sam Soffes - SwiftGen - © 2018 SwiftGen - SwiftyBeaver - © 2015 Sebastian Kreutzberger - lzo - © 1996-2017 Markus F.X.J. Oberhumer @@ -146,6 +148,7 @@ Website: [passepartoutvpn.app][about-website] [app-api]: https://github.com/passepartoutvpn/passepartout-api [app-net-mullvad]: https://mullvad.net/en/account/create/ +[app-net-nordvpn]: https://join.nordvpn.com/order/ [app-net-pia]: https://www.privateinternetaccess.com/pages/buy-vpn/ [app-net-protonvpn]: https://protonvpn.net/?aid=keeshux [app-net-tunnelbear]: https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464 diff --git a/fastlane/metadata/en-US/description.txt b/fastlane/metadata/en-US/description.txt index 657a5de8..e2d51525 100644 --- a/fastlane/metadata/en-US/description.txt +++ b/fastlane/metadata/en-US/description.txt @@ -17,6 +17,7 @@ FEATURES - Convenient presets for major VPN networks: - Mullvad + - NordVPN - Private Internet Access - ProtonVPN - TunnelBear