passepartout-apple/Passepartout/App/macOS/CHANGELOG.md

91 lines
2.1 KiB
Markdown
Raw Normal View History

# 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).
2021-04-17 17:17:55 +00:00
## 1.15.2 (2021-04-17)
2021-04-10 13:49:51 +00:00
### Added
- Website guidance in provider account screen.
2021-04-14 15:13:30 +00:00
- Missing translations (German, Greek, Spanish, French, Dutch, Polish, Portuguese, Russian, Swedish, Chinese Simplified).
2021-04-10 13:49:51 +00:00
2021-04-10 13:10:40 +00:00
### Changed
2021-04-14 15:13:30 +00:00
- Improve debug log appearance.
2021-04-10 13:10:40 +00:00
### Fixed
- Prevent ineffective editing of trusted network SSID.
- VPN not being disabled when "Inactive" due to trusted network.
- Crash when adding dynamically updated provider.
2021-02-14 19:25:17 +00:00
## 1.15.1 (2021-02-14)
2021-02-11 22:19:25 +00:00
### Changed
- Skip keychain password prompt. [tunnelkit#200](https://github.com/passepartoutvpn/tunnelkit/issues/200)
### Fixed
- No way to set DNS servers when using DNS over HTTPS. [#171](https://github.com/passepartoutvpn/passepartout-apple/issues/171)
2021-02-09 08:48:52 +00:00
## 1.15.0 (2021-02-09)
2021-01-03 22:04:31 +00:00
### Added
2021-02-04 18:20:58 +00:00
- 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)
2021-01-24 21:37:19 +00:00
- Menu tooltip describing active profile and status.
2021-01-26 19:39:37 +00:00
- Make "Confirm quit" a preference.
2021-01-03 22:04:31 +00:00
### Changed
2021-01-14 23:46:23 +00:00
- Rendering of profile configuration.
2021-01-24 21:37:19 +00:00
- Color-blind friendly menu icon.
2021-01-03 22:04:31 +00:00
### Fixed
2021-01-27 01:21:45 +00:00
- Missing PAC URL in proxy settings.
- Redundant keychain items.
2021-01-03 22:04:31 +00:00
2021-01-28 18:19:26 +00:00
## 1.14.0 (2021-01-07)
### Added
- Country flags in provider infrastructure menu.
### Changed
- Rendering of provider infrastructures.
### Fixed
- Provider infrastructure selectors not reloaded on profile change.
## 1.0.0 (2021-01-01)
### Added
- Launch on boot/login.
- Change active profile from menu.
- Edit credentials/profile from menu.
- Links in About dialog.
### Changed
- Mimic iOS app when activating a profile (Use then Enable).
- Do not autoconnect to selected location.
### Fixed
- Unsaved settings.
- Incorrect keychain management.
- Menu inconsistencies.
## 1.0.0 beta 345 (2018-10-01)
First private beta release.