Set beta release
This commit is contained in:
parent
03515ba901
commit
46854fe45d
|
@ -5,10 +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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
## 1.10.0 Beta 2232 (2019-12-11)
|
||||
|
||||
### Added
|
||||
|
||||
- Dynamic providers, refresh supported list in real time.
|
||||
- Favorite provider locations. [#118](https://github.com/passepartoutvpn/passepartout-ios/issues/118)
|
||||
- Polish translations (Piotr Książek).
|
||||
|
||||
|
|
|
@ -1,14 +1,20 @@
|
|||
### Added
|
||||
|
||||
- Dynamic providers, refresh supported list in real time.
|
||||
- Favorite provider locations.
|
||||
- Polish translations (Piotr Książek).
|
||||
|
||||
### Changed
|
||||
|
||||
- "Trusted networks" settings are now saved per profile.
|
||||
- Require explicit `--ca` and `--cipher` in .ovpn configuration file.
|
||||
- Revert fallback to CloudFlare DNS when no servers provided.
|
||||
- German translations (Theodor Tietze).
|
||||
|
||||
### Fixed
|
||||
|
||||
- Only show pushed server configuration.
|
||||
- Adjust UI to device text size.
|
||||
- Restore provider flow after purchase.
|
||||
- Improved some translations.
|
||||
|
||||
|
|
Loading…
Reference in New Issue