Skip to content

v5.27.8

Latest

Choose a tag to compare

@anyme123 anyme123 released this 23 Feb 01:29

🔧 Bug Fixes

  • Fixed usage timeline chart not displaying bars - Rewrote the timeline bar chart using SVG rendering to resolve CSS height inheritance issues in Tauri WebView (fixes #166, #126)
  • Fixed backend date sorting - All engines (Claude/Codex/Gemini) now return by_date data in ascending order
  • Fixed frontend data aggregation - Corrected sort direction in multi-engine merge and removed redundant reverse operation

✨ Improvements

  • Added cost labels above each bar in the timeline chart
  • Changed timeline X-axis dates to Chinese format (M/D)
  • Removed Y-axis labels for a cleaner chart layout
  • Added gradient effect and proper spacing for bar styling

🔧 问题修复

  • 修复使用统计时间线柱形图不显示 - 使用 SVG 重写时间线柱形图,解决了 Tauri WebView 中 CSS 高度继承导致柱形图无法渲染的问题(修复 #166#126
  • 修复后端日期排序 - 所有引擎(Claude/Codex/Gemini)的 by_date 数据现在按升序返回
  • 修复前端数据聚合 - 修正多引擎合并时的排序方向,移除多余的 reverse 操作

✨ 改进

  • 时间线图表每个柱形上方显示费用金额
  • X 轴日期改为中文格式(月/日)
  • 移除左侧 Y 轴金额标签,界面更简洁
  • 柱形图添加渐变效果和合理间距