• v1.10.1 ebd3cee49e

    fix: four backend correctness bugs — UTF-8 paths, dead vars, transactions, subnet validation
    All checks were successful
    Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m46s

    Ghost released this 2026-03-29 20:52:33 +00:00 | 24 commits to main since this release

    • percent_decode: collect bytes into Vec then String::from_utf8_lossy to handle
      non-ASCII paths correctly instead of casting byte as char (corrupted codepoints > 127)
    • format_mtime: remove dead st/y/_y variables and unused UNIX_EPOCH/Duration imports
    • reorder_connections/reorder_groups: wrap UPDATE loops in BEGIN/COMMIT transactions
      with ROLLBACK on error to prevent partial sort order writes
    • scan_network: validate subnet matches 3-octet format before use in remote shell commands

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads