Set beta release

This commit is contained in:
Davide De Rosa 2019-10-23 00:27:20 +02:00
parent b7625d253c
commit 113c1e47d9
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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