Set beta release
This commit is contained in:
parent
02a2dc0512
commit
a2a4db0568
|
@ -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/),
|
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).
|
||||||
|
|
||||||
|
## 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)
|
## 1.10.0 (2019-12-19)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -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
|
### Fixed
|
||||||
|
|
||||||
- Only show pushed server configuration.
|
- Provider purchases were not properly recognized/restored.
|
||||||
- Adjust UI to device text size.
|
|
||||||
- Restore provider flow after purchase.
|
|
||||||
- Improved some translations.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue