Set beta release

This commit is contained in:
Davide De Rosa 2019-12-22 12:16:21 +01:00
parent 02a2dc0512
commit a2a4db0568
2 changed files with 7 additions and 17 deletions

View File

@ -5,6 +5,12 @@ 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).
## 1.10.1 Beta 2263 (2019-12-22)
### Fixed
- Provider purchases were not properly recognized/restored. [#124](https://github.com/passepartoutvpn/passepartout-ios/pull/124)
## 1.10.0 (2019-12-19)
### Added

View File

@ -1,20 +1,4 @@
### 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.
- Provider purchases were not properly recognized/restored.