Explorar el Código

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

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
github-actions[bot] hace 3 meses
padre
commit
475b52f6c8
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  1. 18 0
      CHANGELOG.md

+ 18 - 0
CHANGELOG.md

@@ -4,6 +4,24 @@
 
 ---
 
+## [v0.3.28](https://github.com/ding113/claude-code-hub/releases/tag/v0.3.28) - 2025-12-10
+
+### 新增
+
+- 日志页面新增快速日期筛选器(今日/昨日/近7天/近30天)和 CSV 导出功能 (#314)
+- Session 监控页面新增分页功能,支持分别对活跃和非活跃 Session 进行分页浏览 (#314)
+
+### 优化
+
+- 每日排行榜改用滚动 24 小时窗口计算,替代原先基于日历日的统计方式 (#314)
+- 上游 404 错误现在触发供应商故障切换而不计入熔断器,提升中转服务兼容性 (#314)
+
+### 修复
+
+- 修复 Anthropic SSE 流式响应中 output_tokens 提取问题,现在从 message_delta 事件正确获取 (#313)
+
+---
+
 ## [v0.3.27](https://github.com/ding113/claude-code-hub/releases/tag/v0.3.27) - 2025-12-10
 
 ### 新增