From 68e7be98ed2dac50e237f72e733016563002a00b Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Fri, 31 Jul 2026 21:18:57 +0800 Subject: [PATCH] =?UTF-8?q?1.7.0=E7=A1=AE=E8=AE=A4=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=81=E8=B7=AF=E7=BA=BF=E8=BF=9B=E5=BA=A6=E6=9B=B4=E8=BF=AD?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- assets/CHANGELOG.md | 21 +++++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efdbd83..569bc3b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ | 1.5.0 | 功率计算优化 | ✅ 已发布 | | 1.5.2 | 部分场景字体替换 | ✅ 已发布 | | 1.6.0 | 更新日志独立页面 | ✅ 已发布 | -| 1.7.0 | 适配夜间模式 | 📋近期开发 | +| 1.7.0 | 关于页与紧急发布log文件数据反作弊能力 | ✅ 已发布 | +| 1.8.0 | 适配夜间模式 | 📋近期开发 | | 2.0.0 | 数据看板月份显示扩展等系列更新 | 📋 远景 | | 3.0.0 | 搭配PC上位机记录充电信息等 | 📋 远景 | --- diff --git a/assets/CHANGELOG.md b/assets/CHANGELOG.md index d3c7193..6819ec7 100644 --- a/assets/CHANGELOG.md +++ b/assets/CHANGELOG.md @@ -1,3 +1,24 @@ +## [1.7.0] - 2026-07-31 + +### ✨ 新增功能 + +- **关于页面** + - 右上角三点菜单新增“关于”入口 + - 展示应用 Logo、版本号、作者信息及版权声明 + - 支持一键跳转源码仓库(Gitea),便于用户反馈问题 + +- **数据反作弊能力(紧急发布)** + - 容量数据入库前增加有效性校验,拒绝异常值污染趋势图 + - 校验规则:容量低于设计容量 60% 或高于 115% 的日志数据将被自动过滤 + - UI 层同步增加异常状态检测,容量或电压异常时相关数值自动标红警示 + - 该机制同时作用于历史日志扫描与实时数据读取,确保统计结果真实可信 + +### 🔧 问题修复 + +- 修复部分机型上 `url_launcher` 无法正常打开链接的问题(Android 11+ 包可见性适配) + +---- + ## [1.6.0] - 2026-07-20 ### ✨ 新增 diff --git a/pubspec.yaml b/pubspec.yaml index 2dd2852..3c13b78 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.7.0-dev.3 +version: 1.7.0 environment: sdk: ^3.9.2