release: version 0.9.0
This commit is contained in:
@@ -56,16 +56,16 @@
|
|||||||
"buttonText": "新的配置文件",
|
"buttonText": "新的配置文件",
|
||||||
"shortBtnTxt": "新的配置文件",
|
"shortBtnTxt": "新的配置文件",
|
||||||
"fromClipboard": "从剪贴板添加",
|
"fromClipboard": "从剪贴板添加",
|
||||||
"scanQr": "扫描二维码",
|
"scanQr": "扫二维码",
|
||||||
"manually": "手动输入",
|
"manually": "手动输入",
|
||||||
"addingProfileMsg": "添加个人资料",
|
"addingProfileMsg": "添加配置文件",
|
||||||
"failureMsg": "无法添加配置文件"
|
"failureMsg": "无法添加配置文件"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"buttonTxt": "更新",
|
"buttonTxt": "更新",
|
||||||
"tooltip": "更新个人信息",
|
"tooltip": "更新配置文件",
|
||||||
"failureMsg": "更新个人资料失败",
|
"failureMsg": "无法更新配置文件",
|
||||||
"successMsg": "个人资料更新成功"
|
"successMsg": "配置文件已成功更新"
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
"buttonTxt": "编辑",
|
"buttonTxt": "编辑",
|
||||||
@@ -73,8 +73,8 @@
|
|||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"buttonTxt": "删除",
|
"buttonTxt": "删除",
|
||||||
"confirmationMsg": "永久删除个人资料吗?",
|
"confirmationMsg": "永久删除配置文件吗?",
|
||||||
"successMsg": "个人资料删除成功"
|
"successMsg": "配置文件删除成功"
|
||||||
},
|
},
|
||||||
"save": {
|
"save": {
|
||||||
"buttonText": "节省",
|
"buttonText": "节省",
|
||||||
@@ -185,11 +185,11 @@
|
|||||||
"mixedPort": "混合港口",
|
"mixedPort": "混合港口",
|
||||||
"localDnsPort": "本地 DNS 端口",
|
"localDnsPort": "本地 DNS 端口",
|
||||||
"tunImplementation": "TUN实施",
|
"tunImplementation": "TUN实施",
|
||||||
"mtu": "最大传输单元",
|
"mtu": "MTU",
|
||||||
"connectionTestUrl": "连接测试网址",
|
"connectionTestUrl": "连接测试网址",
|
||||||
"urlTestInterval": "URL 测试间隔",
|
"urlTestInterval": "URL 测试间隔",
|
||||||
"enableClashApi": "启用冲突API",
|
"enableClashApi": "启用Clash API",
|
||||||
"clashApiPort": "冲突 API 端口",
|
"clashApiPort": "Clash API 端口",
|
||||||
"enableTun": "启用TUN",
|
"enableTun": "启用TUN",
|
||||||
"setSystemProxy": "设置系统代理"
|
"setSystemProxy": "设置系统代理"
|
||||||
}
|
}
|
||||||
@@ -214,20 +214,20 @@
|
|||||||
"ignoreBtnTxt": "忽略"
|
"ignoreBtnTxt": "忽略"
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"dashboard": "仪表板",
|
"dashboard": "控制面板",
|
||||||
"quit": "辞职",
|
"quit": "退出",
|
||||||
"systemProxy": "系统代理"
|
"systemProxy": "系统代理"
|
||||||
},
|
},
|
||||||
"failure": {
|
"failure": {
|
||||||
"unexpected": "意外的错误",
|
"unexpected": "意外错误",
|
||||||
"clash": {
|
"clash": {
|
||||||
"unexpected": "意外的错误",
|
"unexpected": "意外错误",
|
||||||
"core": "冲突错误${reason}"
|
"core": "Clash错误${reason}"
|
||||||
},
|
},
|
||||||
"singbox": {
|
"singbox": {
|
||||||
"unexpected": "意外的服务错误",
|
"unexpected": "意外服务错误",
|
||||||
"serviceNotRunning": "服务未运行",
|
"serviceNotRunning": "服务未运行",
|
||||||
"invalidConfigOptions": "无效的配置选项",
|
"invalidConfigOptions": "配置选项无效",
|
||||||
"invalidConfig": "无效配置",
|
"invalidConfig": "无效配置",
|
||||||
"create": "服务创建错误",
|
"create": "服务创建错误",
|
||||||
"start": "服务启动错误"
|
"start": "服务启动错误"
|
||||||
@@ -239,9 +239,9 @@
|
|||||||
"core": "核心错误"
|
"core": "核心错误"
|
||||||
},
|
},
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"unexpected": "意外的错误",
|
"unexpected": "意外错误",
|
||||||
"notFound": "未找到配置文件",
|
"notFound": "未找到配置文件",
|
||||||
"invalidConfig": "无效的配置",
|
"invalidConfig": "无效配置",
|
||||||
"invalidUrl": "网址无效"
|
"invalidUrl": "网址无效"
|
||||||
},
|
},
|
||||||
"connection": {
|
"connection": {
|
||||||
|
|||||||
194
changelog.md
194
changelog.md
@@ -1,56 +1,146 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
## 0.8.11 (2023-10-08)
|
## 0.9.0 (2023-10-13)
|
||||||
|
|
||||||
|
#### New
|
||||||
|
|
||||||
|
* Add chinese lang.
|
||||||
|
|
||||||
#### Changes
|
#### Changes
|
||||||
|
|
||||||
* Remove auto release message.
|
* Remove auto release message.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.10 (2023-10-08)
|
|
||||||
|
|
||||||
#### Fix
|
#### Fix
|
||||||
|
|
||||||
|
* Typo.
|
||||||
|
|
||||||
|
* Bug.
|
||||||
|
|
||||||
|
* Release names.
|
||||||
|
|
||||||
* Release changelog.
|
* Release changelog.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.9 (2023-10-08)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Missing libs.
|
* Missing libs.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.8 (2023-10-08)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Release bug.
|
* Release bug.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.7 (2023-10-08)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Release message.
|
* Release message.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.6 (2023-10-08)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Windows build.
|
* Windows build.
|
||||||
|
|
||||||
* Build issue.
|
* Build issue.
|
||||||
|
|
||||||
|
* Bug.
|
||||||
|
|
||||||
|
* Translate.
|
||||||
|
|
||||||
|
* Hysteria2 and some links.
|
||||||
|
|
||||||
|
* Chinese translation.
|
||||||
|
|
||||||
#### Other
|
#### Other
|
||||||
|
|
||||||
|
* Update readme.
|
||||||
|
|
||||||
|
* Update core.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Merge pull request #56 from solokot/main.
|
||||||
|
_Improvement of Russian translation_
|
||||||
|
|
||||||
|
* Improvement of Russian translation.
|
||||||
|
_Basically a replacement for machine automatic translation_
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Fix bugs.
|
||||||
|
|
||||||
|
* Change android signing.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update readme.
|
||||||
|
|
||||||
|
* Update contribution guide.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update release_message.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update README.md.
|
||||||
|
|
||||||
|
* Update README_fa.md.
|
||||||
|
|
||||||
|
* Update release template.
|
||||||
|
|
||||||
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
|
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
|
||||||
|
|
||||||
* Update release_message.md.
|
* Update release_message.md.
|
||||||
@@ -87,28 +177,6 @@
|
|||||||
|
|
||||||
* Fix build.
|
* Fix build.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.5 (2023-10-07)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Bug.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.4 (2023-10-07)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Translate.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.3 (2023-10-07)
|
|
||||||
|
|
||||||
#### Other
|
|
||||||
|
|
||||||
* Add release message and help.
|
* Add release message and help.
|
||||||
|
|
||||||
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
|
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
|
||||||
@@ -163,16 +231,6 @@
|
|||||||
|
|
||||||
* Add issue template.
|
* Add issue template.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.2 (2023-10-07)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Hysteria2 and some links.
|
|
||||||
|
|
||||||
#### Other
|
|
||||||
|
|
||||||
* Update README_fa.md.
|
* Update README_fa.md.
|
||||||
|
|
||||||
* Update README_fa.md.
|
* Update README_fa.md.
|
||||||
@@ -214,20 +272,6 @@
|
|||||||
|
|
||||||
* Add debug export to clipboard.
|
* Add debug export to clipboard.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## v0.8.1 (2023-10-06)
|
|
||||||
|
|
||||||
#### New
|
|
||||||
|
|
||||||
* Add chinese lang.
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* Chinese translation.
|
|
||||||
|
|
||||||
#### Other
|
|
||||||
|
|
||||||
* Update core 0.5.1.
|
* Update core 0.5.1.
|
||||||
|
|
||||||
* Fix floating number sub info header.
|
* Fix floating number sub info header.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: hiddify
|
name: hiddify
|
||||||
description: A Proxy Frontend.
|
description: A Proxy Frontend.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.8.11+811
|
version: 0.9.0+900
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.5 <4.0.0"
|
sdk: ">=3.0.5 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user