v0.3.0
v0.3.0 - 2026-04-19
Added
- Added
oxmgr stop allto stop every managed process in a single command (#28). - Added
oxmgr delete all(alias:oxmgr rm all) to terminate and remove every managed process in a single command (#28). - Updated docs (
docs/CLI.md,docs/USAGE.md) to document the new bulk stop/delete behaviour. - Added
oxmgr logs all(alias:oxmgr log all) to print recent logs for every managed process at once (#30). - Running
oxmgr logswithout a target now prints usage help instead of an error (#30). - Reserved
allas a forbidden process name to avoid conflicts with bulk commands.
What's Changed
- chore(deps): bump tokio from 1.50.0 to 1.51.1 by @dependabot[bot] in #29
Full Changelog: v0.2.0...v0.3.0