parent
2a1a72e719
commit
84cd721a79
4
.env
4
.env
|
@ -4,8 +4,8 @@ LANG="en_US.UTF-8"
|
||||||
STAGE_BUILD_PATH="build/$TARGET"
|
STAGE_BUILD_PATH="build/$TARGET"
|
||||||
STAGE_ARTIFACTS_PATH="dist/$TARGET"
|
STAGE_ARTIFACTS_PATH="dist/$TARGET"
|
||||||
STAGE_ARCHIVE_NAME="Passepartout"
|
STAGE_ARCHIVE_NAME="Passepartout"
|
||||||
BUILD_CHANGELOG_PATH="ci/CHANGELOG"
|
BUILD_CHANGELOG_PATH="ci/CHANGELOG.md"
|
||||||
BUILD_DESCRIPTION_PATH="ci/DESCRIPTION"
|
BUILD_DESCRIPTION_PATH="ci/DESCRIPTION.md"
|
||||||
|
|
||||||
GYM_SCHEME="Passepartout-iOS"
|
GYM_SCHEME="Passepartout-iOS"
|
||||||
MATCH_READONLY="true"
|
MATCH_READONLY="true"
|
||||||
|
|
|
@ -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/),
|
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.0 RC1 1194 (2018-11-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -47,7 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/keeshux/passepartout-ios/pull/1)
|
- Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/keeshux/passepartout-ios/pull/1)
|
||||||
- Alert unsupported configuration options.
|
- Alert unsupported configuration options.
|
||||||
- Use accent color for checkmarks in table cells.
|
- Use accent color for checkmarks in table cells.
|
||||||
- Hosts gone while connected. [#19](https://github.com/keeshux/passepartout-ios/issues/19)
|
|
||||||
|
|
||||||
## 1.0 beta 975 (2018-10-11)
|
## 1.0 beta 975 (2018-10-11)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue