Skip to content

v0.6.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Aug 10:46
0cd329b

Kipferl v0.6.0-rc.2

Kipferl’s second Rust release candidate adds the fast local development loop we
wanted in place before stable.

What’s new

  • Add kipferl dev <script.py> with native filesystem events and debounced
    restart behavior.
  • Watch Python, config, and template files recursively while ignoring generated
    paths and common application output that could create restart loops.
  • Support repeatable --watch <path>, --clear, and --debounce <ms> options.
  • Keep watching after the script exits and recover from atomic-save gaps.
  • Restore terminal settings and cursor state between interactive Ratatui
    restarts.
  • Establish kipferl.dev as the canonical website and
    documentation home.

Verification

  • 1,669/1,669 targeted compatibility checks pass.
  • 19/19 supported vision checks pass.
  • All four release targets build and smoke-test a standalone application.
  • Linux binaries are static musl executables.
  • Compatibility and PocketPy patch-verification evidence are attached.

Installation

This is a prerelease. Download the matching CLI and adjacent .sha256 file:

  • kipferl-macos-aarch64 — macOS Apple Silicon
  • kipferl-macos-x86_64 — macOS Intel
  • kipferl-linux-aarch64 — Linux ARM64, static musl
  • kipferl-linux-x86_64 — Linux x86_64, static musl

Temporary ucharm-* compatibility assets remain available for existing
automation during the v0.6 transition.

Full changelog: v0.6.0-rc.1...v0.6.0-rc.2