Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Releases: mrgnw/ubermind

v0.8.1

Choose a tag to compare

@mrgnw mrgnw released this 18 Feb 11:56

Full Changelog: v0.8.0...v0.8.1

v0.8.0

Choose a tag to compare

@mrgnw mrgnw released this 17 Feb 16:07

Full Changelog: v0.7.0...v0.8.0

v0.7.0

Choose a tag to compare

@mrgnw mrgnw released this 17 Feb 04:01

Full Changelog: v0.6.3...v0.7.0

v0.6.4

Choose a tag to compare

@mrgnw mrgnw released this 16 Feb 19:45

Full Changelog: v0.6.0...v0.6.4

v0.6.3

Choose a tag to compare

@mrgnw mrgnw released this 16 Feb 09:44

Full Changelog: v0.6.0...v0.6.3

v0.6.2

Choose a tag to compare

@mrgnw mrgnw released this 15 Feb 18:05

Full Changelog: v0.5.0...v0.6.2

v0.6.1

Choose a tag to compare

@mrgnw mrgnw released this 15 Feb 16:29

Full Changelog: v0.5.0...v0.6.1

v0.6.0

Choose a tag to compare

@mrgnw mrgnw released this 15 Feb 11:00

Full Changelog: v0.5.0...v0.6.0

v0.6.0-alpha.3

v0.6.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@mrgnw mrgnw released this 15 Feb 01:04

What's New

launchd agent management (ub launchd)

New optional subcommand for discovering and managing macOS launchd agents:

  • ub launchd — list user plist agents
  • ub launchd list --all — include all loaded agents
  • ub launchd list --global — include /Library agents
  • ub launchd status <label> — detailed agent info
  • ub launchd show <label> — pretty-print plist XML
  • ub launchd start/stop/restart <label> — manage agents via launchctl
  • ub launchd logs <label> — tail agent log files
  • ub launchd create <label> -- <cmd> — generate and load a new plist
  • ub launchd edit <label> — open plist in $EDITOR
  • ub launchd remove <label> — unload and delete agent

Labels support fuzzy matching — ub launchd status tunnel matches com.ubermind.tunnel.

Other improvements

  • Added ub show command for viewing Procfile contents with syntax highlighting
  • Context-aware ub restart — run from a project dir without specifying the service name
  • Updated docs to reflect native Rust process supervision (no more overmind/tmux dependency)
  • Removed overmind/tmux auto-install from install.sh
  • Release archives now include both ubermind and ubermind-daemon binaries

v0.5.1

Choose a tag to compare

@mrgnw mrgnw released this 14 Feb 11:12

Full Changelog: v0.4.4...v0.5.1