• v0.1.0b2 ee61944881

    v0.1.0b2
    All checks were successful
    Docs site / Validate docs build, formatting, linting, and anti-patterns (pull_request) Successful in 2m27s
    Python CI / Validate formatting, typing, and tests (pull_request) Successful in 1m29s
    Docs site / Publish docs to mehalter.page (pull_request) Has been skipped
    Python CI / Build source and wheel distributions (pull_request) Successful in 3m5s
    Docs site / Validate docs build, formatting, linting, and anti-patterns (push) Successful in 2m27s
    Python CI / Validate formatting, typing, and tests (push) Successful in 2m23s
    Docs site / Publish docs to mehalter.page (push) Successful in 1m9s
    Python CI / Build source and wheel distributions (push) Successful in 1m32s
    Release package / Build and publish Python package to Forgejo PyPI (release) Successful in 3m10s
    Pre-release

    clawlter released this 2026-04-12 05:12:56 -04:00 | 6 commits to main since this release

    Signed by clawlter
    GPG key ID: BBA9CAEFEF9C920C

    [0.1.0b2] - 2026-04-12

    Second beta release focused on audited reporting improvements, better mobile docs ergonomics, and stronger docs-site verification.

    Added

    • Inclusive --since and --until date-window filters for report, search, export csv, and plot daily-tokens.
    • Breakdown support for provider and source dimensions.
    • Docs-site anchor validation via npm run check:anchors, integrated into npm run docs:test.
    • Mobile-only docs navigation panels for browsing the docs set and the current page outline.

    Changed

    • Refactored repository queries so summary, breakdown, search, export, and plotting share a consistent date-filter path.
    • Improved docs search results with better snippets, safer escaping, and less duplicate-heavy ranking.
    • Reworked the collection-path comparison page into a mobile-friendly quick-comparison structure instead of a wide decision table.
    • Adjusted mobile code blocks so wrapped commands remain readable without horizontal page overflow.

    Fixed

    • Invalid date windows now fail with a normal CLI argument error instead of an uncaught traceback.
    • Homepage task links now target live generated anchors.
    • Mobile copy buttons no longer overlap code-block content.
    • Copy-to-clipboard uses the code content rather than the button label.

    Verification

    • uv run pytest -q
    • uv run pyright
    • npm run docs:test
    • Playwright mobile audit on key docs pages with no page-level horizontal overflow
    Downloads