Update metadata and CHANGELOG
This commit is contained in:
parent
7ee69e12bc
commit
a489cb53c9
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -5,15 +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.5.0 Beta 1733 (2019-04-17)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Regression in DNS configuration. [#68](https://github.com/passepartoutvpn/passepartout-ios/issues/68), [tunnelkit#85](https://github.com/keeshux/tunnelkit/pull/85)
|
||||
- Issues with very long PUSH_REPLY. [tunnelkit#71](https://github.com/keeshux/tunnelkit/issues/71)
|
||||
- Missing app icon in Credits.
|
||||
|
||||
## 1.5.0 Beta 1716 (2019-04-13)
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -22,9 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixed
|
||||
|
||||
- Regression in DNS configuration. [#68](https://github.com/passepartoutvpn/passepartout-ios/issues/68), [tunnelkit#85](https://github.com/keeshux/tunnelkit/pull/85)
|
||||
- SoftEther timing out. [tunnelkit#67](https://github.com/keeshux/tunnelkit/issues/67)
|
||||
- VPN status cell doesn't always enter active profile. [#63](https://github.com/passepartoutvpn/passepartout-ios/issues/63)
|
||||
- Masking preference not retained. [#64](https://github.com/passepartoutvpn/passepartout-ios/issues/64)
|
||||
- SoftEther timing out. [tunnelkit#67](https://github.com/keeshux/tunnelkit/issues/67)
|
||||
- Issues with very long PUSH_REPLY. [tunnelkit#71](https://github.com/keeshux/tunnelkit/issues/71)
|
||||
- Missing app icon in Credits.
|
||||
|
||||
## 1.4.0 (2019-04-11)
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
### Added
|
||||
|
||||
- NordVPN provider.
|
||||
- Support for `dhcp-option PROXY_HTTP[S]`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Regression in DNS configuration.
|
||||
- SoftEther timing out.
|
||||
- VPN status cell doesn't always enter active profile.
|
||||
- Masking preference not retained.
|
||||
- Issues with very long PUSH_REPLY.
|
||||
- Missing app icon in Credits.
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ FEATURE
|
|||
|
||||
- Configurazioni per i maggiori provider VPN:
|
||||
- Mullvad
|
||||
- NordVPN
|
||||
- Private Internet Access
|
||||
- ProtonVPN
|
||||
- TunnelBear
|
||||
|
|
|
@ -1 +1 @@
|
|||
Passepartout VPN
|
||||
Passepartout - OpenVPN Client
|
||||
|
|
|
@ -1,19 +1,14 @@
|
|||
### Aggiunti
|
||||
|
||||
- Provider ProtonVPN.
|
||||
- Traduzione all'italiano
|
||||
- Donazioni in-app.
|
||||
- Loghi provider.
|
||||
- Bandiere nazionali.
|
||||
- Scorciatoia stato VPN, apre il profilo attivo su selezione.
|
||||
|
||||
### Cambiati
|
||||
|
||||
- Il protocollo automatico ora preferisce UDP di default.
|
||||
- Migliorata la schermata Account, i footer erano difficili da selezionare.
|
||||
- Provider NordVPN.
|
||||
- Supporto per `dhcp-option PROXY_HTTP[S]`.
|
||||
|
||||
### Risolti
|
||||
|
||||
- Alcuni provider possono crashare all'attivazione della VPN.
|
||||
- Mullvad disconnesso per ping timeout.
|
||||
- Il push DOMAIN da server non ha effetto.
|
||||
- Regressione nella configurazione DNS.
|
||||
- Timeout con SoftEther.
|
||||
- La cella dello stato VPN non sempre entra nel profilo attivo.
|
||||
- Preferenza di mascheramento non salvata.
|
||||
- Problemi con PUSH_REPLY molto lunght.
|
||||
- Icona mancante nella schermata Credits.
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Client OpenVPN® Universale
|
||||
Connetti .ovpn & provider VPN
|
||||
|
|
Loading…
Reference in New Issue