Thanks for helping improve FileTree.
Install Rust from rustup.rs, then run:
cargo fmt --check
cargo test
cargo build --releaseFileTree's native desktop UI is Windows-focused. Keep core scanner behavior covered by tests where possible, and run the desktop build on Windows before publishing UI changes.
- Update
Cargo.tomlwhen changing the released version. - Keep
VERSIONin sync withCargo.toml. - Add user-visible changes to
CHANGELOG.md.
Keep changes focused, describe the user-visible impact, and include the validation commands you ran.