release: version 0.10.9.dev
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -6,8 +6,13 @@
|
|||||||
|
|
||||||
- Changed Responsive UI Behavior
|
- Changed Responsive UI Behavior
|
||||||
- Now app is responsive on all platforms with appropriate routing setup.
|
- Now app is responsive on all platforms with appropriate routing setup.
|
||||||
|
- Added Simplified Service Modes
|
||||||
|
- Choose between VPN(Tun), System Proxy and Proxy only modes. (System Proxy available on desktop)
|
||||||
|
- Added Share Functionality
|
||||||
|
- Share configuration as json(export to clipboard) or share subscription link as QR code.
|
||||||
- Redesigned System Tray on Desktop
|
- Redesigned System Tray on Desktop
|
||||||
- Options have been simplified and a new mode selector is added for easier access to TUN and Proxy modes.
|
- Options have been simplified and a new mode selector and navigation options are added.
|
||||||
|
- Added Privilege Checks for VPN(TUN) on Desktop
|
||||||
- Added Auto Connect on Start
|
- Added Auto Connect on Start
|
||||||
- On desktop, app will try to connect to the last used profile on startup. (if last session was not explicitly disconnected by the user)
|
- On desktop, app will try to connect to the last used profile on startup. (if last session was not explicitly disconnected by the user)
|
||||||
- Added AppCast Update Checker
|
- Added AppCast Update Checker
|
||||||
@@ -16,6 +21,8 @@
|
|||||||
- Now you're able to install and update Hiddify Next on Windows using [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/).
|
- Now you're able to install and update Hiddify Next on Windows using [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/).
|
||||||
- Changed in-app Toasts
|
- Changed in-app Toasts
|
||||||
- Updated Core Sing-box Version to 1.7.0
|
- Updated Core Sing-box Version to 1.7.0
|
||||||
|
- Improved Network Reliability While Adding/Updating Subscriptions
|
||||||
|
- Improved QR Code Scanner
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
@@ -25,7 +32,10 @@
|
|||||||
- Fixed translator script. [PR#108](https://github.com/hiddify/hiddify-next/pull/108) by [Hirad Rasoolinejad](https://github.com/Hiiirad)
|
- Fixed translator script. [PR#108](https://github.com/hiddify/hiddify-next/pull/108) by [Hirad Rasoolinejad](https://github.com/Hiiirad)
|
||||||
- Fixed localization mistakes in Chinese. [PR#113](https://github.com/hiddify/hiddify-next/pull/113) and [PR#123](https://github.com/hiddify/hiddify-next/pull/123) by [Nyar233](https://github.com/Nyar233)
|
- Fixed localization mistakes in Chinese. [PR#113](https://github.com/hiddify/hiddify-next/pull/113) and [PR#123](https://github.com/hiddify/hiddify-next/pull/123) by [Nyar233](https://github.com/Nyar233)
|
||||||
- Fixed localization mistakes in Chinese Readme. [PR#137](https://github.com/hiddify/hiddify-next/pull/137) by [wldjdjsks](https://github.com/huajizhige)
|
- Fixed localization mistakes in Chinese Readme. [PR#137](https://github.com/hiddify/hiddify-next/pull/137) by [wldjdjsks](https://github.com/huajizhige)
|
||||||
- Fixed localization mistakes in Chinese. [PR#138](https://github.com/hiddify/hiddify-next/pull/138) by [wldjdjsks](https://github.com/huajizhige)
|
- Fixed localization mistakes in Chinese. [PR#138](https://github.com/hiddify/hiddify-next/pull/138) and [PR#165](https://github.com/hiddify/hiddify-next/pull/165) by [wldjdjsks](https://github.com/huajizhige)
|
||||||
|
- Fixed localization mistakes in Russian. [PR#155](https://github.com/hiddify/hiddify-next/pull/155) and [PR#162](https://github.com/hiddify/hiddify-next/pull/162) by [solokot](https://github.com/solokot)
|
||||||
|
- Fixed linux build libs command. [PR#161](https://github.com/hiddify/hiddify-next/pull/161) by [Aloxaf](https://github.com/Aloxaf)
|
||||||
|
- Fixed localization mistakes in Russian. [PR#164](https://github.com/hiddify/hiddify-next/pull/164) by [jomertix](https://github.com/jomertix)
|
||||||
|
|
||||||
## [0.10.0] - 2023-10-27
|
## [0.10.0] - 2023-10-27
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: hiddify
|
name: hiddify
|
||||||
description: A Proxy Frontend.
|
description: A Proxy Frontend.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.10.8+1008
|
version: 0.10.9+1009
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.1.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user