Set beta release

This commit is contained in:
Davide De Rosa 2019-05-14 12:06:51 +02:00
parent 4ddbfe834b
commit f801d468e0
2 changed files with 14 additions and 8 deletions

View File

@ -5,14 +5,7 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.6.1 Beta 1853 (2019-05-11) ## Unreleased
### Fixed
- TLS failed with some servers. [tunnelkit#97](https://github.com/passepartoutvpn/tunnelkit/issues/97)
- Default gateway not overridden when both IPv4/6 disabled.
## 1.6.1 Beta 1845 (2019-05-03)
### Added ### Added
@ -27,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- NordVPN double servers not connecting out of the box. [#78](https://github.com/passepartoutvpn/passepartout-ios/issues/78) - NordVPN double servers not connecting out of the box. [#78](https://github.com/passepartoutvpn/passepartout-ios/issues/78)
- Authentication with OpenVPN AS. [tunnelkit#95](https://github.com/passepartoutvpn/tunnelkit/issues/95) - Authentication with OpenVPN AS. [tunnelkit#95](https://github.com/passepartoutvpn/tunnelkit/issues/95)
- TLS failed with some servers. [tunnelkit#97](https://github.com/passepartoutvpn/tunnelkit/issues/97)
- Default gateway not overridden when both IPv4/6 disabled.
## 1.6.0 (2019-05-01) ## 1.6.0 (2019-05-01)

View File

@ -1,5 +1,16 @@
### Added
- Override network settings.
- Support for `--redirect-gateway block-local` (partial).
### Changed
- Host compression framing and algorithm are now editable.
### Fixed ### Fixed
- NordVPN double servers not connecting out of the box.
- Authentication with OpenVPN AS.
- TLS failed with some servers. - TLS failed with some servers.
- Default gateway not overridden when both IPv4/6 disabled. - Default gateway not overridden when both IPv4/6 disabled.