release: version 0.8.6

This commit is contained in:
Hiddify
2023-10-08 09:06:16 +02:00
parent 0d6ae6f8e8
commit 13df00d02e
3 changed files with 56 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{ {
"general": { "general": {
"appTitle": "下一个", "appTitle": "Hiddify Next",
"reset": "重置", "reset": "重置",
"toggle": { "toggle": {
"enabled": "启用", "enabled": "启用",
@@ -28,7 +28,7 @@
"connected": "连接成功" "connected": "连接成功"
}, },
"stats": { "stats": {
"traffic": "实流量", "traffic": "实流量",
"trafficTotal": "总流量", "trafficTotal": "总流量",
"uplink": "上行链路", "uplink": "上行链路",
"downlink": "下行" "downlink": "下行"
@@ -36,12 +36,12 @@
}, },
"profile": { "profile": {
"overviewPageTitle": "型材", "overviewPageTitle": "型材",
"detailsPageTitle": "轮廓", "detailsPageTitle": "配置文件",
"activeProfileNameSemanticLabel": "活动配置文件名称:“${name}”。", "activeProfileNameSemanticLabel": "活动配置文件名称:“${name}”。",
"activeProfileBtnSemanticLabel": "查看所有个人资料。", "activeProfileBtnSemanticLabel": "查看所有配置文件",
"nonActiveProfileBtnSemanticLabel": "选择“${name}”作为活动配置文件。", "nonActiveProfileBtnSemanticLabel": "选择“${name}”作为活动配置文件。",
"subscription": { "subscription": {
"traffic": "交通", "traffic": "流量",
"updatedTimeAgo": "更新${timeago}", "updatedTimeAgo": "更新${timeago}",
"remainingDuration": "剩余 ${duration} 天", "remainingDuration": "剩余 ${duration} 天",
"remainingTrafficSemanticLabel": "已消耗 ${consumed} 流量,共 ${total} 流量。", "remainingTrafficSemanticLabel": "已消耗 ${consumed} 流量,共 ${total} 流量。",
@@ -242,7 +242,7 @@
"unexpected": "意外的错误", "unexpected": "意外的错误",
"notFound": "未找到配置文件", "notFound": "未找到配置文件",
"invalidConfig": "无效的配置", "invalidConfig": "无效的配置",
"invalidUrl": "无效的网址" "invalidUrl": "网址无效"
}, },
"connection": { "connection": {
"unexpected": "意外连接错误", "unexpected": "意外连接错误",

View File

@@ -1,7 +1,55 @@
# Changelog # Changelog
## 0.8.5 (2023-10-07) ## 0.8.6 (2023-10-08)
#### Fix
* Windows build.
* Build issue.
#### Other
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
* Update release_message.md.
* Merge branch 'main' of hiddify-github:hiddify/hiddify-next.
* Update release_message.md.
* Update README.md.
* Update README_fa.md.
* Delete docs/note.
* Add files via upload.
* Create note.
* Update contribute.md.
* Update README.md.
* Delete assets/images/google-play-badge.png.
* Update README_fa.md.
* Update README.md.
* Update release_message.md.
* Update release_message.md.
* Update release_message.md.
* Fix build.
## v0.8.5 (2023-10-07)
#### Fix #### Fix

View File

@@ -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.5+805 version: 0.8.6+806
environment: environment:
sdk: ">=3.0.5 <4.0.0" sdk: ">=3.0.5 <4.0.0"