Releases: JustLookAtNow/vscode-gitlab-mr
Releases · JustLookAtNow/vscode-gitlab-mr
v2.3.0
v2.2.0
- Enhanced: Revamped label selection UI.
- Label color now displayed via leading color square for better readability on any theme.
- Text/checkbox/cell alignment refined; minimal spacing between Assignees and Labels.
- Pointer cursor and full-row click support (checkbox, text, color square) for smoother interaction.
- Fixed: Checkbox inside label item could not be toggled in previous versions.
v2.1.2
- Added: A button to the Source Control Management (SCM) view for quick access to the 'Create MR' action.
v2.1.1
- Fixed: Addressed an issue where Merge Request creation would fail if the local branch did not exist on the remote repository.
- Enhanced: Streamlined the MR creation workflow. The extension now prompts the user to push the branch if it's not found on the remote, providing a clearer and more predictable user experience instead of performing complex Git operations automatically.
- Removed: The
cleanBranchcheck andautoCommitChangesfunctionality to simplify the workflow.
v2.1.0
- Fixed: Target branch selection now correctly extracts remote branch names, handling both 'remotes/origin/master' and 'origin/master' formats to return just 'master'.
- Enhanced: Improved branch list functionality to support filtering remote branches.
v2.0.2
- Add: Document config usage in README.
v2.0.1
- Add: Add marketplace URL to readme.
v2.0.0
- Breaking: Added UI support for
Create MR.