Set beta release

This commit is contained in:
Davide De Rosa 2019-04-25 17:32:19 +02:00
parent af68d0b639
commit 665ed408d4
2 changed files with 10 additions and 6 deletions

View File

@ -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/), 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).
## Unreleased ## 1.6.0 Beta 1757 (2019-04-25)
### Changed ### Changed
- Do not redirect all traffic to VPN unless `--redirect-gateway` specified. [#71](https://github.com/passepartoutvpn/passepartout-ios/pull/71) - 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) ## 1.6.0 Beta 1750 (2019-04-23)
### Added ### Added

View File

@ -1,10 +1,9 @@
### Added ### Changed
- Portuguese translations (Helder Santana). - Do not redirect all traffic to VPN unless `--redirect-gateway` specified.
- German translations (Christian Lederer).
- Russian translations (Alexander Korobynikov).
### Fixed ### Fixed
- SoftEther connects without VPN icon. - Fall back to CloudFlare DNS when no servers provided.
- UDP may disconnect on high speeds.