Skip to content

v0.8.1-beta.1 - Git Flow Implementation Support (Beta)

Pre-release
Pre-release

Choose a tag to compare

@RubinCarter RubinCarter released this 27 Jan 06:24

🧪 Beta Release - Need Your Help Testing!

This beta release adds support for multiple git-flow implementations. Please help test and report any issues!

✨ New Features

  • Support git-flow-next (#45) - Modern Go implementation
  • Support gitflow-cjs (#34) - CJS Edition fork
  • Fix Windows Git 2.51.1+ (#44) - Git for Windows removed bundled git-flow

📝 Changes

  • Extended version detection to recognize AVH, git-flow-next, and gitflow-cjs
  • Updated error messages with clear installation guidance
  • Improved unsupported version dialog with links to documentation

🔧 Installation

  1. Download gitflow4idea-plus-0.8.1-beta.1.zip
  2. In your IDE: Settings → Plugins → ⚙️ → Install Plugin from Disk
  3. Select the downloaded zip file
  4. Restart IDE

🧪 Testing Needed

Please test with your git-flow implementation and report:

  • git-flow (AVH Edition) - brew install git-flow-avh
  • git-flow-next - brew install git-flow-next
  • gitflow-cjs - npm install -g gitflow-cjs

Report issues at: https://github.com/RubinCarter/gitflow4idea-plus/issues

Related Issues

  • Fixes #34 - Support for gitflow-cjs
  • Fixes #44 - Could not determine git flow version (Windows)
  • Fixes #45 - Support git-flow-next