Set beta release
This commit is contained in:
parent
89d2580a33
commit
8e74949029
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -5,14 +5,15 @@ 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.0 Beta 1779 (2019-04-26)
|
## 1.6.0 Beta 1798 (2019-04-26)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- VyprVPN provider. [#72](https://github.com/passepartoutvpn/passepartout-ios/pull/72)
|
- VyprVPN provider. [#72](https://github.com/passepartoutvpn/passepartout-ios/pull/72)
|
||||||
- More infrastructure metadata.
|
- More infrastructure metadata.
|
||||||
|
- Portuguese translations (Helder Santana). [#70](https://github.com/passepartoutvpn/passepartout-ios/pull/70)
|
||||||
## 1.6.0 Beta 1757 (2019-04-25)
|
- German translations (Christian Lederer).
|
||||||
|
- Russian translations (Alexander Korobynikov).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -22,17 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Fall back to CloudFlare DNS when no servers provided. [tunnelkit#84](https://github.com/keeshux/tunnelkit/issues/84)
|
- 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)
|
- UDP may disconnect on high speeds. [tunnelkit#87](https://github.com/keeshux/tunnelkit/issues/87)
|
||||||
|
|
||||||
## 1.6.0 Beta 1750 (2019-04-23)
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Portuguese translations (Helder Santana). [#70](https://github.com/passepartoutvpn/passepartout-ios/pull/70)
|
|
||||||
- German translations (Christian Lederer).
|
|
||||||
- Russian translations (Alexander Korobynikov).
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- SoftEther connects without VPN icon. [#69](https://github.com/passepartoutvpn/passepartout-ios/issues/69)
|
- SoftEther connects without VPN icon. [#69](https://github.com/passepartoutvpn/passepartout-ios/issues/69)
|
||||||
|
|
||||||
## 1.5.0 (2019-04-17)
|
## 1.5.0 (2019-04-17)
|
||||||
|
|
|
@ -2,4 +2,17 @@
|
||||||
|
|
||||||
- VyprVPN provider.
|
- VyprVPN provider.
|
||||||
- More infrastructure metadata.
|
- More infrastructure metadata.
|
||||||
|
- Portuguese translations (Helder Santana).
|
||||||
|
- German translations (Christian Lederer).
|
||||||
|
- Russian translations (Alexander Korobynikov).
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Do not redirect all traffic to VPN unless `--redirect-gateway` specified.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fall back to CloudFlare DNS when no servers provided.
|
||||||
|
- UDP may disconnect on high speeds.
|
||||||
|
- SoftEther connects without VPN icon.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue