Merge branch 'main' into main

This commit is contained in:
Hiddify
2023-11-16 15:10:01 +01:00
committed by GitHub
10 changed files with 119 additions and 75 deletions

View File

@@ -392,7 +392,7 @@ jobs:
with:
value: '${{ github.ref_name }}'
regex: '^v|.dev$'
flags: '' # Optional, defaults to "g"
flags: 'gi' # Optional, defaults to "g"
replacement: ''
- name: Winget Publish
if: ${{ env.CHANNEL != 'dev' }}
@@ -410,7 +410,7 @@ jobs:
with:
publish-type: 'Update'
user: 'Hiddify'
package: 'Next'
package: 'Next.Beta'
version: ${{ steps.version.outputs.value }}
url: 'https://github.com/hiddify/hiddify-next/releases/download/${{ github.ref_name }}/hiddify-windows-x64-setup.zip'
token: ${{ secrets.WINGET_TOKEN }}

View File

@@ -6,8 +6,13 @@
- Changed Responsive UI Behavior
- 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
- 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
- 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
@@ -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/).
- Changed in-app Toasts
- Updated Core Sing-box Version to 1.7.0
- Improved Network Reliability While Adding/Updating Subscriptions
- Improved QR Code Scanner
### 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 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. [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

View File

@@ -1,6 +1,7 @@
<div dir=rtl>
<div dir="ltr">
[**![Lang_farsi](https://user-images.githubusercontent.com/125398461/234186932-52f1fa82-52c6-417f-8b37-08fe9250a55f.png) فارسی**](README_fa.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**Русский 🇷🇺**](README_ru.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**English 🇺🇸**](README.md)
[**![Lang_farsi](https://user-images.githubusercontent.com/125398461/234186932-52f1fa82-52c6-417f-8b37-08fe9250a55f.png) فارسی**](README_fa.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**Русский 🇷🇺**](README_ru.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**English 🇺🇸**](README.md)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</div>
<p align="center"><img src="assets/images/logo.svg" width="168"/></p>
@@ -13,43 +14,48 @@
</div>
## Hiddify-Next 是什么?
基于 [Sing-box](https://github.com/SagerNet/sing-box) 的多平台客自动客户端,用作通用代理工具链。 该应用程序提供了广泛的功能,如下所列。 它还支持大量协议。 该应用程序免费使用、无广告且开源。 它提供了一个安全且私密的工具来访问免费互联网。
该应用程序是使用 [Flutter](https://flutter.dev/) 和 [Go](https://go.dev/) 开发的。 欲了解更多信息,您可以阅读我们的开发贡献指南。
<p dir="ltr" style="font-size: 16px">一个基于 <a href="https://github.com/SagerNet/sing-box">Sing-box</a> 的跨平台自动客户端,用作通用代理工具链。该应用提供了广泛的功能,如下所列。它还支持大量协议。该应用免费使用、无广告且开源。它为访问自由互联网提供了一个安全且私密的工具。</p>
该应用是使用 [Flutter](https://flutter.dev/) 和 [Go](https://go.dev/) 开发的。 欲了解更多信息,您可以参阅我们的开发贡献指南。
<div align=center>
<img width=90% alt="Chinese Demo" src="https://github.com/hiddify/hiddify-next/assets/125398461/531d6db2-ae7a-4234-addd-1a32b76050b8">
<img width=90% alt="English Demo" src="https://github.com/hiddify/hiddify-next/assets/125398461/ffe5346d-3404-470f-b5e0-4364e23743d2">
</div>
## 🚀 主要特点
⭐ 简单的用户界面易于使用
✈️ 多平台Android、Windows、Linux 和 macOS欢迎 iOS 的 PR
## 🚀 主要功能
⭐ 简单易用的用户界面
✈️ 跨平台Android、Windows、Linux 和 macOS欢迎 iOS 的 PR
🔍 基于延迟的自动选择
🟡 广泛的协议支持ECHSing-boxV2rayXrayVlessVmess、Trojan、Trojan with websocket、RealityTUIC、Hysteria、Hysteria2、ShadowTLSSSHClashClash meta
🟡 广泛的协议支持:**ECH, Sing-box, V2ray, Xray, Vless, Vmess, Reality, TUIC, Hysteria, ShadowTLS, SSH, Clash, Clash meta**
🟡 支持多种订阅链接导入ClashClash metaSing-box Shadowsocks
🟡 支持多种订阅链接导入: **Clash, Clash meta, Sing-box and Shadowsocks**
🔄 自动订阅更新
🔄 自动更新订阅
🔎 显示个人资料信息,包括剩余天数和流量使用情况
🔎 显示包含了剩余天数和流量使用情况的配置文件信息
💻 完全免费,没有任何广告和干扰
🛡 开源、安全且社区驱动
🛡 开源、安全且社区驱动
🌙 深色和浅色模式
所有代理管理面板的节点兼容
兼容所有代理管理面板
⭐ 适用于伊朗、中国、俄罗斯国家配置
⭐ 适用于伊朗、中国、俄罗斯或其他国家配置
📱 可在 Google Play 上获取
📱 可在 [Google Play](https://play.google.com/store/apps/details?id=app.hiddify.com) 上获取
## 下载
@@ -58,7 +64,7 @@
<thead align=left>
<tr>
<th>操作系统</th>
<th>下载</th>
<th>下载链接</th>
</tr>
</thead>
<tbody align=left>
@@ -66,9 +72,9 @@
<td>Android</td><td>
<a href="https://play.google.com/store/apps/details?id=app.hiddify.com"><img width=150px src="https://github.com/hiddify/hiddify-next/blob/main/docs/google-play-badge.png"></a><br>
<a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-universal.apk"><img src="https://img.shields.io/badge/APK-Universal-044d29.svg?logo=github"></a><br>
<a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-arm64.apk"><img src="https://img.shields.io/badge/APK-ArmV8-168039.svg?logo=github"></a><br>
<a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-arm7.apk"><img src="https://img.shields.io/badge/APK-ArmV7-45bf55.svg?logo=github"></a><br>
<a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-x86_64.apk"><img src="https://img.shields.io/badge/APK-x86_64-96ed89.svg?logo=github"></a>
<a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-arm64.apk"><img src="https://img.shields.io/badge/APK-ARMv8-168039.svg?logo=github"></a><br>
<a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-arm7.apk"><img src="https://img.shields.io/badge/APK-ARMv7-45bf55.svg?logo=github"></a><br>
<a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-android-x86_64.apk"><img src="https://img.shields.io/badge/APK-x64-96ed89.svg?logo=github"></a>
</td>
</tr>
<tr>
@@ -83,33 +89,37 @@
</tr>
<tr>
<td>Linux</td>
<td><a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-linux-x64.zip"><img src="https://img.shields.io/badge/AppImage-amd64-f84e29.svg?logo=github"> </a></td>
<td><a href="https://github.com/hiddify/hiddify-next/releases/latest/download/hiddify-linux-x64.zip"><img src="https://img.shields.io/badge/AppImage-x64-f84e29.svg?logo=github"> </a></td>
</tr>
</tbody>
</table>
</div>
## 安装和教程
请在 [wiki 页面](https://github.com/hiddify/hiddify-next/wiki) 上查找教程信息。
请在 [wiki 页面](https://github.com/hiddify/hiddify-next/wiki) 上获取教程信息。
## 改进翻译
您可以使用以下链接轻松地为该项目做出贡献以改进翻译:
- [简体中文](https://inlang.com/editor/github.com/hiddify/hiddify-next?lang=en&lang=zh)
- [英语](https://inlang.com/editor/github.com/hiddify/hiddify-next?lang=en)
您可以使用以下链接轻松地为该项目改进翻译以做出贡献
- [英语](https://inlang.com/editor/github.com/hiddify/hiddify-next?lang=en)
- [波斯语](https://inlang.com/editor/github.com/hiddify/hiddify-next?lang=en&lang=fa)
- [俄语](https://inlang.com/editor/github.com/hiddify/hiddify-next?lang=en&lang=ru)
- [简体中文](https://inlang.com/editor/github.com/hiddify/hiddify-next?lang=en&lang=zh)
## 致谢
- [Sing-box](https://github.com/SagerNet/sing-box)
- [Sing-box for Android](https://github.com/SagerNet/sing-box-for-android)
- [Clash](https://github.com/Dreamacro/clash)
- [Clash Meta](https://github.com/MetaCubeX/Clash.Meta)
- [FClash](https://github.com/Fclash/Fclash)
- [其他](./pubspec.yaml)
## 捐赠与支持
- [Others](./pubspec.yaml)
支持我们的最简单方法是单击此页面顶部的 Star (⭐)。
## 捐赠和支持
支持我们的最简单方法是单击此页面顶部的Star (⭐) 。
<div align=center>
@@ -117,24 +127,20 @@
</div>
我们的服务也需要资金支持。我们所有的活动都是自愿进行的,资金支持将用于项目的开发和维护。您可以在 [此处](https://github.com/hiddify/hiddify-manager/wiki/support) 查看我们的支持地址。
我们的服务也需要经济支持。我们所有的活动都是志愿性质的,经济支持将用于项目的发展。您可以在 [这里](https://github.com/hiddify/hiddify-server/wiki/support) 查看我们的支持地址。
## 合作与联系信息
我们需要您的合作来推动这个项目的发展。如果您在这些领域是专家,请不要犹豫联系我们并提及您的技能。
- Flutter 开发
- Swift 开发
- Kotlin 开发
- Go 开发
<div align=center>
<br>
## 协作和联系信息
我们需要您的协作才能继续开发并维护此项目。如果您是这些领域的专家,请随时与我们联系 并提及你的技能。
* Flutter 开发
* Swift 开发
* Kotlin 开发
* Go 开发
<div align=center>
[![Email](https://img.shields.io/badge/Email-contribute@hiddify.com-005FF9?style=flat-square&logo=mail.ru)](mailto:contribute@hiddify.com)
[![Telegram Channel](https://img.shields.io/endpoint?label=Channel&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fhiddify&color=blue)](https://telegram.dog/hiddify)
[![Telegram Group](https://img.shields.io/endpoint?color=neon&label=Support%20Group&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fhiddify_board)](https://telegram.dog/hiddify_board)
@@ -144,9 +150,10 @@
</div>
<p align=center>
感谢所有参与项目的人包括以下列出的人,和更多其他来自 Github 的人。你们对我们的意义非常重大。 ♥ </p>
我们非常感谢所有参与项目的人包括在这里的一些人和在Github之外的。这对我们来说意义重大。♥
</p>
<p align=center>
<a href="https://github.com/hiddify/hiddify-next/graphs/contributors">
<img src="https://contrib.rocks/image?repo=hiddify/hiddify-next" />
@@ -156,4 +163,3 @@
使用 <a rel="" target="_blank" href="https://contrib.rocks">Contrib.Rocks</a> 制作
</p>

View File

@@ -3,31 +3,31 @@
<channel>
<title>Release</title>
<item>
<title>Version 0.10.8</title>
<pubDate>Mon, 13 Nov 2023 19:00:00 +0000</pubDate>
<title>Version 0.10.0</title>
<pubDate>Sat, 28 Oct 2023 12:00:00 +0000</pubDate>
<enclosure url="https://play.google.com/store/apps/details?id=app.hiddify.com"
sparkle:version="0.10.8" sparkle:os="android" />
sparkle:version="0.10.0" sparkle:os="android" />
</item>
<item>
<title>Version 0.10.8</title>
<pubDate>Mon, 13 Nov 2023 19:00:00 +0000</pubDate>
<title>Version 0.10.9</title>
<pubDate>Wed, 15 Nov 2023 19:00:00 +0000</pubDate>
<enclosure
url="https://github.com/hiddify/hiddify-next/releases/download/v0.10.8.dev/hiddify-windows-x64-setup.zip"
sparkle:version="0.10.8" sparkle:os="windows" />
url="https://github.com/hiddify/hiddify-next/releases/download/v0.10.9.dev/hiddify-windows-x64-setup.zip"
sparkle:version="0.10.9" sparkle:os="windows" />
</item>
<item>
<title>Version 0.10.8</title>
<pubDate>Mon, 13 Nov 2023 19:00:00 +0000</pubDate>
<title>Version 0.10.9</title>
<pubDate>Wed, 15 Nov 2023 19:00:00 +0000</pubDate>
<enclosure
url="https://github.com/hiddify/hiddify-next/releases/download/v0.10.8.dev/hiddify-macos-universal.zip"
sparkle:version="0.10.8" sparkle:os="macos" />
url="https://github.com/hiddify/hiddify-next/releases/download/v0.10.9.dev/hiddify-macos-universal.zip"
sparkle:version="0.10.9" sparkle:os="macos" />
</item>
<item>
<title>Version 0.10.8</title>
<pubDate>Mon, 13 Nov 2023 19:00:00 +0000</pubDate>
<title>Version 0.10.9</title>
<pubDate>Wed, 15 Nov 2023 19:00:00 +0000</pubDate>
<enclosure
url="https://github.com/hiddify/hiddify-next/releases/download/v0.10.8.dev/hiddify-linux-x64.zip"
sparkle:version="0.10.8" sparkle:os="linux" />
url="https://github.com/hiddify/hiddify-next/releases/download/v0.10.9.dev/hiddify-linux-x64.zip"
sparkle:version="0.10.9" sparkle:os="linux" />
</item>
</channel>
</rss>

View File

@@ -241,6 +241,7 @@
"tray": {
"dashboard": "Dashboard",
"quit": "Quit",
"open": "Open",
"status": {
"connect": "Connect",
"connecting": "Connecting",

View File

@@ -246,7 +246,8 @@
"connecting": "در حال اتصال",
"disconnect": "قطع اتصال",
"disconnecting": "در حال قطع اتصال"
}
},
"open": "باز کن"
},
"failure": {
"unexpected": "خطای غیرمنتظره",

View File

@@ -28,10 +28,10 @@
"connected": "Подключено"
},
"stats": {
"traffic": "Скорость",
"traffic": "Текущий трафик",
"trafficTotal": "Трафик",
"uplink": "Исходящий канал",
"downlink": "Входящий канал"
"uplink": "Скорость отправки",
"downlink": "Скорость загрузки"
}
},
"profile": {
@@ -242,11 +242,12 @@
"dashboard": "Панель",
"quit": "Выход",
"status": {
"connect": "Подключено",
"connect": "Подключиться",
"connecting": "Подключение",
"disconnect": "Отключено",
"disconnect": "Отключиться",
"disconnecting": "Отключение"
}
},
"open": "Открыть"
},
"failure": {
"unexpected": "Неожиданная ошибка",

View File

@@ -246,7 +246,8 @@
"connecting": "正在连接",
"disconnect": "已断开连接",
"disconnecting": "正在断开连接"
}
},
"open": "打开"
},
"failure": {
"unexpected": "意外错误",

View File

@@ -1,6 +1,7 @@
import 'dart:io';
import 'package:hiddify/core/core_providers.dart';
import 'package:hiddify/core/router/router.dart';
import 'package:hiddify/data/repository/config_options_store.dart';
import 'package:hiddify/domain/connectivity/connectivity.dart';
import 'package:hiddify/domain/constants.dart';
@@ -37,6 +38,13 @@ class SystemTrayController extends _$SystemTrayController
final serviceMode = ref.watch(serviceModeStoreProvider);
final t = ref.watch(translationsProvider);
final destinations = <(String label, String location)>[
(t.home.pageTitle, const HomeRoute().location),
(t.proxies.pageTitle, const ProxiesRoute().location),
(t.logs.pageTitle, const LogsRoute().location),
(t.settings.pageTitle, const SettingsRoute().location),
(t.about.pageTitle, const AboutRoute().location),
];
loggy.debug('updating system tray');
@@ -79,6 +87,22 @@ class SystemTrayController extends _$SystemTrayController
],
),
),
MenuItem.submenu(
label: t.tray.open,
submenu: Menu(
items: [
...destinations.map(
(e) => MenuItem(
label: e.$1,
onClick: (_) async {
await ref.read(windowControllerProvider.notifier).show();
ref.read(routerProvider).go(e.$2);
},
),
),
],
),
),
MenuItem.separator(),
MenuItem(
label: t.tray.quit,

View File

@@ -1,7 +1,7 @@
name: hiddify
description: A Proxy Frontend.
publish_to: "none"
version: 0.10.8+1008
version: 0.10.9+1009
environment:
sdk: ">=3.1.0 <4.0.0"