2022-04-19 14:17:13 +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 ).
2023-07-30 15:46:13 +00:00
## 2.2.0 (2023-07-30)
2023-07-17 19:47:58 +00:00
2023-07-23 10:45:47 +00:00
### Added
- OpenVPN: Allow editing of endpoints. [#335 ](https://github.com/passepartoutvpn/passepartout-apple/pull/335 )
2023-07-22 15:10:16 +00:00
### Changed
2023-09-09 18:29:04 +00:00
- Make iCloud an opt-in preference. [#227 ](https://github.com/passepartoutvpn/passepartout-apple/issues/227 )
2023-07-22 15:10:16 +00:00
- OpenVPN: Endpoint UX. [#332 ](https://github.com/passepartoutvpn/passepartout-apple/pull/332 )
2023-07-23 06:44:46 +00:00
- Convert trusted networks to on-demand activation. [#119 ](https://github.com/passepartoutvpn/passepartout-apple/issues/119 )
2023-07-22 15:10:16 +00:00
2023-07-06 10:05:27 +00:00
## 2.1.2 (2023-07-06)
2023-05-01 09:44:41 +00:00
### Fixed
- Allow wildcards in proxy bypass domains. [#296 ](https://github.com/passepartoutvpn/passepartout-apple/issues/296 )
2023-07-02 11:27:46 +00:00
- Fail gracefully when refreshing infrastructure. [#307 ](https://github.com/passepartoutvpn/passepartout-apple/pull/307 )
- Only show 'Reconnect' on active profile. [#311 ](https://github.com/passepartoutvpn/passepartout-apple/pull/311 )
- IPv4/6 address validation. [#308 ](https://github.com/passepartoutvpn/passepartout-apple/pull/308 )
- Domain name validation. [#297 ](https://github.com/passepartoutvpn/passepartout-apple/pull/297 )
2023-05-01 09:44:41 +00:00
2023-04-19 18:14:16 +00:00
## 2.1.1 (2023-04-19)
2023-04-08 09:59:20 +00:00
### Added
- Show app version in Mac menu (macOS). [#286 ](https://github.com/passepartoutvpn/passepartout-apple/pull/286 )
### Fixed
2023-04-18 15:22:45 +00:00
- Roll back broken kill switch flag. [#294 ](https://github.com/passepartoutvpn/passepartout-apple/pull/294 )
2023-04-08 09:59:20 +00:00
- Remove nonsense Mac menus (macOS). [#285 ](https://github.com/passepartoutvpn/passepartout-apple/pull/285 )
2023-04-07 07:20:12 +00:00
## 2.1.0 (2023-04-07)
2022-10-16 12:19:36 +00:00
2022-11-01 13:21:24 +00:00
### Added
2023-04-06 10:56:32 +00:00
- Option to lock app when entering background (iOS). [#270 ](https://github.com/passepartoutvpn/passepartout-apple/pull/270 )
2023-03-20 13:12:42 +00:00
- 3D Touch items (iOS). [#267 ](https://github.com/passepartoutvpn/passepartout-apple/pull/267 )
2023-07-17 19:46:32 +00:00
- Ukranian translations (@josser). [#243 ](https://github.com/passepartoutvpn/passepartout-apple/pull/243 )
2023-04-07 10:09:26 +00:00
- Randomize provider server. [#263 ](https://github.com/passepartoutvpn/passepartout-apple/pull/263 )
2023-03-17 21:16:04 +00:00
- Restore DNS "Domain" setting. [#260 ](https://github.com/passepartoutvpn/passepartout-apple/pull/260 )
2023-07-17 19:46:32 +00:00
- OpenVPN: Full implementation of Tunnelblick XOR patch (@tmthecoder). [#245 ](https://github.com/passepartoutvpn/passepartout-apple/pull/245 ), [tunnelkit#255 ](https://github.com/passepartoutvpn/tunnelkit/pull/255 )
2023-03-19 07:41:51 +00:00
- WireGuard: DoH/DoT options. [#264 ](https://github.com/passepartoutvpn/passepartout-apple/pull/264 )
2022-11-01 13:21:24 +00:00
2023-03-17 20:46:53 +00:00
### Changed
2023-03-19 07:41:51 +00:00
- Bump targets to iOS 15 / macOS 12.
2023-04-01 20:46:12 +00:00
- Always show "Reconnect" button. [#277 ](https://github.com/passepartoutvpn/passepartout-apple/pull/277 )
2023-03-17 20:46:53 +00:00
- Move Diagnostics view to Profile bottom. [#261 ](https://github.com/passepartoutvpn/passepartout-apple/pull/261 )
2022-10-30 19:58:06 +00:00
### Fixed
- Improve kill switch behavior. [#181 ](https://github.com/passepartoutvpn/passepartout-apple/issues/181 )
- Retain original filename as imported profile name. [#240 ](https://github.com/passepartoutvpn/passepartout-apple/pull/240 )
2023-04-04 16:59:05 +00:00
- In-app purchases other than full version were not recognized (macOS). [#281 ](https://github.com/passepartoutvpn/passepartout-apple/pull/281 )
2022-10-30 19:58:06 +00:00
2022-10-31 07:51:04 +00:00
## 2.0.2 (2022-10-31)
2022-10-30 19:58:06 +00:00
2022-10-16 12:19:36 +00:00
### Added
- OpenVPN: Support for `--remote-random-hostname` . [tunnelkit#286 ](https://github.com/passepartoutvpn/tunnelkit/pull/286 )
2022-10-17 15:36:32 +00:00
### Fixed
2022-10-24 22:20:16 +00:00
- OpenVPN: Tunnel dying prematurely. [tunnelkit#289 ](https://github.com/passepartoutvpn/tunnelkit/issues/289 ), [#237 ](https://github.com/passepartoutvpn/passepartout-apple/issues/237 )
- OpenVPN: Local network settings being ignored. [tunnelkit#290 ](https://github.com/passepartoutvpn/tunnelkit/issues/290 )
2022-10-29 09:22:06 +00:00
- OpenVPN: Routes from configuration file are ignored. [tunnelkit#278 ](https://github.com/passepartoutvpn/tunnelkit/issues/278 )
2022-10-26 16:49:01 +00:00
- OpenVPN: Parse IPv6 endpoints properly. [tunnelkit#294 ](https://github.com/passepartoutvpn/tunnelkit/issues/294 )
2022-10-17 15:36:32 +00:00
- Restore "Reconnect" action in profiles. [#232 ](https://github.com/passepartoutvpn/passepartout-apple/pull/232 )
2022-10-25 10:48:45 +00:00
- Systematic uninstallation of VPN profile if any IAP was refunded. [#238 ](https://github.com/passepartoutvpn/passepartout-apple/issues/238 )
2022-10-30 08:12:56 +00:00
- Use .includeAllNetworks for best-effort kill switch. [#181 ](https://github.com/passepartoutvpn/passepartout-apple/issues/181 ), [tunnelkit#300 ](https://github.com/passepartoutvpn/tunnelkit/pull/300 )
2022-10-17 15:36:32 +00:00
2022-10-17 06:29:20 +00:00
## 2.0.1 (2022-10-17)
2022-10-04 05:53:43 +00:00
2022-10-08 09:31:32 +00:00
### Added
- IVPN provider.
2022-10-13 17:12:05 +00:00
- OpenVPN: Support for `--route-nopull` . [#230 ](https://github.com/passepartoutvpn/passepartout-apple/pull/230 )
2022-10-16 06:33:32 +00:00
- App log in Diagnostics screen. [#234 ](https://github.com/passepartoutvpn/passepartout-apple/pull/234 )
2022-10-08 09:31:32 +00:00
2022-10-04 05:53:43 +00:00
### Changed
- Retain whitespaces in imported file names.
2022-10-04 20:24:06 +00:00
### Fixed
- Oeck provider is available again to free users.
2022-10-13 06:53:50 +00:00
- Randomic crashes on profile updates. [#229 ](https://github.com/passepartoutvpn/passepartout-apple/pull/229 )
2022-10-15 14:44:48 +00:00
- Mullvad: enforce password to avoid "Auth failed". [#233 ](https://github.com/passepartoutvpn/passepartout-apple/pull/233 )
2022-10-04 20:24:06 +00:00
2022-10-02 18:06:55 +00:00
## 2.0.0 (2022-10-02)
2022-04-19 14:17:13 +00:00
### Added
- WireGuard support. [#201 ](https://github.com/passepartoutvpn/passepartout-apple/issues/201 )
- iCloud support. [#137 ](https://github.com/passepartoutvpn/passepartout-apple/issues/137 )
### Changed
- App completely rewritten in SwiftUI.
### Fixed
- Files occasionally not selectable in browser. [#215 ](https://github.com/passepartoutvpn/passepartout-apple/issues/215 )