Skip to content

Releases: harrisoncramer/gitlab.nvim

v3.3.2

14 Sep 20:53
22bfd0c
Compare
Choose a tag to compare

fix: date fixes; go middleware refactors; regex fixes; etc (#368)

fix: format of date when MR was closed or merged (#367)
refactor: Add Payload Validators + Middleware In Go Code (#366)
fix: Add better checks for leaving comments (#369)
fix: regex support for http credentials embedded in remote url (#372)
fix: Comment on single line selects two lines (#371)

This is a #PATCH release.

v3.3.1

09 Sep 11:48
f1faf60
Compare
Choose a tag to compare

fix: change section name to match method being documented (#362)

fix: fixes helptags, removes duplicate entry

This is a #PATCH release

v3.3.0

08 Sep 20:45
ea2b2b2
Compare
Choose a tag to compare

Fix MR Selection, Go Code Refactor (#358)

fix: require selection of specific MR when there are multiple targets for a given source branch (#357)
feat: Allows for the passing of Gitlab's filter options when choosing an MR, improves MR selection (#359)
feat: API to choose an MR from a list based on the provided username's involvement as an assignee/reviewer/author (#360)
fix: makes help popup uneditable, auto-close on exit (#355)
refactor: Refactors the Go codebase into a more modular and idiomatic approach (#354)

This is a #MINOR release

v3.2.0

05 Sep 18:00
6500ef1
Compare
Choose a tag to compare

Popup and Keymap Updates (#356)

feat: Enable always jumping to discussion tree (#352)
feat: Enables motions for easier range selection when creating comments/suggestions (e.g. s3j, c3j) (#353)
fix: Makes help popup not editable and close it on BufLeave (#355)

This is a #MINOR release

v3.1.0

23 Aug 18:02
4ae623c
Compare
Choose a tag to compare

Add Filtering, HealthCheck, Better Tests (#350)

feat: add filtering when choosing merge requests (#346)
feat: Add healthcheck (#345)
refactor: Move to gomock (#349)
feat: Makes the remote of the plugin configurable (#348)

This is a #MINOR release.

v3.0.1

12 Aug 02:31
Compare
Choose a tag to compare

feat!: Implements default keybindings for all actions.

This is a breaking change to the way the plugin is configured. If users are using the old configuration the plugin will warn them which fields have been removed in their configuration. Old keybindings can be found here: #340 (comment) (#331)

feat: Customize discussion tree chevrons (#339)

v3.0.0

12 Aug 02:26
d083d0c
Compare
Choose a tag to compare

Release (#340)

feat!: Implements default keybindings for all actions. This is a breaking change to the way the plugin is configured. If users are using the old configuration the plugin will warn them which fields have been removed in their configuration. Old keybindings can be found here: #340 (comment) (#331)
feat: Customize discussion tree chevrons (#339)

This is a #MAJOR release.

v2.7.2

31 Jul 01:35
1eb1046
Compare
Choose a tag to compare

Release (#336)

Fix: Updates MR creation popup when creating an MR with a fork branch (#335)

This is a #PATCH release.

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.