Skip to content

Releases: harrisoncramer/gitlab.nvim

v1.2.2

13 Jan 15:53
519791c
Compare
Choose a tag to compare

Fix: Discussion + Note Creation Bugs (#151)

This MR is an attempt to resolve some of the issues this plugin is experiencing with Gitlab's API surrounding comments, in particular the specifics around when to send the "old line" versus "new line" and the file hashes.

This is a PATCH release.

v1.2.1

13 Jan 15:45
ed3a90c
Compare
Choose a tag to compare

Feat: Add target branch to details panel (#160)

This is a PATCH release, it adds the target branch to the details panel in the summary view.

v1.2.0

13 Jan 15:37
50e06ce
Compare
Choose a tag to compare

Feat: Add and Remove Labels from an MR (#159)

This MR adds the ability to add or remove labels to a merge request. These labels are visible in the summary panel and are colored the same way as they would be in the Gitlab UI.

This is a MINOR release.

v1.1.6

02 Jan 17:12
abd8011
Compare
Choose a tag to compare

fix: Adds missing pipeline service (#155)

v1.1.5

19 Dec 18:41
37a5384
Compare
Choose a tag to compare

Feat: Create Merge Request (#149)

  • Adds the ability to create MRs to the plugin
  • Adds the ability to jump to specific discussions/notes in the browser
  • Fixes stale icons
  • Adds debug keybinding for discussion tree for developers

v1.1.4

18 Dec 22:00
35f0bc1
Compare
Choose a tag to compare

fixed sign/diagnostic filtering (#150)

This was a small diagnostics/signs regression introduced by #147.

We were filtering the diagnostics and discussions but then not actually using the filtered data. Facepalm.

v1.1.3

18 Dec 14:11
571173c
Compare
Choose a tag to compare

fix: Comments on unchanged, expanded lines (#146)

This MR fixes an issue with refreshes of the diagnostics and signs when users leave comments on unchanged lines.

v1.1.2

17 Dec 19:28
64b36ac
Compare
Choose a tag to compare

Feat: Adds Ability to Merge MR (#147)

This adds the ability to merge an MR from within gitlab.nvim directly. If the reviewer is open, it'll be closed automatically. Users may configure whether they'd like to squash commits on the merge, as well as whether they'd like to delete the original source branch on a merge.

If squashing, users are prompted to provide an optional custom squash message for the squash commit.

v1.1.1

13 Dec 23:51
9da62d9
Compare
Choose a tag to compare

Bugfix: Pipeline Job Names w/ Whitespace (#140)

Fix for the pipeline job output where the job name contained whitespace characters. Users will now see the output in a new tab. Support has been added for Windows OS.

v1.1.0

13 Dec 22:47
d5510f9
Compare
Choose a tag to compare

Winbar Support + Notes and Discussions; Help Popup + Auto-Open (#133)

  • Adds support for toggling between discussions and notes views
  • Deprecates the split view shared with both discussions and notes at the same time
  • Adds winbar to discussion split, with metadata about resolved and unresolved discussions
  • Adds help popups with information about keybindings for all views
  • Modifies highlights in discussion tree and default symbol for unresolved discussions

This is a MINOR version bump as the default behavior of the discussion tree is changed slightly. Existing configurations should still function.