Fix release notes
This commit is contained in:
parent
6ed36125de
commit
ac19a15072
22
Gemfile.lock
22
Gemfile.lock
|
@ -15,17 +15,17 @@ GEM
|
||||||
artifactory (3.0.15)
|
artifactory (3.0.15)
|
||||||
atomos (0.1.3)
|
atomos (0.1.3)
|
||||||
aws-eventstream (1.1.0)
|
aws-eventstream (1.1.0)
|
||||||
aws-partitions (1.418.0)
|
aws-partitions (1.422.0)
|
||||||
aws-sdk-core (3.111.2)
|
aws-sdk-core (3.112.0)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
aws-partitions (~> 1, >= 1.239.0)
|
aws-partitions (~> 1, >= 1.239.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
jmespath (~> 1.0)
|
jmespath (~> 1.0)
|
||||||
aws-sdk-kms (1.41.0)
|
aws-sdk-kms (1.42.0)
|
||||||
aws-sdk-core (~> 3, >= 3.109.0)
|
aws-sdk-core (~> 3, >= 3.112.0)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
aws-sdk-s3 (1.87.0)
|
aws-sdk-s3 (1.88.0)
|
||||||
aws-sdk-core (~> 3, >= 3.109.0)
|
aws-sdk-core (~> 3, >= 3.112.0)
|
||||||
aws-sdk-kms (~> 1)
|
aws-sdk-kms (~> 1)
|
||||||
aws-sigv4 (~> 1.1)
|
aws-sigv4 (~> 1.1)
|
||||||
aws-sigv4 (1.2.2)
|
aws-sigv4 (1.2.2)
|
||||||
|
@ -85,7 +85,7 @@ GEM
|
||||||
escape (0.0.4)
|
escape (0.0.4)
|
||||||
ethon (0.12.0)
|
ethon (0.12.0)
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
excon (0.78.1)
|
excon (0.79.0)
|
||||||
faraday (1.3.0)
|
faraday (1.3.0)
|
||||||
faraday-net_http (~> 1.0)
|
faraday-net_http (~> 1.0)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
|
@ -96,8 +96,8 @@ GEM
|
||||||
faraday-net_http (1.0.1)
|
faraday-net_http (1.0.1)
|
||||||
faraday_middleware (1.0.0)
|
faraday_middleware (1.0.0)
|
||||||
faraday (~> 1.0)
|
faraday (~> 1.0)
|
||||||
fastimage (2.2.1)
|
fastimage (2.2.2)
|
||||||
fastlane (2.172.0)
|
fastlane (2.173.0)
|
||||||
CFPropertyList (>= 2.3, < 4.0.0)
|
CFPropertyList (>= 2.3, < 4.0.0)
|
||||||
addressable (>= 2.3, < 3.0.0)
|
addressable (>= 2.3, < 3.0.0)
|
||||||
artifactory (~> 3.0)
|
artifactory (~> 3.0)
|
||||||
|
@ -186,7 +186,7 @@ GEM
|
||||||
http-cookie (1.0.3)
|
http-cookie (1.0.3)
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
i18n (1.8.7)
|
i18n (1.8.8)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jmespath (1.4.0)
|
jmespath (1.4.0)
|
||||||
json (2.5.1)
|
json (2.5.1)
|
||||||
|
@ -217,7 +217,7 @@ GEM
|
||||||
ruby2_keywords (0.0.4)
|
ruby2_keywords (0.0.4)
|
||||||
rubyzip (2.3.0)
|
rubyzip (2.3.0)
|
||||||
security (0.1.3)
|
security (0.1.3)
|
||||||
signet (0.14.0)
|
signet (0.14.1)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
faraday (>= 0.17.3, < 2.0)
|
faraday (>= 0.17.3, < 2.0)
|
||||||
jwt (>= 1.5, < 3.0)
|
jwt (>= 1.5, < 3.0)
|
||||||
|
|
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- 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)
|
- Support DNS over HTTPS/TLS in "Network settings". [#91](https://github.com/passepartoutvpn/passepartout-apple/issues/91)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -5,11 +5,11 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## 1.15.0 Beta 2597 (2021-02-04)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- 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)
|
- Support DNS over HTTPS/TLS in "Network settings". [#91](https://github.com/passepartoutvpn/passepartout-apple/issues/91)
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support `--data-ciphers` from OpenVPN 2.5 [tunnelkit#193](https://github.com/passepartoutvpn/tunnelkit/issues/193)
|
- Support `--data-ciphers` from OpenVPN 2.5.
|
||||||
- Support DNS over HTTPS/TLS in "Network settings".
|
- Support DNS over HTTPS/TLS in "Network settings".
|
||||||
- Menu tooltip describing active profile and status.
|
- Menu tooltip describing active profile and status.
|
||||||
- Make "Confirm quit" a preference.
|
- Make "Confirm quit" a preference.
|
||||||
|
|
Loading…
Reference in New Issue