diff --git a/fastlane/metadata/en-US/description.txt b/fastlane/metadata/en-US/description.txt index c2d5af59..41da7ba7 100644 --- a/fastlane/metadata/en-US/description.txt +++ b/fastlane/metadata/en-US/description.txt @@ -13,9 +13,11 @@ FEATURES - Fine-tune encryption without tweaking any configuration file. - Pick pre-resolved endpoints when DNS is problematic. - Trust cellular or Wi-Fi networks to fine-grain your connectivity. +- Convenient Siri Shortcuts. - Convenient presets for major VPN networks: - Private Internet Access + - TunnelBear - ...more soon! - Import .ovpn configuration files. - Full transparency on what servers you're connecting to. diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index 0634bd0c..c977847a 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1,3 +1,15 @@ +### Added + +- Support for LZO compression. +- Siri shortcuts. +- Custom intents, have a look at Spotlight suggestions for Passepartout. +- TunnelBear provider. + ### Fixed -- Regression in profile activation. +- Profile not activating if none is active. +- EKU verification enabled when it shouldn't be. +- Incorrect VPN status after renaming. +- Profile change doesn't disconnect active VPN. +- Some reconnection issues encountered with TunnelBear and NordVPN. +- Hosts gone while connected (credit to Aston Martin).