Set beta release
This commit is contained in:
parent
b7625d253c
commit
113c1e47d9
|
@ -5,11 +5,13 @@ 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.9.0 Beta 2072 (2019-10-23)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Import host via document picker.
|
- Import host via document picker.
|
||||||
|
- Support for `--ping-restart` (Robert Patchett). [tunnelkit#122](https://github.com/passepartoutvpn/tunnelkit/pull/122)
|
||||||
|
- Support for proxy auto-configuration URL (ThinkChaos). [tunnelkit#125](https://github.com/passepartoutvpn/tunnelkit/pull/125)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Import host via document picker.
|
||||||
|
- Support for `--ping-restart` (Robert Patchett).
|
||||||
|
- Support for proxy auto-configuration URL (ThinkChaos).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Upgrade project to Xcode 11.
|
- Upgrade project to Xcode 11.
|
||||||
|
- Show Organizer on launch rather than profile in use.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue