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).
|
|
|
|
|
2018-10-27 14:01:06 +00:00
|
|
|
## 1.0 beta 1150 (2018-10-27)
|
2018-10-26 22:55:08 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Attach .ovpn when reporting a connectivity issue, stripped of sensitive data. [#13](https://github.com/keeshux/passepartout-ios/pull/13)
|
2018-10-27 10:29:17 +00:00
|
|
|
- iTunes File Sharing (skythedesu). [#14](https://github.com/keeshux/passepartout-ios/pull/14)
|
2018-10-26 22:55:08 +00:00
|
|
|
|
2018-10-27 13:05:45 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Warn about .ovpn containing potentially unsupported compression. [#16](https://github.com/keeshux/passepartout-ios/issues/16)
|
2018-10-27 13:56:33 +00:00
|
|
|
- Retain credentials of replaced host profile.
|
2018-10-27 13:05:45 +00:00
|
|
|
|
2018-10-26 17:08:00 +00:00
|
|
|
## 1.0 beta 1107 (2018-10-26)
|
2018-10-25 20:51:01 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Host parameters are read-only if there isn't an original configuration to revert to.
|
2018-10-26 08:00:28 +00:00
|
|
|
- Overall serialization performance.
|
2018-10-25 20:51:01 +00:00
|
|
|
|
2018-10-26 17:08:00 +00:00
|
|
|
WARNING: this build *should not* but *might* erase all your profiles!
|
|
|
|
|
2018-10-24 19:57:27 +00:00
|
|
|
## 1.0 beta 1084 (2018-10-24)
|
2018-10-23 16:50:24 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Original configuration not saved after reset.
|
2018-10-24 19:19:10 +00:00
|
|
|
- Connection occasionally turning inactive after a while.
|
|
|
|
- Improved performance and privacy of debug log.
|
2018-10-23 16:50:24 +00:00
|
|
|
|
2018-10-23 10:17:45 +00:00
|
|
|
## 1.0 beta 1075 (2018-10-23)
|
2018-10-21 23:44:24 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2018-10-21 23:46:34 +00:00
|
|
|
- Tunnel failure reporting in UI. [#8](https://github.com/keeshux/passepartout-ios/pull/8)
|
2018-10-21 23:44:24 +00:00
|
|
|
- Explicit "Reconnect" button. [#9](https://github.com/keeshux/passepartout-ios/pull/9)
|
2018-10-22 09:35:57 +00:00
|
|
|
- Option to revert host parameters to original configuration (Nicholas Caito). [#10](https://github.com/keeshux/passepartout-ios/pull/10)
|
2018-10-20 17:21:42 +00:00
|
|
|
|
2018-10-22 20:19:44 +00:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Password confirmation field, redundant with authentication failure message.
|
|
|
|
|
2018-10-20 17:21:42 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- .ovpn files could not be imported without OpenVPN Connect installed. [#6](https://github.com/keeshux/passepartout-ios/issues/6)
|
|
|
|
|
2018-10-19 21:00:11 +00:00
|
|
|
## 1.0 beta 1040 (2018-10-19)
|
2018-10-19 00:28:31 +00:00
|
|
|
|
2018-10-19 15:31:17 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Support for TLS wrapping (tls-auth and tls-crypt). [#5](https://github.com/keeshux/passepartout-ios/pull/5)
|
|
|
|
|
2018-10-19 00:28:31 +00:00
|
|
|
### Fixed
|
|
|
|
|
2018-10-19 14:05:51 +00:00
|
|
|
- Fixed Mullvad abrupt disconnection. [tunnelkit#30](https://github.com/keeshux/tunnelkit/issues/30)
|
2018-10-19 15:31:17 +00:00
|
|
|
- Credentials are now optional for host profiles. [#4](https://github.com/keeshux/passepartout-ios/pull/4)
|
2018-10-19 00:28:31 +00:00
|
|
|
|
2018-10-18 14:50:25 +00:00
|
|
|
## 1.0 beta 1018 (2018-10-18)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Drive generic support requests on Reddit.
|
|
|
|
|
2018-10-18 12:47:56 +00:00
|
|
|
## 1.0 beta 1013 (2018-10-18)
|
2018-10-18 12:03:33 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2018-10-19 00:28:31 +00:00
|
|
|
- AES-GCM and new endpoints to PIA network preset. [tunnelkit#32](https://github.com/keeshux/tunnelkit/pull/32)
|
2018-10-18 12:03:33 +00:00
|
|
|
- Disclosure indicators in profile organizer (Samuel Michaels).
|
|
|
|
- Disclaimer for app usage.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2018-10-19 00:28:31 +00:00
|
|
|
- Can now import .ovpn files from Apple Files app. [#1](https://github.com/keeshux/passepartout-ios/pull/1)
|
|
|
|
- Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/keeshux/passepartout-ios/pull/1)
|
2018-10-18 12:03:33 +00:00
|
|
|
|
2018-10-16 16:10:46 +00:00
|
|
|
## 1.0 beta 989 (2018-10-16)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- 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.
|