Skip to content

v0.16.2 - Progress Bar Display Improvement (2026-03-04)

What Changed?

This release improves the non-verbose progress bar in get_thresholds.py to show both global and per-threshold file counters. Users can now see overall scan progress at a glance without enabling verbose mode. The CLI interface is unchanged — only the progress bar display was updated.


What's New

No new features in this release. See v0.16.0 for the workspace module addition.


Installation

Quick Start

# Get the release
git checkout v0.16.2

# Setup
uv sync

# Run CLI
uv run kazunoko --help

What's Different from the Last Version?

🔧 Changed

  • get_thresholds.py: progress bar now shows File {i}/{total} ({j}/{files_per_threshold}) format
  • i/total: global file counter across all threshold combinations
  • j/files_per_threshold: per-threshold file counter
  • Example: File 3/12 (1/4)... when scanning 3 thresholds × 4 files each

Is It Safe to Upgrade?

Backward Compatible: Yes

  • No changes to CLI arguments or output behavior
  • Display-only change in progress bar text

Tests Passed

  • ✅ Builds without errors
  • ✅ uvx ruff check src/ passes with no issues

Release Details

  • Date: 2026-03-04
  • Version: v0.16.2
  • Files Changed: 1
  • Commits: 7d6bf24, 4c1c9ba

Next Steps

  • Add tests for kazunoko.workspace functions