Skip to content

Releases: harrisoncramer/gitlab.nvim

v2.3.1

11 Apr 16:00
138b96b

Choose a tag to compare

Update gitlab.nvim.txt (#259)

fix docs

v2.3.0

10 Apr 13:36
49f2451

Choose a tag to compare

Release (#254)

  • fix: an autocommand issue when creating an MR
  • feat: adds a keybinding for copying the URL of the current discussion to the system clipboard

This is a #MINOR release

v2.2.0

09 Apr 16:24
7c3ee05

Choose a tag to compare

Temporary registers, SSH Port, Bug Fixes (#251)

  • allows SSH Gitlab connection to have custom port
  • introduces temporary registers
  • fixes issue w/ quitting the popup on MR creation

This is a #MINOR release

v2.1.0

08 Apr 01:45
36f512c

Choose a tag to compare

2.1.0 (#241)

• removes the keybinding for popups which was causing folks to lose their changes
• deprecates the backup register.
• updates go-gitlab to latest in order to get "drafts" functionality
• fixes issues with labels not deleting correctly
• creates a new data() function to get data from the plugin directly, see :h gitlab.nvim.data
• fixes issues with line values not being computed directly, blocking jumps to/from discussion tree

This is a #MINOR release.

v2.0.7

08 Apr 01:38
12c4acb

Choose a tag to compare

fix: correcting some problem with review mode (#225)

Addresses issues where the new and old lines were not being set correctly

v2.0.6

03 Apr 16:43
a659318

Choose a tag to compare

Fix log path (#237)

Fixes an issue where the debug path for the Go server was not writing to the right location on disk

v2.0.5

03 Apr 01:53
4f1fe4a

Choose a tag to compare

Allow insecure connections to Gitlab (#234)

This MR makes it possible to ignore bad x509 certificates when connecting to Gitlab, by creating a custom HTTP connection. The option is exposed via the setup function. This is a PATCH release.

v2.0.4

28 Mar 13:14
670f088

Choose a tag to compare

Bug Fixes (#227)

This adds some miscellaneous bug fixes, it's a PATCH release.

v2.0.3

04 Mar 15:52
c0c6748

Choose a tag to compare

fix: ranged comment issues (#214)

This MR changes the hunk parsing strategy for ranged comments in the new SHA. Now, we're only parsing and comparing the new lines. Fixes an issue where you could leave a ranged comment in the new buffer on an unchanged line and the plugin would not detect the line number correctly.

v2.0.2

03 Mar 17:16
c73d229

Choose a tag to compare

Fix: Fixes Misspelling In Diagnostics Settings Check (#210)

This is a #PATCH fix release