Skip to content

Releases: M4cs/targkill

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:10
v0.1.1: default to $HOME on macOS/Linux, prune .git, speed up walk

- system_roots() on non-Windows now defaults to the user's home directory
  instead of /, avoiding crawls of /proc, /sys, /System and other system trees
- Prune .git directories during discovery (thousands of objects, never a target),
  which makes home-directory scans across many repos noticeably faster
- Update README to document the platform-specific default scan root

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:52
db99e7d
Merge pull request #1 from M4cs/ci-release-publish

Add CI, release automation, crates.io publishing, and polished README