Skip to content

v0.3.0

Choose a tag to compare

@Vladimir-Urik Vladimir-Urik released this 19 Apr 00:26
· 84 commits to master since this release
2a2331b

v0.3.0 - 2026-04-19

Added

  • Added oxmgr stop all to 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 logs without a target now prints usage help instead of an error (#30).
  • Reserved all as 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