Install
- From crates.io:
cargo install opencode-stats - Installed command:
oc-stats - From GitHub: download the archive for your platform from the assets below
Changes
- 优化图表横坐标标签,按时间范围生成不同密度
- All 视图横坐标改用 YY-MM-DD 格式,5 等分
- All 视图横坐标月份补前导零,符合 ISO 8601
- change x-axis date labels to MMM DD / YY MMM DD style
- 修复 clippy 的警告
- 去除没有使用的斜体字形
- 格式化代码
- 去除中间复制,降低峰值内存占用
Full Changelog: v1.4.1...v1.4.2