Releases: RubinCarter/gitflow4idea-plus
Releases Β· RubinCarter/gitflow4idea-plus
v0.8.1-beta.2 - Full git-flow-next Compatibility (Beta)
π§ͺ 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
mainovermaster - 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
- Download
gitflow4idea-plus-0.8.1-beta.2.zip - In your IDE: Settings β Plugins β βοΈ β Install Plugin from Disk
- 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)
π§ͺ 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
- Download
gitflow4idea-plus-0.8.1-beta.1.zip - In your IDE: Settings β Plugins β βοΈ β Install Plugin from Disk
- Select the downloaded zip file
- 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
0.8.0-alpha
What's Changed
- Ask whether to proceed with the action after clicking 'Finish' or 'Publish' button #30
0.7.13
0.7.11
0.7.9
Support for 2022.1 EAP build
0.7.8
Support for 2021.3 build