From 337a49b5560662979ba41d357d48a827db670be8 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 14 Jan 2024 13:24:39 +0330 Subject: [PATCH] release: version 0.14.0.dev --- CHANGELOG.md | 18 ++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9eacf7b..683da84d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.14.0.dev] - 2023-1-14 + +### New Features and Improvements + +- Published initial iOS beta version on TestFlight + - Thanks to contributions from [GFWFighter](https://github.com/GFWFighter) and [Amir Mohammadi](https://github.com/amirsaam) + - iOS version is still in heavy development phase and there are known bugs +- Added Spanish language. [PR#314](https://github.com/hiddify/hiddify-next/pull/314) by [AvatarStark](https://github.com/AvatarStark) +- Changed Routing Assets page layout, separating assets by type +- Improved descriptions for some of the options in settings page + +### Bug Fixes + +- Fixed Deep links on Windows +- Fixed minor UI bugs +- Fixed subscription profiles with infinite traffic + ## [0.13.6] - 2023-1-7 - First stable 0.13.x release. check changes from 0.13.0.dev to 0.13.5.dev for more details. @@ -215,6 +232,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.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 [0.13.4.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.4.dev diff --git a/pubspec.yaml b/pubspec.yaml index 6f12bd650..8464dc796 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.13.6+1360 +version: 0.14.0+1400 environment: sdk: ">=3.2.0 <4.0.0"