Skip to content

Commit 682f69e

Browse files
committed
chore: release v0.28.0
1 parent 573dea7 commit 682f69e

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.28.0
4+
5+
### Minor Changes
6+
7+
- Chat session detail upgrades:
8+
9+
- 会话详情底栏新增 provider / model / context window 占用展示(peak 单回合 input + cache 总和),后端新增 `get_session_usage` 按需读取真实用量
10+
- "messages" 计数改为 "rounds"(仅统计用户 prompt,剔除工具调用与 meta)
11+
- Markdown 链接 `[text](path)` 接入智能路径解析:命中本地文件时渲染 PathLink(存在性检查 + 右键菜单),外链走原系统打开
12+
- 路由刷新后恢复上次所在页面,不再强制跳回 Dashboard
13+
- 代码块 / 链接渲染细节修复(去除双层 border、prose-pre 背景透明化)
14+
315
## 0.27.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lovcode",
33
"private": true,
4-
"version": "0.27.0",
4+
"version": "0.28.0",
55
"type": "module",
66
"packageManager": "pnpm@10.18.1",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lovcode"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

0 commit comments

Comments
 (0)