From cd836f6187c6ce33add61fa3a8242a8a5f3d06b4 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Sun, 8 Oct 2023 09:44:47 +0200 Subject: [PATCH] release: version 0.8.7 --- assets/translations/strings_zh.i18n.json | 4 ++-- changelog.md | 10 +++++++++- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/assets/translations/strings_zh.i18n.json b/assets/translations/strings_zh.i18n.json index a15b7045..e0e3540c 100644 --- a/assets/translations/strings_zh.i18n.json +++ b/assets/translations/strings_zh.i18n.json @@ -35,7 +35,7 @@ } }, "profile": { - "overviewPageTitle": "型材", + "overviewPageTitle": "配置文件", "detailsPageTitle": "配置文件", "activeProfileNameSemanticLabel": "活动配置文件名称:“${name}”。", "activeProfileBtnSemanticLabel": "查看所有配置文件", @@ -46,7 +46,7 @@ "remainingDuration": "剩余 ${duration} 天", "remainingTrafficSemanticLabel": "已消耗 ${consumed} 流量,共 ${total} 流量。", "expired": "已到期", - "noTraffic": "不再有交通" + "noTraffic": "无流量" }, "sortBy": { "lastUpdate": "最近更新", diff --git a/changelog.md b/changelog.md index 61bf25be..631c34bb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,15 @@ # Changelog -## 0.8.6 (2023-10-08) +## 0.8.7 (2023-10-08) + +#### Fix + +* Release message. + + + +## v0.8.6 (2023-10-08) #### Fix diff --git a/pubspec.yaml b/pubspec.yaml index 7237b2f2..545216e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.8.6+806 +version: 0.8.7+807 environment: sdk: ">=3.0.5 <4.0.0"