From 13df00d02e177e0b91b6a72333526938375e52d5 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Sun, 8 Oct 2023 09:06:16 +0200 Subject: [PATCH] release: version 0.8.6 --- assets/translations/strings_zh.i18n.json | 12 +++--- changelog.md | 50 +++++++++++++++++++++++- pubspec.yaml | 2 +- 3 files changed, 56 insertions(+), 8 deletions(-) diff --git a/assets/translations/strings_zh.i18n.json b/assets/translations/strings_zh.i18n.json index 1708f58b..a15b7045 100644 --- a/assets/translations/strings_zh.i18n.json +++ b/assets/translations/strings_zh.i18n.json @@ -1,6 +1,6 @@ { "general": { - "appTitle": "下一个", + "appTitle": "Hiddify Next", "reset": "重置", "toggle": { "enabled": "启用", @@ -28,7 +28,7 @@ "connected": "连接成功" }, "stats": { - "traffic": "实时流量", + "traffic": "实际流量", "trafficTotal": "总流量", "uplink": "上行链路", "downlink": "下行" @@ -36,12 +36,12 @@ }, "profile": { "overviewPageTitle": "型材", - "detailsPageTitle": "轮廓", + "detailsPageTitle": "配置文件", "activeProfileNameSemanticLabel": "活动配置文件名称:“${name}”。", - "activeProfileBtnSemanticLabel": "查看所有个人资料。", + "activeProfileBtnSemanticLabel": "查看所有配置文件", "nonActiveProfileBtnSemanticLabel": "选择“${name}”作为活动配置文件。", "subscription": { - "traffic": "交通", + "traffic": "流量", "updatedTimeAgo": "更新${timeago}", "remainingDuration": "剩余 ${duration} 天", "remainingTrafficSemanticLabel": "已消耗 ${consumed} 流量,共 ${total} 流量。", @@ -242,7 +242,7 @@ "unexpected": "意外的错误", "notFound": "未找到配置文件", "invalidConfig": "无效的配置", - "invalidUrl": "无效的网址" + "invalidUrl": "网址无效" }, "connection": { "unexpected": "意外连接错误", diff --git a/changelog.md b/changelog.md index 642a4127..61bf25be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,55 @@ # 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 diff --git a/pubspec.yaml b/pubspec.yaml index 685af99b..7237b2f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.8.5+805 +version: 0.8.6+806 environment: sdk: ">=3.0.5 <4.0.0"