Skip to content

Releases: lugassawan/rimba

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 17:46
a18cc13

Changelog

Features

  • [feat] Add open command for worktree navigation and command execution (#16)
  • [feat] Improve update command with sudo fallback and update hint (#17)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 10:27
dd60335

Changelog

Features

  • [feat] Add --auto flag to release script (#15)
  • [feat] Add shared dependency management and post-create hooks (#12)
  • [feat] Add sync command, merged worktree cleanup, and post-merge hook (#11)

Refactoring

  • [refactor] Extract shared helpers, annotation-based config, and config validation (#13)

Maintenance

  • [chore] Improve changelog formatting and grouping (#10)

Other

  • [polish] Add logo, badges, and ASCII banner to CLI (#14)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 20:18
be3c88d

Changelog

  • d13e478 Initial commit
  • be3c88d [chore] Organize scripts and add release automation (#9)
  • a2e2178 [feat] Add build/release workflows, install script, and self-update command (#8)
  • fcc96e7 [feat] Add duplicate and merge commands for worktree management (#7)
  • 2460d30 [feat] Add rename command for worktrees (#3)
  • 495c183 [feat] Add rimba git worktree manager CLI (#1)
  • d56731e [feat] Auto-add .rimba.toml to .gitignore during init (#5)
  • b75e2da [feat] Enhance list command with colors and filtering, add recovery hints (#6)
  • 0c8fde9 [refactor] Replace freeform prefix with typed branch convention flags (#4)
  • 7913eb8 [test] Add tests and update README documentation (#2)