diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1456af..df3a9467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Credentials are now optional for host profiles. [#4](https://github.com/keeshux/passepartout-ios/pull/4) + ## 1.0 beta 1018 (2018-10-18) ### Changed @@ -15,14 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- AES-GCM and new endpoints to PIA network preset. +- AES-GCM and new endpoints to PIA network preset. [tunnelkit#32](https://github.com/keeshux/tunnelkit/pull/32) - Disclosure indicators in profile organizer (Samuel Michaels). - Disclaimer for app usage. ### Fixed -- Can now import .ovpn files from Apple Files app. -- Reject unrecognized values for `cipher`, `auth` and `proto`. +- Can now import .ovpn files from Apple Files app. [#1](https://github.com/keeshux/passepartout-ios/pull/1) +- Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/keeshux/passepartout-ios/pull/1) ## 1.0 beta 989 (2018-10-16) diff --git a/README.md b/README.md index 1fa2f188..4e1032c9 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,24 @@ -# Passepartout +

+# [Passepartout][about-website] + +![iOS 11+](https://img.shields.io/badge/ios-11+-green.svg) +[![TunnelKit 1.1.x](https://img.shields.io/badge/tunnelkit-1.1-d69c68.svg)][dep-tunnelkit] +[![License GPLv3](https://img.shields.io/badge/license-GPLv3-lightgray.svg)](LICENSE) +[![Join Reddit](https://img.shields.io/badge/join-Reddit-orange.svg)][about-reddit] +[![Join Telegram](https://img.shields.io/badge/join-Telegram-blue.svg)][about-telegram] +[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fpassepartoutvpn.app%2F&via=keeshux&text=Passepartout%20is%20an%20user-friendly%2C%20open%20source%20%23OpenVPN%20client%20for%20%23iOS%20and%20%23macOS) + Passepartout is a non-official, user-friendly [OpenVPNĀ®][openvpn] client for iOS. -Passepartout relies on [TunnelKit][dep-tunnelkit] for most VPN functionality. - ## Beta -Passepartout is in public beta. You can get early versions of the app via [TestFlight][about-testflight]. +Passepartout is in [public beta][about-testflight] on TestFlight. + + By using a beta version of the app, you understand that the software might be unstable, unreliable or plain broken from time to time. -## Support - -Subscribe to the [/r/passepartout][about-reddit] subreddit for issues, feature requests and general discussion. - -There is also a public group on [Telegram][about-telegram]. - ## Overview ### All profiles in one place @@ -148,10 +151,6 @@ Twitter: [@keeshux][about-twitter] Website: [passepartoutvpn.app][about-website] -## Donations - -Passepartout is free software. If you like it, please [support me on Patreon][about-patreon]. - [openvpn]: https://openvpn.net/index.php/open-source/overview.html [app-api]: https://github.com/keeshux/passepartout-api diff --git a/res/logo.png b/res/logo.png new file mode 100644 index 00000000..c18bae2f Binary files /dev/null and b/res/logo.png differ