Update CHANGELOG and the like

This commit is contained in:
Davide De Rosa 2019-04-11 19:14:18 +02:00
parent 8a81ad8f72
commit 269143c369
4 changed files with 14 additions and 0 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- NordVPN provider. [#65](https://github.com/passepartoutvpn/passepartout-ios/pull/65)
### Fixed ### Fixed
- VPN status cell doesn't always enter active profile. [#63](https://github.com/passepartoutvpn/passepartout-ios/issues/63) - VPN status cell doesn't always enter active profile. [#63](https://github.com/passepartoutvpn/passepartout-ios/issues/63)

View File

@ -197,6 +197,7 @@ public class AppConstants {
public static let referrals: [Infrastructure.Name: String] = [ public static let referrals: [Infrastructure.Name: String] = [
.mullvad: "https://mullvad.net/en/account/create/", .mullvad: "https://mullvad.net/en/account/create/",
.nordVPN: "https://join.nordvpn.com/order/",
.pia: "https://www.privateinternetaccess.com/pages/buy-vpn/", .pia: "https://www.privateinternetaccess.com/pages/buy-vpn/",
.protonVPN: "https://protonvpn.net/?aid=keeshux", .protonVPN: "https://protonvpn.net/?aid=keeshux",
.tunnelBear: "https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464", .tunnelBear: "https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464",
@ -255,6 +256,11 @@ public class AppConstants {
"MIT", "MIT",
"https://raw.githubusercontent.com/pia-foss/tunnel-apple/master/LICENSE" "https://raw.githubusercontent.com/pia-foss/tunnel-apple/master/LICENSE"
), ),
License(
"SSZipArchive",
"MIT",
"https://raw.githubusercontent.com/samsoffes/ssziparchive/master/LICENSE"
),
License( License(
"SwiftGen", "SwiftGen",
"MIT", "MIT",

View File

@ -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: Passepartout can connect to a few well-known VPN providers with an existing account:
- [Mullvad][app-net-mullvad] - [Mullvad][app-net-mullvad]
- [NordVPN][app-net-nordvpn]
- [Private Internet Access][app-net-pia] - [Private Internet Access][app-net-pia]
- [ProtonVPN][app-net-protonvpn] - [ProtonVPN][app-net-protonvpn]
- [TunnelBear][app-net-tunnelbear] - [TunnelBear][app-net-tunnelbear]
@ -124,6 +125,7 @@ The country flags are taken from: <https://github.com/lipis/flag-icon-css/>
- MBProgressHUD - © 2009-2016 Matej Bukovinski - MBProgressHUD - © 2009-2016 Matej Bukovinski
- PIATunnel - © 2018-Present Private Internet Access - PIATunnel - © 2018-Present Private Internet Access
- SSZipArchive - © 2010-2012 Sam Soffes
- SwiftGen - © 2018 SwiftGen - SwiftGen - © 2018 SwiftGen
- SwiftyBeaver - © 2015 Sebastian Kreutzberger - SwiftyBeaver - © 2015 Sebastian Kreutzberger
- lzo - © 1996-2017 Markus F.X.J. Oberhumer - 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-api]: https://github.com/passepartoutvpn/passepartout-api
[app-net-mullvad]: https://mullvad.net/en/account/create/ [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-pia]: https://www.privateinternetaccess.com/pages/buy-vpn/
[app-net-protonvpn]: https://protonvpn.net/?aid=keeshux [app-net-protonvpn]: https://protonvpn.net/?aid=keeshux
[app-net-tunnelbear]: https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464 [app-net-tunnelbear]: https://click.tunnelbear.com/aff_c?offer_id=2&aff_id=7464

View File

@ -17,6 +17,7 @@ FEATURES
- Convenient presets for major VPN networks: - Convenient presets for major VPN networks:
- Mullvad - Mullvad
- NordVPN
- Private Internet Access - Private Internet Access
- ProtonVPN - ProtonVPN
- TunnelBear - TunnelBear