v0.2.1

umputun/ralphexv0.2.1Jan 21, 2026by umputun

AI Summary

Focuses on git operations robustness, specifically worktree support and untracked file preservation, while dropping Docker support.

Key Highlights

  • Removed Docker support
  • Added support for git worktrees
  • Fixed preservation of untracked files during branch checkout
  • Added early dirty worktree check

Breaking Changes

  • Removed Docker support

New Features

  • Support for git worktrees
  • Early dirty worktree check

Full Release Notes

- #13 chore: remove Docker support
- #12 fix: increase bufio.Scanner buffer to 16MB for large outputs
- #11 fix: preserve untracked files during branch checkout
- #10 fix: support git worktrees
- #9 Add early dirty worktree check before branch operations