Skip to content

Releases: harrisoncramer/gitlab.nvim

v2.7.1

06 Jul 17:10
95dcc41
Compare
Choose a tag to compare

Release (#330)

Fix diagnostic position when sha changes (#299)
Fix: Remove API calls on Discussion Close (#328)
Chore: Remove root node type (#329)

This is a PATCH release.

v2.7.0

05 Jul 01:56
dc70c97
Compare
Choose a tag to compare

Release (#327)

Fix: Only set autocommands for select popups (#315)
Docs: Small improvements to README and docs
Feat: Add branch info to choose_merge_request menu (#318)
Chore: Add heart emoji (#323)
Feat: Add highlight for mentions (#324)
Fix: Do Not Error w/Out Buffer Content (#325)

This is a MINOR release.

v2.6.4

26 Jun 14:30
3c9d95d
Compare
Choose a tag to compare

Release (#313)

  • Fix docs: choose_merge_request's open_reviewer default value is true (#316)
  • Fix: Only set autocommands for select popups (#315)
  • Docs: Small improvements to README and docs
  • Feat: Add branch info to choose_merge_request menu (#318)

This is a PATCH release.

v2.6.3

10 Jun 19:24
96d7e16
Compare
Choose a tag to compare

Fix: Allow notes without discusison tree opened (#312)

fix: Fixes creation of notes when the discussion tree is not even open

v2.6.2

10 Jun 19:05
53d5647
Compare
Choose a tag to compare

Feat: Allow Creation of MRs for Forked Target (#303)

feat: Adds MR creation for project forks

v2.6.1

05 May 15:13
816b87c
Compare
Choose a tag to compare

Small bug fixes (#298)

fix: List remote branches for merge targets (#293)
fix: consider remote branches (#297)
fix: Save popup contents to temp_registers (#294)

This is a #PATCH release.

v2.6.0

25 Apr 23:15
0d0ed16
Compare
Choose a tag to compare

Tree Refresh; Draft Note Replies (#289)

  • fix: always refresh discussion tree data after choosing a new branch
  • fix: rebuild discussion tree without collapsing nodes after all edit/delete/create actions
  • feat: add command to refresh discussion tree
  • feat: Add support for draft note replies, e.g. replies to existing notes and comments in draft form
  • fix: allow backticks in comment suggestions

This is a #MINOR release

v2.5.0

22 Apr 20:56
cf6ccdd
Compare
Choose a tag to compare

Release 2.5.0 (#271)

  • feat: Support for custom authentication provider functions (#270)
  • feat: Support for adding "draft" notes to the review, and publishing them, either individually or all at once. Addresses feature request #223.
  • feat: Lets users select + checkout a merge request directly within Neovim, without exiting to the terminal
  • fix: Checks that the remote feature branch exists and is up-to-date before creating a MR, starting a review, or opening the MR summary (#278)
  • docs: We require some state from Diffview, this shows how to load that state prior to installing w/ Packer. Fixes #94.

This is a #MINOR release.


Co-authored-by: Jakub F. Bortlík jakub.bortlik@proton.me
Co-authored-by: sunfuze sunfuze.1989@gmail.com
Co-authored-by: Patrick Pichler mail@patrickpichler.dev

v2.4.1

20 Apr 15:37
f10c4eb
Compare
Choose a tag to compare

fixes line number for diagnostics in old sha (#276)

fix: place line number on correct line in old SHA

This is a #PATCH release

v2.4.0

15 Apr 13:56
f906af0
Compare
Choose a tag to compare

Release (#256)

  • fix: Jumping to wrong buffer (#261)
  • fix: Go to last line and show warning when diagnostic is past the end of buffer (#262)
  • fix: Get recent pipeline through other means (#266)
  • feat: Add keymaps and linewise actions to layouts (#265)

This is a #MINOR release, because we are introducing new keybindings for the comment/note popups.


Co-authored-by: Jakub F. Bortlík jakub.bortlik@proton.me
Co-authored-by: sunfuze sunfuze.1989@gmail.com