Set beta release
This commit is contained in:
parent
2e305b4e82
commit
c91a200e13
|
@ -5,13 +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).
|
||||||
|
|
||||||
## Unreleased
|
## 1.4.0 Beta 1676 (2019-04-10)
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- VPN status shortcut, enters active profile on selection.
|
|
||||||
|
|
||||||
## 1.4.0 Beta 1657 (2019-04-08)
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -20,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- In-app donations.
|
- In-app donations.
|
||||||
- Provider logos. [#55](https://github.com/passepartoutvpn/passepartout-ios/pull/55)
|
- Provider logos. [#55](https://github.com/passepartoutvpn/passepartout-ios/pull/55)
|
||||||
- Country flags. [#56](https://github.com/passepartoutvpn/passepartout-ios/pull/56)
|
- Country flags. [#56](https://github.com/passepartoutvpn/passepartout-ios/pull/56)
|
||||||
|
- VPN status shortcut, enters active profile on selection.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -3,13 +3,18 @@
|
||||||
- ProtonVPN provider.
|
- ProtonVPN provider.
|
||||||
- Italian translations.
|
- Italian translations.
|
||||||
- In-app donations.
|
- In-app donations.
|
||||||
|
- Provider logos.
|
||||||
|
- Country flags.
|
||||||
|
- VPN status shortcut, enters active profile on selection.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Automatic protocol defaults to UDP endpoints.
|
- Automatic protocol defaults to UDP endpoints.
|
||||||
|
- Improved Account screen, footers were hardly tappable.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Some providers may crash on VPN activation.
|
- Some providers may crash on VPN activation.
|
||||||
- Mullvad dying due to ping timeout.
|
- Mullvad dying due to ping timeout.
|
||||||
|
- Pushing DOMAIN has no effect.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue