From 8b2d9b8e7b88a0733203ad2b0f69b0b430d49e7a Mon Sep 17 00:00:00 2001 From: argszero Date: Mon, 24 Aug 2026 13:22:53 +0800 Subject: [PATCH] chore(release): bump to v0.7.15 + changelog --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- ui/index.html | 10 +++++----- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ac249..72db917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes are recorded here. Versions follow [SemVer](https://semver.org/). +## v0.7.15 (2026-08-24) + +- **趋势图渐变修复(rant 2026-08-24T12:32:18,PR #138)** — 交易趋势图填充面积不再显示黑色实心:`` 的 stop-color/stop-opacity 改为内联属性(复用仪表盘 sparkline 写法)+ 每实例唯一渐变 id,删除不可靠的 CSS class 方案;4 个指标切换均显示对应色 0.35→0 渐变面积 +- **交易列表时间精确显示(rant 2026-08-24T12:38:44,PR #139)** — 交易记录列表时间列由相对时间("3 小时前")改为精确本地时间(`2026-08-24 12:36:12`),相对时间移入悬停提示 +- **API Key 最近使用真实数据(rant 2026-08-24T12:41:25,PR #140)** — 设置页 API Key「最近使用」不再硬编码"从未":api_keys 表新增 last_used 字段,网关计费时更新,list 接口返回真实时间;未使用过的 key 才显示"从未" + ## v0.7.14 (2026-08-24) - **交易记录页真分页(rant 2026-08-24T10:51:57,PR #135)** — 修复假分页:改为后端翻页,`/api/transactions` 支持 `page`/`pageSize`,前端按表格分页参数拉取并显示真实总数(7320 条全部可达),紧凑省略号分页器 + 翻页滚动回顶部 diff --git a/Cargo.lock b/Cargo.lock index 4bb95de..57bf93c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "aitokenpool" -version = "0.7.14" +version = "0.7.15" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6492fdd..40f170b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aitokenpool" -version = "0.7.14" +version = "0.7.15" edition = "2021" description = "AI Token 共享池 — 企业 key 池 + 公共共享市场" license = "MIT" diff --git a/ui/index.html b/ui/index.html index e00bcee..94dc462 100644 --- a/ui/index.html +++ b/ui/index.html @@ -5,7 +5,7 @@ AITokenPool - + @@ -683,9 +683,9 @@

使用模型

- - - - + + + +