Skip to content

1.0.73

Compare
Choose a tag to compare
@goodwinnk goodwinnk released this 08 Aug 14:48
· 48 commits to master since this release

CLI Tools

  • Rewrite CLI interface (No need to pass current directory explicitly anymore!). New CLI is incompatible with previous versions of bunch tool.
  • Pre-commit hook for reminding about forgotten bunch-files (bunch hooks install pre-commit)
  • (Experimental) Pre-rebase + Pre-push hooks for monitoring concurrent bunch-files creating and modification (bunch hooks install pre-rebase +bunch hooks install pre-push or bunch hooks install for all three hooks)

IntelliJ IDEA Plugin

  • Switch action from the UI (Tools -> Bunch Tool -> Switch)
  • Basic highlighting for bunch files (Kotlin files are unsupported for now)
  • Action (Tools -> Bunch Tool -> Compare with main file) and shortcut for comparing bunch file with the main file (no need to select two files anymore)
  • A special view for forgotten bunch files with navigation to problem files
  • Auto-apply non-conflicting changes to all bunch files (Tools -> Bunch Tool -> Apply changes to all)
  • UI for reduce command (Tools -> Bunch Tool -> Reduce)
  • UI for cleanup command (Tools -> Bunch Tool -> Cleanup)