Skip to content

Releases: JustLookAtNow/vscode-gitlab-mr

v2.3.0

08 Aug 08:43

Choose a tag to compare

  • Enhanced: Source branch field is now an autocomplete dropdown similar to target branch, prefilled with current branch.
  • Fixed: Webview panel now closes automatically after MR creation succeeds.
  • Fixed: Target branch selection is correctly remembered and prefilled.

v2.2.0

04 Jul 06:01

Choose a tag to compare

  • 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

06 Jun 03:27

Choose a tag to compare

  • Added: A button to the Source Control Management (SCM) view for quick access to the 'Create MR' action.

v2.1.1

06 Jun 02:09

Choose a tag to compare

  • 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 cleanBranch check and autoCommitChanges functionality to simplify the workflow.

v2.1.0

05 Jun 09:30

Choose a tag to compare

  • 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

05 Jun 03:38

Choose a tag to compare

  • Add: Document config usage in README.

v2.0.1

04 Jun 09:22

Choose a tag to compare

  • Add: Add marketplace URL to readme.

v2.0.0

04 Jun 08:59

Choose a tag to compare

  • Breaking: Added UI support for Create MR.