passepartout-apple/CHANGELOG.md

186 lines
8.0 KiB
Markdown
Raw Normal View History

2018-10-11 07:13:19 +00:00
# Changelog
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).
2019-04-07 13:29:05 +00:00
## Unreleased
2019-04-07 11:00:08 +00:00
### Added
- In-app donations.
2019-04-07 13:29:05 +00:00
### Changed
- Automatic protocol defaults to UDP endpoints. [#61](https://github.com/passepartoutvpn/passepartout-ios/pull/61)
2019-04-07 06:43:40 +00:00
## 1.4.0 Beta 1614 (2019-04-07)
2019-04-05 17:48:41 +00:00
2019-04-06 12:07:15 +00:00
### Added
2019-04-06 12:16:37 +00:00
- ProtonVPN provider. [#7](https://github.com/passepartoutvpn/passepartout-ios/issues/7)
2019-04-06 12:07:15 +00:00
- Italian translations. [#58](https://github.com/passepartoutvpn/passepartout-ios/pull/58)
2019-04-05 17:48:41 +00:00
### Fixed
- Some providers may crash on VPN activation. [#57](https://github.com/passepartoutvpn/passepartout-ios/issues/57)
2019-04-07 06:43:40 +00:00
- Regression in PIA unable to connect.
2019-04-05 17:48:41 +00:00
2019-04-05 14:50:40 +00:00
## 1.3.1 Beta 1573 (2019-04-05)
2019-04-04 22:55:40 +00:00
### Added
- Provider logos. [#55](https://github.com/passepartoutvpn/passepartout-ios/pull/55)
2019-04-05 11:14:03 +00:00
- Country flags. [#56](https://github.com/passepartoutvpn/passepartout-ios/pull/56)
2019-04-04 22:55:40 +00:00
2019-04-05 14:50:40 +00:00
### Changed
- Improved Account screen, footers were hardly tappable.
### Fixed
- Pushing DOMAIN has no effect. [#48](https://github.com/passepartoutvpn/passepartout-ios/issues/48)
2019-04-02 21:21:31 +00:00
## 1.3.0 (2019-04-03)
### Added
- Windscribe provider. [#39](https://github.com/passepartoutvpn/passepartout-ios/issues/39)
### Fixed
- Support PKCS#8 encrypted cert keys. [#43](https://github.com/passepartoutvpn/passepartout-ios/issues/43), [tunnelkit#80](https://github.com/keeshux/tunnelkit/issues/80)
- Handle PEM with preamble. [tunnelkit#78](https://github.com/keeshux/tunnelkit/issues/78)
2019-04-02 09:44:53 +00:00
- Infrastructures not retained after refresh. [#54](https://github.com/passepartoutvpn/passepartout-ios/issues/54)
2019-03-31 21:49:48 +00:00
## 1.2.0 (2019-04-01)
2019-03-25 23:43:01 +00:00
2019-03-27 22:51:25 +00:00
### Added
- Siri Shortcuts in-app manager. [#46](https://github.com/passepartoutvpn/passepartout-ios/pull/46)
2019-03-30 19:11:45 +00:00
- Background data count updates in diagnostics. [#51](https://github.com/passepartoutvpn/passepartout-ios/pull/51)
2019-03-31 21:49:48 +00:00
- Configure masking in debug log for improved diagnostics.
- Mullvad provider. [#45](https://github.com/passepartoutvpn/passepartout-ios/pull/45)
- Support for encrypted certificate private keys. [#43](https://github.com/passepartoutvpn/passepartout-ios/pull/43)
2019-03-27 22:51:25 +00:00
2019-03-30 22:23:08 +00:00
### Changed
- Upgraded to Swift 5.
2019-03-25 23:43:01 +00:00
### Fixed
- EKU not verified with providers (regression).
- Occasionally overlapping footers in organizer.
2019-03-25 23:43:01 +00:00
2019-03-22 17:39:06 +00:00
## 1.1.0 (2019-03-22)
2019-03-19 12:12:59 +00:00
### Added
- Support for LZO compression. [#32](https://github.com/passepartoutvpn/passepartout-ios/issues/32), [tunnelkit#70](https://github.com/keeshux/tunnelkit/pull/70), [tunnelkit#69](https://github.com/keeshux/tunnelkit/pull/69)
2019-03-18 21:34:37 +00:00
- Siri shortcuts. [#41](https://github.com/passepartoutvpn/passepartout-ios/pull/41)
- Custom intents, have a look at Spotlight suggestions for Passepartout. [#40](https://github.com/passepartoutvpn/passepartout-ios/pull/40)
2019-03-19 20:52:09 +00:00
- TunnelBear provider. [#35](https://github.com/passepartoutvpn/passepartout-ios/pull/35)
2019-03-09 10:11:04 +00:00
2019-03-22 17:39:06 +00:00
### Changed
- Normalize localization of provider locations.
2019-03-08 11:59:55 +00:00
### Fixed
2019-03-19 20:52:09 +00:00
- Profile not activating if none is active. [#42](https://github.com/passepartoutvpn/passepartout-ios/issues/42)
- EKU verification enabled when it shouldn't be.
2019-03-08 11:59:55 +00:00
- Incorrect VPN status after renaming. [#37](https://github.com/passepartoutvpn/passepartout-ios/issues/37)
- Profile change doesn't disconnect active VPN. [#38](https://github.com/passepartoutvpn/passepartout-ios/issues/38)
2019-03-08 12:38:30 +00:00
- Some reconnection issues encountered with TunnelBear and NordVPN.
- Hosts gone while connected (credit to Aston Martin). [#19](https://github.com/passepartoutvpn/passepartout-ios/issues/19)
2019-03-05 09:32:47 +00:00
## 1.0.3 (2019-03-06)
### Fixed
- Regression in profile activation. [#36](https://github.com/passepartoutvpn/passepartout-ios/issues/36)
2019-03-03 13:22:04 +00:00
## 1.0.2 (2019-03-04)
### Fixed
2019-03-03 13:22:04 +00:00
- Profile sometimes not connecting right after add.
- Custom DNS servers were not applied.
- Shut down if server uses compression at all.
2019-02-28 16:30:41 +00:00
- Broken link to SwiftGen license.
## 1.0.1 (2019-02-27)
2019-01-17 08:54:56 +00:00
2019-02-03 21:10:14 +00:00
### Added
2019-02-23 11:16:28 +00:00
- Override DNS servers via `dhcp-option DNS`. [tunnelkit#56](https://github.com/keeshux/tunnelkit/pull/56)
2019-02-03 21:10:14 +00:00
- About link to FAQ.
2019-02-23 11:12:59 +00:00
### Changed
- Only enable EKU verification if `remote-cert-tls server`. [tunnelkit#64](https://github.com/keeshux/tunnelkit/pull/64)
2019-01-17 08:54:56 +00:00
### Fixed
- Shut down if server pushes a compression directive. [tunnelkit#65](https://github.com/keeshux/tunnelkit/pull/65)
2019-01-17 08:54:56 +00:00
- Retain DNS reply order in resolved endpoint addresses. [#31](https://github.com/passepartoutvpn/passepartout-ios/pull/31)
2019-01-04 17:16:41 +00:00
## 1.0 (2019-01-16)
2018-12-10 11:49:04 +00:00
### Added
2018-12-10 11:49:04 +00:00
- Automated app rating mechanism.
2018-11-04 15:08:12 +00:00
- Dot as a legal character in host profile title. [#22](https://github.com/passepartoutvpn/passepartout-ios/issues/22)
- Host profiles can now be renamed. [#24](https://github.com/passepartoutvpn/passepartout-ios/issues/24)
- Explicit rejection of encrypted client certificate keys. [#15](https://github.com/passepartoutvpn/passepartout-ios/issues/15)
- Attach .ovpn when reporting a connectivity issue, stripped of sensitive data. [#13](https://github.com/passepartoutvpn/passepartout-ios/pull/13)
- iTunes File Sharing (skythedesu). [#14](https://github.com/passepartoutvpn/passepartout-ios/pull/14)
- Tunnel failure reporting in UI. [#8](https://github.com/passepartoutvpn/passepartout-ios/pull/8)
- Explicit "Reconnect" button. [#9](https://github.com/passepartoutvpn/passepartout-ios/pull/9)
- Option to revert host parameters to original configuration (Nicholas Caito). [#10](https://github.com/passepartoutvpn/passepartout-ios/pull/10)
- Support for TLS wrapping (tls-auth and tls-crypt). [#5](https://github.com/passepartoutvpn/passepartout-ios/pull/5)
2018-10-27 22:07:20 +00:00
- AES-GCM and new endpoints to PIA network preset. [tunnelkit#32](https://github.com/keeshux/tunnelkit/pull/32)
- Disclosure indicators in profile organizer (Samuel Michaels).
- Disclaimer for app usage.
2018-10-26 22:55:08 +00:00
2018-10-27 22:07:20 +00:00
### Removed
2018-10-27 13:05:45 +00:00
2018-12-15 10:05:23 +00:00
- "Test connectivity" until it's more transparent.
2018-10-27 22:07:20 +00:00
- Password confirmation field, redundant with authentication failure message.
### Changed
2018-12-15 10:05:23 +00:00
- Relocated API endpoints, better before first release.
- Reorganized credits page.
- Internal refactoring (nothing visible).
- Disconnect VPN by default when entering a trusted network. [#25](https://github.com/passepartoutvpn/passepartout-ios/pull/25)
- Host parameters are read-only if there isn't an original configuration to revert to.
- Overall serialization performance.
2018-10-27 22:07:20 +00:00
- Drive generic support requests on Reddit.
- Add current Wi-Fi to trusted networks list but don't trust it by default.
### Fixed
2018-12-15 10:05:23 +00:00
- Infrastructures not refreshed. [#29](https://github.com/passepartoutvpn/passepartout-ios/issues/29)
- Incorrect compression warnings when importing host configurations. [#20](https://github.com/passepartoutvpn/passepartout-ios/pull/20)
- Regression in provider endpoints, IPv4 appearing reversed. [#23](https://github.com/passepartoutvpn/passepartout-ios/pull/23)
2018-11-04 15:08:12 +00:00
- Handling of extra whitespaces in .ovpn (Mike Mayer). [#17](https://github.com/passepartoutvpn/passepartout-ios/issues/17)
2018-10-27 22:07:20 +00:00
- Glitches in import wizard flow, sometimes not even appearing.
2018-11-04 15:08:12 +00:00
- Warn about .ovpn containing potentially unsupported compression. [#16](https://github.com/passepartoutvpn/passepartout-ios/issues/16)
2018-10-27 22:07:20 +00:00
- Retain credentials of replaced host profile.
- Original configuration not saved after reset.
- Connection occasionally turning inactive after a while.
- Improved performance and privacy of debug log.
2018-11-04 15:08:12 +00:00
- .ovpn files could not be imported without OpenVPN Connect installed. [#6](https://github.com/passepartoutvpn/passepartout-ios/issues/6)
2018-10-19 14:05:51 +00:00
- Fixed Mullvad abrupt disconnection. [tunnelkit#30](https://github.com/keeshux/tunnelkit/issues/30)
2018-11-04 15:08:12 +00:00
- Credentials are now optional for host profiles. [#4](https://github.com/passepartoutvpn/passepartout-ios/pull/4)
- Can now import .ovpn files from Apple Files app. [#1](https://github.com/passepartoutvpn/passepartout-ios/pull/1)
- Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/passepartoutvpn/passepartout-ios/pull/1)
2018-10-16 16:10:46 +00:00
- Alert unsupported configuration options.
- Use accent color for checkmarks in table cells.
2018-10-11 07:13:19 +00:00
## 1.0 beta 975 (2018-10-11)
First public beta release.