Set beta release
This commit is contained in:
parent
af68d0b639
commit
665ed408d4
|
@ -5,12 +5,17 @@ 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
|
||||
## 1.6.0 Beta 1757 (2019-04-25)
|
||||
|
||||
### Changed
|
||||
|
||||
- Do not redirect all traffic to VPN unless `--redirect-gateway` specified. [#71](https://github.com/passepartoutvpn/passepartout-ios/pull/71)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fall back to CloudFlare DNS when no servers provided. [tunnelkit#84](https://github.com/keeshux/tunnelkit/issues/84)
|
||||
- UDP may disconnect on high speeds. [tunnelkit#87](https://github.com/keeshux/tunnelkit/issues/87)
|
||||
|
||||
## 1.6.0 Beta 1750 (2019-04-23)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
### Added
|
||||
### Changed
|
||||
|
||||
- Portuguese translations (Helder Santana).
|
||||
- German translations (Christian Lederer).
|
||||
- Russian translations (Alexander Korobynikov).
|
||||
- Do not redirect all traffic to VPN unless `--redirect-gateway` specified.
|
||||
|
||||
### Fixed
|
||||
|
||||
- SoftEther connects without VPN icon.
|
||||
- Fall back to CloudFlare DNS when no servers provided.
|
||||
- UDP may disconnect on high speeds.
|
||||
|
||||
|
|
Loading…
Reference in New Issue