Skip to content

Commit f5ef1f4

Browse files
authored
v3.4.0 (#139)
1 parent f506cc6 commit f5ef1f4

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.4.0] - 2026-04-05
9+
- Add monthly view to TUI (#133) - Sewer56
10+
- feat: add Kilo Code CLI analyzer (#118) - mike1858
11+
- fix: add retry logic, per-chunk progress saving, and gzip support (#138) - mike1858
12+
- feat: add SQLite database support to OpenCode analyzer (#120) - mike1858
13+
- Include token counts for Piebald that were accidentally ignored (#136) - mike1858
14+
- Add aliases for Gemini 3.1 Pro - low and medium and high (#135) - mike1858
15+
- fix: correct TuiStats size comment, revert cost_cents to u32 (#132) - Sewer56
16+
817
## [3.3.5] - 2026-03-14
918
- Fix capped large token totals in TUI stats (#130) - @mike1858
1019

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "splitrail"
3-
version = "3.3.5"
3+
version = "3.4.0"
44
edition = "2024"
55
license = "MIT"
66
authors = ["Piebald LLC <support@piebald.ai>"]

0 commit comments

Comments
 (0)