Update changelog

This commit is contained in:
problematicconsumer
2024-01-19 00:41:22 +03:30
parent ba1fce2e87
commit b20eb1705a
3 changed files with 21 additions and 2 deletions

View File

@@ -1,5 +1,23 @@
# Changelog # 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 ## [0.14.0.dev] - 2023-1-14
### New Features and Improvements ### 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#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) - 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.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.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.5.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.5.dev

View File

@@ -1 +1 @@
core.version=0.11.0 core.version=0.11.1

View File

@@ -1,7 +1,7 @@
name: hiddify name: hiddify
description: Cross Platform Multi Protocol Proxy Frontend. description: Cross Platform Multi Protocol Proxy Frontend.
publish_to: "none" publish_to: "none"
version: 0.14.1+1401 version: 0.14.1+1410
environment: environment:
sdk: ">=3.2.0 <4.0.0" sdk: ">=3.2.0 <4.0.0"