diff --git a/Passepartout/App/iOS/CHANGELOG.md b/Passepartout/App/iOS/CHANGELOG.md index 9cf00132..3fe14042 100644 --- a/Passepartout/App/iOS/CHANGELOG.md +++ b/Passepartout/App/iOS/CHANGELOG.md @@ -5,7 +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.15.0 Beta 2528 (2021-01-26) +## Unreleased ### Added @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Drop hosts restriction in free version ("Unlimited hosts"). +### Fixed + +- Redundant keychain items. + ## 1.14.0 (2021-01-07) ### Added diff --git a/Passepartout/App/macOS/CHANGELOG.md b/Passepartout/App/macOS/CHANGELOG.md index 43c07258..e9061b1e 100644 --- a/Passepartout/App/macOS/CHANGELOG.md +++ b/Passepartout/App/macOS/CHANGELOG.md @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Country flags in provider infrastructure menu. +- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193) - Support DNS over HTTPS/TLS in "Network settings". [#91](https://github.com/passepartoutvpn/passepartout-apple/issues/91) +- Country flags in provider infrastructure menu. - Menu tooltip describing active profile and status. - Make "Confirm quit" a preference. @@ -23,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Provider infrastructure selectors not reloaded on profile change. -- Missing PAC URL in proxy settings on macOS. +- Missing PAC URL in proxy settings. +- Redundant keychain items. ## 1.0.0 (2021-01-01)