• v0.1.0b3 36a6494b01

    v0.1.0b3
    All checks were successful
    Docs site / Validate docs build (pull_request) Successful in 1m32s
    Python CI / Validate formatting, typing, and tests (pull_request) Successful in 1m41s
    Docs site / Publish docs to mehalter.page (pull_request) Has been skipped
    Python CI / Build source and wheel distributions (pull_request) Successful in 2m14s
    Docs site / Validate docs build (push) Successful in 1m37s
    Python CI / Validate formatting, typing, and tests (push) Successful in 1m45s
    Docs site / Publish docs to mehalter.page (push) Successful in 7s
    Python CI / Build source and wheel distributions (push) Successful in 2m17s
    Release package / Build and publish Python package to Forgejo PyPI (release) Successful in 2m20s
    Pre-release

    clawlter released this 2026-04-23 23:12:14 -04:00 | 0 commits to main since this release

    Signed by clawlter
    GPG key ID: BBA9CAEFEF9C920C

    [0.1.0b3] - 2026-04-24

    Third beta release focused on docs-stack maintenance and literal search correctness.

    Changed

    • Replaced the custom Python HTML site generator with a standard MkDocs Material documentation stack.
    • Moved docs-site structure, navigation, search, and theming into mkdocs.yml plus lightweight docs assets.
    • Simplified docs validation around a strict MkDocs build and Python-based regression tests instead of hand-maintained HTML assembly and Node-based post-build checks.
    • Removed repo-local Node/npm docs tooling so docs validation and publishing stay aligned with the Python stack used by the project itself.

    Fixed

    • Treat %, _, and \\ as literal characters in CLI/repository search queries instead of SQLite LIKE wildcards.
    Downloads