Skip to content

Releases: RubinCarter/gitflow4idea-plus

v0.8.1-beta.2 - Full git-flow-next Compatibility (Beta)

28 Jan 02:34

Choose a tag to compare

πŸ§ͺ Beta Release - Full git-flow-next Compatibility

This beta includes core changes from PR #46 to fully support git-flow-next.

✨ New in beta.2 (from PR #46)

  • git-flow-next config compatibility - Reads both AVH and git-flow-next config formats
  • Smart branch detection - Init dialog now prioritizes main over master
  • Improved init prompts - Works with different git-flow implementations' prompts
  • Better init workflow - Config reloads correctly after initialization

πŸ”§ Previously in beta.1

  • Support git-flow-next implementation (#45)
  • Support gitflow-cjs implementation (#34)
  • Fix Windows Git 2.51.1+ compatibility (#44)
  • Improved error messages

πŸ“¦ Installation

  1. Download gitflow4idea-plus-0.8.1-beta.2.zip
  2. In your IDE: Settings β†’ Plugins β†’ βš™οΈ β†’ Install Plugin from Disk
  3. Restart IDE

πŸ™ Credits

Thanks to @AlexRaycan for the git-flow-next compatibility work in PR #46.

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

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

27 Jan 06:24

Choose a tag to compare

πŸ§ͺ 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

0.8.0-alpha

28 Jul 03:30

Choose a tag to compare

0.8.0-alpha Pre-release
Pre-release

What's Changed

  1. Ask whether to proceed with the action after clicking 'Finish' or 'Publish' button #30

0.7.13

25 Jul 10:20

Choose a tag to compare

Fix "(class com.intellij.openapi.project.impl.ProjectImpl) has already been disposed" #29

0.7.11

02 Nov 18:32

Choose a tag to compare

Fix "Access is allowed from event dispatch thread only" #17 #21 #19

0.7.9

09 Feb 08:53

Choose a tag to compare

Support for 2022.1 EAP build

0.7.8

10 Jan 01:50

Choose a tag to compare

Support for 2021.3 build