Преглед изворни кода

docs: update changelog for v0.3.34 [skip ci]

github-actions[bot] пре 2 месеци
родитељ
комит
e761670516
1 измењених фајлова са 16 додато и 0 уклоњено
  1. 16 0
      CHANGELOG.md

+ 16 - 0
CHANGELOG.md

@@ -4,6 +4,22 @@
 
 ---
 
+## [v0.3.34](https://github.com/ding113/claude-code-hub/releases/tag/v0.3.34) - 2025-12-22
+
+### 新增
+
+- Dashboard 和排行榜新增供应商缓存命中率统计,支持查看各供应商的缓存利用情况 (#399) [@ding113](https://github.com/ding113)
+
+### 优化
+
+- 简化 ProviderCacheHitRateEntry 数据结构,提升排行榜视图性能
+
+### 修复
+
+- 修复 Dashboard 缓存命中请求的本地化显示问题
+
+---
+
 ## [v0.3.33](https://github.com/ding113/claude-code-hub/releases/tag/v0.3.33) - 2025-12-20
 
 ### 新增