Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.91 KB

File metadata and controls

63 lines (49 loc) · 1.91 KB

Changelog

All notable changes to this project will be documented in this file.

Policy

  • Keep entries under "Unreleased" during development
  • Move entries to a new version section on release
  • Use categories: Added, Changed, Fixed, Removed

Unreleased

0.5.0

  • Added: buffer reuse to reduce per-line allocations
  • Added: release automation prep for GitHub Releases
  • Added: crates.io publish readiness (metadata, docs)
  • Added: table-based TUI with rank/count/percent/key
  • Added: JSON key aggregation (--json)
  • Added: --no-color and fixed-width tables

0.4.0

  • Added: ANSI color bars with NO_COLOR support
  • Added: resize redraw debounce
  • Changed: stronger stdin/stdout error handling

0.3.0

  • Added: streaming aggregation with TUI rendering
  • Added: interactive controls (Space/pause, r/reset, q/quit)
  • Added: CLI options and boundary handling
  • Added: tests, CI, and documentation set

変更履歴(日本語)

このプロジェクトの主な変更点を記録します。

運用方針

  • 開発中は "Unreleased" に追記する
  • リリース時にバージョンセクションへ移動する
  • 区分は Added/Changed/Fixed/Removed を使う

Unreleased

0.5.0

  • Added: 行バッファ再利用でアロケーション削減
  • Added: GitHub Releases向けの配布準備
  • Added: crates.io公開の事前準備(メタデータ/ドキュメント)
  • Added: テーブル形式UI(順位/件数/割合/キー)
  • Added: JSONキー集計(--json
  • Added: --no-color とテーブル幅固定

0.4.0

  • Added: ANSIカラーのバー表示(NO_COLOR対応)
  • Added: リサイズ再描画のデバウンス
  • Changed: stdin/stdoutのエラーハンドリング強化

0.3.0

  • Added: ストリーム集計とTUI描画
  • Added: インタラクティブ操作(Space/pause, r/reset, q/quit)
  • Added: CLIオプションと境界値処理
  • Added: テスト/CI/ドキュメント整備