Releases: Chintanpatel24/torot
Release list
Torot-v4.0.0
Full Changelog: v3.1.1...v4.0.0
Torot-v3.1.1
What was broken and what got fixed
Bug 1 - Corrupt directory in zip
The original mkdir -p command used shell brace expansion syntax literally, creating a directory named {src-tauri...} inside the project. That's been removed and the project structure is now clean.
Bug 2 - install.sh running tauri from the wrong directory
The script was calling npm run tauri build from wherever it was executed from instead of cd "$TOROT_DIR" first. Fixed — it now always cds >to the script's own directory before running any build commands.
Bug 3 - Missing glob crate in Cargo.toml
lib.rs called glob::glob(...) but glob = "0.3" was missing from [dependencies]. The Rust build would have failed. Added.
Bug 4 - Unused deps in Cargo.toml
chrono, log, env_logger, regex were listed but never imported. Removed to prevent compiler warnings.
Bug 5 - Invalid tauri.conf.json shell plugin config
The "execute": true, "sidecar": false keys don't exist in Tauri v2's shell plugin schema. Replaced with the correct v2 format and added a >proper src-tauri/capabilities/default.json with shell:allow-execute permission.
Torot-v3.0.0
Full Changelog: v2.0.0...v3.0.0
@updatedTorot-v2.0.0
Full Changelog: v2.0.0...v2.0.0-updated
Torot-v2.0.0
- Accepts any input - folder path, contract address, or a plain security question
- Detects the domain - blockchain, web app, binary, or API automatically
- Builds an attack plan - AI generates a step-by-step assessment plan
- Asks your approval - semi-auto mode: you approve or skip each step
- Runs all tools in parallel - every installed tool fires concurrently
- Streams everything live - top pane shows all tool output in real time
- Analyses findings with AI - brain reviews each finding, writes PoC and disclosure
- Persists to memory - SQLite database remembers every session and finding
- Exports full reports - Markdown with reproduction guides, Foundry tests, video guides