Set beta release
This commit is contained in:
parent
4ddbfe834b
commit
f801d468e0
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 1.6.1 Beta 1853 (2019-05-11)
|
||||
|
||||
### 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)
|
||||
## Unreleased
|
||||
|
||||
### 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)
|
||||
- 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,5 +1,16 @@
|
|||
### Added
|
||||
|
||||
- Override network settings.
|
||||
- Support for `--redirect-gateway block-local` (partial).
|
||||
|
||||
### Changed
|
||||
|
||||
- Host compression framing and algorithm are now editable.
|
||||
|
||||
### Fixed
|
||||
|
||||
- NordVPN double servers not connecting out of the box.
|
||||
- Authentication with OpenVPN AS.
|
||||
- TLS failed with some servers.
|
||||
- Default gateway not overridden when both IPv4/6 disabled.
|
||||
|
||||
|
|
Loading…
Reference in New Issue