release: version 0.9.1

This commit is contained in:
Hiddify
2023-10-15 21:19:06 +02:00
parent caae866807
commit c0710ecdf9
5 changed files with 232 additions and 40 deletions

View File

@@ -82,11 +82,11 @@
"failureMsg": "保存配置文件失败"
},
"detailsForm": {
"nameLabel": "名",
"nameHint": "个人资料名称",
"nameLabel": "名",
"nameHint": "配置文件名称",
"urlLabel": "网址",
"urlHint": "完整配置网址",
"emptyNameMsg": "名为必填项",
"emptyNameMsg": "名为必填项",
"invalidUrlMsg": "无效的网址",
"lastUpdate": "最后更新",
"updateInterval": "自动更新",
@@ -101,7 +101,7 @@
"sortOptions": {
"unsorted": "默认",
"name": "按字母顺序",
"delay": "延迟"
"delay": "延迟顺序"
}
},
"logs": {
@@ -110,7 +110,7 @@
"filterHint": "筛选",
"allLevelsFilter": "全部",
"shareCoreLogs": "分享核心日志",
"shareAppLogs": "共享应用程序日志"
"shareAppLogs": "分享日志"
},
"settings": {
"pageTitle": "设置",
@@ -174,20 +174,20 @@
"ipv6Mode": "IPv6路由",
"ipv6Modes": {
"disable": "禁用",
"enable": "使能够",
"enable": "启用",
"prefer": "首选",
"only": "独家的"
},
"remoteDnsAddress": "远程域名解析",
"remoteDnsDomainStrategy": "远程 DNS 域策略",
"directDnsAddress": "直接域名解析",
"remoteDnsAddress": "远程DNS解析",
"remoteDnsDomainStrategy": "远程 DNS 域策略",
"directDnsAddress": "直接DNS解析",
"directDnsDomainStrategy": "直接 DNS 域策略",
"mixedPort": "混合口",
"mixedPort": "混合口",
"localDnsPort": "本地 DNS 端口",
"tunImplementation": "TUN实施",
"mtu": "MTU",
"connectionTestUrl": "连接测试网址",
"urlTestInterval": "URL 测试间隔",
"urlTestInterval": "网址 测试间隔",
"enableClashApi": "启用Clash API",
"clashApiPort": "Clash API 端口",
"enableTun": "启用TUN",

View File

@@ -1,15 +1,129 @@
# Changelog
## 0.9.0 (2023-10-13)
## 0.9.1 (2023-10-15)
#### New
#### Other
* Add chinese lang.
* Update README_cn.md.
#### Changes
* Update README.md.
* Remove auto release message.
* Update README_fa.md.
* Update README.md.
* Update README.md.
* Update README_ru.md.
* Update README_cn.md.
* Update README_fa.md.
* Update README.md.
* Delete docs/file.
* Google play badge.
* Delete docs/google-play-badge1.png.
* Upload google play badge.
* Create file.
* Delete docs/google-play-badge.png.
* Fix ci.
* Change ndk setup.
* Update dependencies.
* Update README_ru.md.
* Update README_cn.md.
* Update README_ru.md.
* Update README_ru.md.
* Change desktop error handling.
* Fix android bugs.
* Update README.md.
* Update README_cn.md.
* Update README_ru.md.
* Update README_ru.md.
* Update README_cn.md.
* Update README_fa.md.
* Update README.md.
* Delete Russian_Flag.png.
* Add Russian flag.
* Delete docs/file.
* Create README_ru.md.
* Delete REAMME_ru.md.
* Create REAMME_ru.md.
* Update README_cn.md.
* Update README_fa.md.
* Update README_fa.md.
* Update README.md.
* Update README_cn.md.
* Update README_cn.md.
* Update README_fa.md.
* Update README.md.
* Update README.md.
* Update file.
* Uplaod a badge for google play.
* Delete google-play-badge.png.
* Add files via upload.
* Create file.
* Delete docs/google-play-badge.png.
* Delete google-play-badge.png.
* Add files via upload.
* Update README_fa.md.
* Update README.md.
* Update README.md.
* Create Chinese README_cn.md.
## v0.8.12 (2023-10-13)
#### Fix
@@ -19,26 +133,6 @@
* Release names.
* Release changelog.
* Missing libs.
* Release bug.
* Release message.
* Windows build.
* Build issue.
* Bug.
* Translate.
* Hysteria2 and some links.
* Chinese translation.
#### Other
* Update readme.
@@ -141,6 +235,58 @@
* Update release template.
## v0.8.11 (2023-10-08)
#### Changes
* Remove auto release message.
## v0.8.10 (2023-10-08)
#### Fix
* Release changelog.
## v0.8.9 (2023-10-08)
#### Fix
* Missing libs.
## v0.8.8 (2023-10-08)
#### Fix
* Release bug.
## v0.8.7 (2023-10-08)
#### Fix
* Release message.
## v0.8.6 (2023-10-08)
#### Fix
* Windows build.
* Build issue.
#### Other
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
* Update release_message.md.
@@ -177,6 +323,28 @@
* 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.
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
@@ -231,6 +399,16 @@
* Add issue template.
## v0.8.2 (2023-10-07)
#### Fix
* Hysteria2 and some links.
#### Other
* Update README_fa.md.
* Update README_fa.md.
@@ -272,6 +450,20 @@
* Add debug export to clipboard.
## v0.8.1 (2023-10-06)
#### New
* Add chinese lang.
#### Fix
* Chinese translation.
#### Other
* Update core 0.5.1.
* Fix floating number sub info header.

View File

@@ -1,7 +1,7 @@
name: hiddify
description: A Proxy Frontend.
publish_to: "none"
version: 0.9.0+900
version: 0.9.1+901
environment:
sdk: ">=3.0.5 <4.0.0"