diff --git a/CHANGELOG.md b/CHANGELOG.md index 683da84d..3d1d9f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.14.1.dev] - 2023-1-19 + +### New Features and Improvements + +- Redesigned profile options on mobile +- Improved configuration parser +- Added export config json in iOS +- Added iOS URL scheme. [PR#343](https://github.com/hiddify/hiddify-next/pull/343) by [Amir Mohammadi](https://github.com/amirsaam) +- Added option to reset VPN profile on iOS + +### Bug Fixes + +- Fixed TLS Tricks causing app crash +- Fixed connection status on iOS app relaunch +- Fixed iOS connection stats +- Fixed infinite subscription traffic +- Fixed infinite subscription expiry. [PR#334](https://github.com/hiddify/hiddify-next/pull/334) by [Pavel Volkov](https://github.com/pvolkov) + ## [0.14.0.dev] - 2023-1-14 ### New Features and Improvements @@ -232,6 +250,7 @@ - Fixed localization mistakes in Russian. [PR#95](https://github.com/hiddify/hiddify-next/pull/95) by [solokot](https://github.com/solokot) - Fixed localization mistakes in Russian. [PR#74](https://github.com/hiddify/hiddify-next/pull/74) by [Elshad Guseynov](https://github.com/lifeindarkside) +[0.14.1.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.14.1.dev [0.14.0.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.14.0.dev [0.13.6]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.6 [0.13.5.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.5.dev diff --git a/dependencies.properties b/dependencies.properties index 42005eff..6563b5ea 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -1 +1 @@ -core.version=0.11.0 \ No newline at end of file +core.version=0.11.1 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 885931e7..009d6096 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 0.14.1+1401 +version: 0.14.1+1410 environment: sdk: ">=3.2.0 <4.0.0"